Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayBackendAddressPoolCommand.ExecuteCmdlet C# (CSharp) Method

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void
        public override void ExecuteCmdlet()
        {
            if (ShouldProcess(Name, Microsoft.Azure.Commands.Network.Properties.Resources.CreatingResourceMessage))
            {
                base.ExecuteCmdlet();
                WriteObject(base.NewObject());
            }
        }
    }
NewAzureApplicationGatewayBackendAddressPoolCommand