예제 #1
0
 /// <summary>
 /// Executes the get workflow trigger callback url command
 /// </summary>
 public override void ExecuteCmdlet()
 {
     base.ExecuteCmdlet();
     this.WriteObject(
         LogicAppClient.GetWorkflowTriggerCallbackUrl(this.ResourceGroupName, this.Name, this.TriggerName), true);
 }