Microsoft.Azure.Management.Batch.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.Batch</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.Batch.AccountOperations">
            <summary>
            AccountOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.#ctor(Microsoft.Azure.Management.Batch.BatchManagementClient)">
            <summary>
            Initializes a new instance of the AccountOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.AccountOperations.Client">
            <summary>
            Gets a reference to the BatchManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.CreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new Batch account with the specified parameters. Existing
            accounts cannot be updated with this API and should instead be updated
            with the Update Batch Account API.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the new Batch account.
            </param>
            <param name='accountName'>
            A name for the Batch account which must be unique within the region. Batch
            account names must be between 3 and 24 characters in length and must use
            only numbers and lowercase letters. This name is used as part of the DNS
            name that is used to access the Batch service in the region in which the
            account is created. For example:
            http://accountname.region.batch.azure.com/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new Batch account with the specified parameters. Existing
            accounts cannot be updated with this API and should instead be updated
            with the Update Batch Account API.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the new Batch account.
            </param>
            <param name='accountName'>
            A name for the Batch account which must be unique within the region. Batch
            account names must be between 3 and 24 characters in length and must use
            only numbers and lowercase letters. This name is used as part of the DNS
            name that is used to access the Batch service in the region in which the
            account is created. For example:
            http://accountname.region.batch.azure.com/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the properties of an existing Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='parameters'>
            Additional parameters for account update.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account to be
            deleted.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account to be
            deleted.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated with the subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated within the specified
            resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group whose Batch accounts to list.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.SynchronizeAutoStorageKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Synchronizes access keys for the auto storage account configured for the
            specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.RegenerateKeyWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the specified account key for the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='parameters'>
            The type of key to regenerate.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the account keys for the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated with the subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated within the specified
            resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.AccountOperationsExtensions">
            <summary>
            Extension methods for AccountOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.Create(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters)">
            <summary>
            Creates a new Batch account with the specified parameters. Existing
            accounts cannot be updated with this API and should instead be updated
            with the Update Batch Account API.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the new Batch account.
            </param>
            <param name='accountName'>
            A name for the Batch account which must be unique within the region. Batch
            account names must be between 3 and 24 characters in length and must use
            only numbers and lowercase letters. This name is used as part of the DNS
            name that is used to access the Batch service in the region in which the
            account is created. For example:
            http://accountname.region.batch.azure.com/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.CreateAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Batch account with the specified parameters. Existing
            accounts cannot be updated with this API and should instead be updated
            with the Update Batch Account API.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the new Batch account.
            </param>
            <param name='accountName'>
            A name for the Batch account which must be unique within the region. Batch
            account names must be between 3 and 24 characters in length and must use
            only numbers and lowercase letters. This name is used as part of the DNS
            name that is used to access the Batch service in the region in which the
            account is created. For example:
            http://accountname.region.batch.azure.com/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.BeginCreate(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters)">
            <summary>
            Creates a new Batch account with the specified parameters. Existing
            accounts cannot be updated with this API and should instead be updated
            with the Update Batch Account API.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the new Batch account.
            </param>
            <param name='accountName'>
            A name for the Batch account which must be unique within the region. Batch
            account names must be between 3 and 24 characters in length and must use
            only numbers and lowercase letters. This name is used as part of the DNS
            name that is used to access the Batch service in the region in which the
            account is created. For example:
            http://accountname.region.batch.azure.com/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.BeginCreateAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Batch account with the specified parameters. Existing
            accounts cannot be updated with this API and should instead be updated
            with the Update Batch Account API.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the new Batch account.
            </param>
            <param name='accountName'>
            A name for the Batch account which must be unique within the region. Batch
            account names must be between 3 and 24 characters in length and must use
            only numbers and lowercase letters. This name is used as part of the DNS
            name that is used to access the Batch service in the region in which the
            account is created. For example:
            http://accountname.region.batch.azure.com/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.Update(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters)">
            <summary>
            Updates the properties of an existing Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='parameters'>
            Additional parameters for account update.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the properties of an existing Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='parameters'>
            Additional parameters for account update.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.Delete(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            Deletes the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account to be
            deleted.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account to be
            deleted.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.BeginDelete(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            Deletes the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account to be
            deleted.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account to be
            deleted.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.Get(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            Gets information about the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.GetAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.List(Microsoft.Azure.Management.Batch.IAccountOperations)">
            <summary>
            Gets information about the Batch accounts associated with the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated with the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.Batch.IAccountOperations,System.String)">
            <summary>
            Gets information about the Batch accounts associated within the specified
            resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group whose Batch accounts to list.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated within the specified
            resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group whose Batch accounts to list.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.SynchronizeAutoStorageKeys(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            Synchronizes access keys for the auto storage account configured for the
            specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.SynchronizeAutoStorageKeysAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Synchronizes access keys for the auto storage account configured for the
            specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.RegenerateKey(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters)">
            <summary>
            Regenerates the specified account key for the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='parameters'>
            The type of key to regenerate.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.RegenerateKeyAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters,System.Threading.CancellationToken)">
            <summary>
            Regenerates the specified account key for the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='parameters'>
            The type of key to regenerate.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListKeys(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            Lists the account keys for the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the account keys for the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListNext(Microsoft.Azure.Management.Batch.IAccountOperations,System.String)">
            <summary>
            Gets information about the Batch accounts associated with the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated with the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.Batch.IAccountOperations,System.String)">
            <summary>
            Gets information about the Batch accounts associated within the specified
            resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated within the specified
            resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.ApplicationOperations">
            <summary>
            ApplicationOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.#ctor(Microsoft.Azure.Management.Batch.BatchManagementClient)">
            <summary>
            Initializes a new instance of the ApplicationOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.ApplicationOperations.Client">
            <summary>
            Gets a reference to the BatchManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.ActivateApplicationPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Activates the specified application package.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='id'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application to activate.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.AddApplicationWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.AddApplicationParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds an application to the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.DeleteApplicationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an application.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.GetApplicationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified application.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.UpdateApplicationWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates settings for the specified application.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.AddApplicationPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an application package record.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.DeleteApplicationPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an application package record and its associated binary file.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.GetApplicationPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified application package.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the applications in the specified account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='maxresults'>
            The maximum number of items to return in the response.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the applications in the specified account.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions">
            <summary>
            Extension methods for ApplicationOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.ActivateApplicationPackage(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters)">
            <summary>
            Activates the specified application package.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='id'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application to activate.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.ActivateApplicationPackageAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters,System.Threading.CancellationToken)">
            <summary>
            Activates the specified application package.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='id'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application to activate.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.AddApplication(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.AddApplicationParameters)">
            <summary>
            Adds an application to the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.AddApplicationAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.AddApplicationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds an application to the specified Batch account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.DeleteApplication(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.DeleteApplicationAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.GetApplication(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String)">
            <summary>
            Gets information about the specified application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.GetApplicationAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.UpdateApplication(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters)">
            <summary>
            Updates settings for the specified application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.UpdateApplicationAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters,System.Threading.CancellationToken)">
            <summary>
            Updates settings for the specified application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.AddApplicationPackage(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Creates an application package record.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.AddApplicationPackageAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates an application package record.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.DeleteApplicationPackage(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes an application package record and its associated binary file.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.DeleteApplicationPackageAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an application package record and its associated binary file.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.GetApplicationPackage(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets information about the specified application package.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.GetApplicationPackageAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified application package.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.List(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Lists all of the applications in the specified account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='maxresults'>
            The maximum number of items to return in the response.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.ListAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Lists all of the applications in the specified account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='maxresults'>
            The maximum number of items to return in the response.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.ListNext(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String)">
            <summary>
            Lists all of the applications in the specified account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ApplicationOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Batch.IApplicationOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the applications in the specified account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.SerializationSettings">
            <summary>
            Gets the JSON serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.DeserializationSettings">
            <summary>
            Gets the JSON deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.SubscriptionId">
            <summary>
            A unique identifier of a Microsoft Azure subscription. The subscription id
            forms part of the URI for every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.ApiVersion">
            <summary>
            Client API Version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.Account">
            <summary>
            Gets the IAccountOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.Application">
            <summary>
            Gets the IApplicationOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.Subscription">
            <summary>
            Gets the ISubscriptionOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the HTTP pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The HTTP client handler used to handle HTTP transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the HTTP pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the HTTP pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The HTTP client handler used to handle HTTP transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the HTTP pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the HTTP pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The HTTP client handler used to handle HTTP transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the HTTP pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the HTTP pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The HTTP client handler used to handle HTTP transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the HTTP pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.IAccountOperations">
            <summary>
            AccountOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.CreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new Batch account with the specified parameters.
            Existing accounts cannot be updated with this API and should
            instead be updated with the Update Batch Account API.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the new Batch account.
            </param>
            <param name='accountName'>
            A name for the Batch account which must be unique within the
            region. Batch account names must be between 3 and 24 characters
            in length and must use only numbers and lowercase letters. This
            name is used as part of the DNS name that is used to access the
            Batch service in the region in which the account is created. For
            example: http://accountname.region.batch.azure.com/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new Batch account with the specified parameters.
            Existing accounts cannot be updated with this API and should
            instead be updated with the Update Batch Account API.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the new Batch account.
            </param>
            <param name='accountName'>
            A name for the Batch account which must be unique within the
            region. Batch account names must be between 3 and 24 characters
            in length and must use only numbers and lowercase letters. This
            name is used as part of the DNS name that is used to access the
            Batch service in the region in which the account is created. For
            example: http://accountname.region.batch.azure.com/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the properties of an existing Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='parameters'>
            Additional parameters for account update.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account to
            be deleted.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account to
            be deleted.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated with the
            subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated within the
            specified resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group whose Batch accounts to list.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.SynchronizeAutoStorageKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Synchronizes access keys for the auto storage account configured
            for the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.RegenerateKeyWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the specified account key for the specified Batch
            account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='parameters'>
            The type of key to regenerate.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the account keys for the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated with the
            subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the Batch accounts associated within the
            specified resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.IApplicationOperations">
            <summary>
            ApplicationOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.ActivateApplicationPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Activates the specified application package.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='id'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application to activate.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.AddApplicationWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.AddApplicationParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds an application to the specified Batch account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.DeleteApplicationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an application.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.GetApplicationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified application.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.UpdateApplicationWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates settings for the specified application.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='parameters'>
            The parameters for the request.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.AddApplicationPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an application package record.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.DeleteApplicationPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an application package record and its associated binary
            file.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.GetApplicationPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets information about the specified application package.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='applicationId'>
            The id of the application.
            </param>
            <param name='version'>
            The version of the application.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the applications in the specified account.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the Batch account.
            </param>
            <param name='maxresults'>
            The maximum number of items to return in the response.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IApplicationOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the applications in the specified account.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.IBatchManagementClient">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.SerializationSettings">
            <summary>
            Gets the JSON serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.DeserializationSettings">
            <summary>
            Gets the JSON deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.SubscriptionId">
            <summary>
            A unique identifier of a Microsoft Azure subscription. The
            subscription id forms part of the URI for every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.ApiVersion">
            <summary>
            Client API Version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.Account">
            <summary>
            Gets the IAccountOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.Application">
            <summary>
            Gets the IApplicationOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.Subscription">
            <summary>
            Gets the ISubscriptionOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.ISubscriptionOperations">
            <summary>
            SubscriptionOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ISubscriptionOperations.GetSubscriptionQuotasWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the Batch service quotas for the specified suscription.
            </summary>
            <param name='locationName'>
            The desired region for the quotas.
            </param>
            <param name='customHeaders'>
            The headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AccountKeyType">
            <summary>
            Defines values for AccountKeyType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AccountProvisioningState">
            <summary>
            Defines values for AccountProvisioningState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AccountResource">
            <summary>
            Contains information about an Azure Batch account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AccountResource.#ctor">
            <summary>
            Initializes a new instance of the AccountResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AccountResource.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{Microsoft.Azure.Management.Batch.Models.AccountProvisioningState},Microsoft.Azure.Management.Batch.Models.AutoStorageProperties)">
            <summary>
            Initializes a new instance of the AccountResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.AccountEndpoint">
            <summary>
            Gets or sets the endpoint used by this account to interact with
            the Batch services.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.ProvisioningState">
            <summary>
            Gets or sets the provisioned state of the resource. Possible
            values include: 'Invalid', 'Creating', 'Deleting', 'Succeeded',
            'Failed', 'Cancelled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.AutoStorage">
            <summary>
            Gets or sets the properties and status of any auto storage account
            associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.CoreQuota">
            <summary>
            Gets or sets the core quota for this Batch account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.PoolQuota">
            <summary>
            Gets or sets the pool quota for this Batch account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.ActiveJobAndJobScheduleQuota">
            <summary>
            Gets or sets the active job and job schedule quota for this Batch
            account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AccountResource.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters">
            <summary>
            Parameters for an ApplicationOperations.ActivateApplicationPackage
            request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ActivateApplicationPackageParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ActivateApplicationPackageParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters.Format">
            <summary>
            Gets or sets the format of the application package binary file.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.ActivateApplicationPackageParameters.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AddApplicationPackageResult">
            <summary>
            Response to an ApplicationOperations.AddApplicationPackage request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AddApplicationPackageResult.#ctor">
            <summary>
            Initializes a new instance of the AddApplicationPackageResult
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AddApplicationPackageResult.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the AddApplicationPackageResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AddApplicationPackageResult.Id">
            <summary>
            Gets or sets the id of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AddApplicationPackageResult.Version">
            <summary>
            Gets or sets the version of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AddApplicationPackageResult.StorageUrl">
            <summary>
            Gets or sets the URL to which the application package binary file
            should be uploaded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AddApplicationPackageResult.StorageUrlExpiry">
            <summary>
            Gets or sets the UTC time at which the storage URL will expire.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AddApplicationParameters">
            <summary>
            Parameters for an ApplicationOperations.AddApplication request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AddApplicationParameters.#ctor">
            <summary>
            Initializes a new instance of the AddApplicationParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AddApplicationParameters.#ctor(System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the AddApplicationParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AddApplicationParameters.AllowUpdates">
            <summary>
            Gets or sets a value indicating whether packages within the
            application may be overwritten using the same version string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AddApplicationParameters.DisplayName">
            <summary>
            Gets or sets the display name for the application.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.Application">
            <summary>
            Contains information about an application in a Batch account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.Application.#ctor">
            <summary>
            Initializes a new instance of the Application class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.Application.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.Batch.Models.ApplicationPackage},System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the Application class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Application.Id">
            <summary>
            Gets or sets a string that uniquely identifies the application
            within the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Application.DisplayName">
            <summary>
            Gets or sets the display name for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Application.Packages">
            <summary>
            Gets or sets the list of packages under this application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Application.AllowUpdates">
            <summary>
            Gets or sets a value indicating whether packages within the
            application may be overwritten using the same version string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Application.DefaultVersion">
            <summary>
            Gets or sets the package to use if a client requests the
            application but does not specify a version.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.ApplicationPackage">
            <summary>
            Contains information about an application package.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.ApplicationPackage.#ctor">
            <summary>
            Initializes a new instance of the ApplicationPackage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.ApplicationPackage.#ctor(System.String,System.Nullable{Microsoft.Azure.Management.Batch.Models.PackageState},System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the ApplicationPackage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.ApplicationPackage.Version">
            <summary>
            Gets or sets the version of the application package.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.ApplicationPackage.State">
            <summary>
            Gets or sets the current state of the application package.
            Possible values include: 'pending', 'active', 'unmapped'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.ApplicationPackage.Format">
            <summary>
            Gets or sets the format of the application package, if the package
            has been activated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.ApplicationPackage.LastActivationTime">
            <summary>
            Gets or sets the time at which the package was last activated, if
            the package is active.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties">
            <summary>
            The properties related to auto storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties.#ctor">
            <summary>
            Initializes a new instance of the AutoStorageBaseProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoStorageBaseProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties.StorageAccountId">
            <summary>
            Gets or sets the resource id of the storage account to be used for
            auto storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AutoStorageProperties">
            <summary>
            Contains information about the auto storage account associated with a
            Batch account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AutoStorageProperties.#ctor">
            <summary>
            Initializes a new instance of the AutoStorageProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AutoStorageProperties.#ctor(System.String,System.DateTime)">
            <summary>
            Initializes a new instance of the AutoStorageProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AutoStorageProperties.StorageAccountId">
            <summary>
            Gets or sets the resource id of the storage account to be used for
            auto storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AutoStorageProperties.LastKeySync">
            <summary>
            Gets or sets the UTC time at which storage keys were last
            synchronized with the Batch account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AutoStorageProperties.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters">
            <summary>
            Parameters supplied to the Create operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties)">
            <summary>
            Initializes a new instance of the BatchAccountCreateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters.Location">
            <summary>
            Gets or sets the region in which the account is created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters.Tags">
            <summary>
            Gets or sets the user specified tags associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters.AutoStorage">
            <summary>
            Gets or sets the properties related to auto storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResult">
            <summary>
            Values returned by the GetKeys operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResult.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountListKeyResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResult.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the BatchAccountListKeyResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResult.Primary">
            <summary>
            Gets or sets the primary key associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResult.Secondary">
            <summary>
            Gets or sets the secondary key associated with the account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters">
            <summary>
            Parameters supplied to the RegenerateKey operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters.#ctor">
            <summary>
            Initializes a new instance of the
            BatchAccountRegenerateKeyParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters.#ctor(Microsoft.Azure.Management.Batch.Models.AccountKeyType)">
            <summary>
            Initializes a new instance of the
            BatchAccountRegenerateKeyParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters.KeyName">
            <summary>
            Gets or sets the type of account key to regenerate. Possible
            values include: 'Primary', 'Secondary'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResult">
            <summary>
            Values returned by the RegenerateKey operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResult.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountRegenerateKeyResult
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResult.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the BatchAccountRegenerateKeyResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResult.Primary">
            <summary>
            Gets or sets the primary key associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResult.Secondary">
            <summary>
            Gets or sets the secondary key associated with the account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters">
            <summary>
            Parameters supplied to the Update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters.#ctor(System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties)">
            <summary>
            Initializes a new instance of the BatchAccountUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters.Tags">
            <summary>
            Gets or sets the user specified tags associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters.AutoStorage">
            <summary>
            Gets or sets the properties related to auto storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult">
            <summary>
            Response to an ApplicationOperations.GetApplicationPackage request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.#ctor">
            <summary>
            Initializes a new instance of the GetApplicationPackageResult
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.#ctor(System.String,System.String,System.Nullable{Microsoft.Azure.Management.Batch.Models.PackageState},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the GetApplicationPackageResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.Id">
            <summary>
            Gets or sets the id of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.Version">
            <summary>
            Gets or sets the version of the application package.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.State">
            <summary>
            Gets or sets the current state of the application package.
            Possible values include: 'pending', 'active', 'unmapped'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.Format">
            <summary>
            Gets or sets the format of the application package, if the package
            is active.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.StorageUrl">
            <summary>
            Gets or sets the storage URL at which the application package is
            stored.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.StorageUrlExpiry">
            <summary>
            Gets or sets the UTC time at which the storage URL will expire.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.GetApplicationPackageResult.LastActivationTime">
            <summary>
            Gets or sets the time at which the package was last activated, if
            the package is active.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.PackageState">
            <summary>
            Defines values for PackageState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Resource.Id">
            <summary>
            Gets the id of the resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Resource.Name">
            <summary>
            Gets the name of the resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Resource.Type">
            <summary>
            Gets the type of the resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Resource.Location">
            <summary>
            Gets or sets the location of the resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.Resource.Tags">
            <summary>
            Gets or sets the tags of the resource
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.SubscriptionQuotasGetResult">
            <summary>
            Values returned by the Get Subscription Quotas operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.SubscriptionQuotasGetResult.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionQuotasGetResult
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.SubscriptionQuotasGetResult.#ctor(System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the SubscriptionQuotasGetResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.SubscriptionQuotasGetResult.AccountQuota">
            <summary>
            Gets or sets the number of Batch accounts that may be created
            under the subscription in the specified region.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters">
            <summary>
            Parameters for an ApplicationOperations.UpdateApplication request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters.#ctor">
            <summary>
            Initializes a new instance of the UpdateApplicationParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters.#ctor(System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Initializes a new instance of the UpdateApplicationParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters.AllowUpdates">
            <summary>
            Gets or sets a value indicating whether packages within the
            application may be overwritten using the same version string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters.DefaultVersion">
            <summary>
            Gets or sets the package to use if a client requests the
            application but does not specify a version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.UpdateApplicationParameters.DisplayName">
            <summary>
            Gets or sets the display name for the application.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.SubscriptionOperations">
            <summary>
            SubscriptionOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.SubscriptionOperations.#ctor(Microsoft.Azure.Management.Batch.BatchManagementClient)">
            <summary>
            Initializes a new instance of the SubscriptionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.SubscriptionOperations.Client">
            <summary>
            Gets a reference to the BatchManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.SubscriptionOperations.GetSubscriptionQuotasWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the Batch service quotas for the specified suscription.
            </summary>
            <param name='locationName'>
            The desired region for the quotas.
            </param>
            <param name='customHeaders'>
            Headers that will be added to the request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.SubscriptionOperationsExtensions">
            <summary>
            Extension methods for SubscriptionOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.SubscriptionOperationsExtensions.GetSubscriptionQuotas(Microsoft.Azure.Management.Batch.ISubscriptionOperations,System.String)">
            <summary>
            Gets the Batch service quotas for the specified suscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='locationName'>
            The desired region for the quotas.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.SubscriptionOperationsExtensions.GetSubscriptionQuotasAsync(Microsoft.Azure.Management.Batch.ISubscriptionOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Batch service quotas for the specified suscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='locationName'>
            The desired region for the quotas.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>