Microsoft.Azure.Commands.Batch.GetBatchLocationQuotasCommand.ExecuteCmdlet C# (CSharp) Method

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void
        public override void ExecuteCmdlet()
        {
            PSBatchLocationQuotas quotas = BatchClient.GetLocationQuotas(this.Location);
            WriteObject(quotas);
        }
    }
GetBatchLocationQuotasCommand