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>
            Operations for managing batch accounts
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.IAccountOperations">
            <summary>
            Operations for managing batch accounts
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.BeginCreatingAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Begin creating the batch account.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </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 Azure.
            Batch account names must be between 3 and 24 characters in length
            and must use only numbers and lower-case 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.batch.core.windows.net/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begin deleting the batch account.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </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='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create operation creates a new Batch account in the specified
            resource group and datacenter location.
            </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 Azure.
            Batch account names must be between 3 and 24 characters in length
            and must use only numbers and lower-case 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.batch.core.windows.net/.
            </param>
            <param name='parameters'>
            Additional parameters for account creation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete operation deletes an existing Batch account. The
            operation will return NoContent if the requested account does not
            exist.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the Batch account.
            </param>
            <param name='accountName'>
            The name of the account to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get operation gets detailed 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='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Get operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListAsync(Microsoft.Azure.Management.Batch.Models.AccountListParameters,System.Threading.CancellationToken)">
            <summary>
            The List operation gets information about the Batch accounts
            associated either with the subscription if no resource group is
            specified or within the specified resource group.
            </summary>
            <param name='parameters'>
            An optional argument which specifies the name of the resource group
            that constrains the set of accounts that are returned.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the List operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListActionsAsync(System.Threading.CancellationToken)">
            <summary>
            The ListActions operation gets information about non-standard
            actions for the provider.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the ListActions operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListKeysAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The ListKeys operation gets the account keys for the given 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='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the GetKeys operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the next set of accounts based on the previously returned
            NextLink value.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the List operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.RegenerateKeyAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The RegenerateKey operation regenerates the specified account key
            for the given 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='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the RegenerateKey operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IAccountOperations.UpdateAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update operation updates the properties of an existing Batch
            account in the specified resource group.
            </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='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Update operation.
            </returns>
        </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="M:Microsoft.Azure.Management.Batch.AccountOperations.BeginCreatingAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Begin creating the batch account.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the new
            Batch account.
            </param>
            <param name='accountName'>
            Required. A name for the Batch account which must be unique within
            Azure. Batch account names must be between 3 and 24 characters in
            length and must use only numbers and lower-case 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.batch.core.windows.net/.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account creation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begin deleting the batch account.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account to be deleted.
            </param>
            <param name='accountName'>
            Required. The name of the account to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create operation creates a new Batch account in the specified
            resource group and datacenter location.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the new
            Batch account.
            </param>
            <param name='accountName'>
            Required. A name for the Batch account which must be unique within
            Azure. Batch account names must be between 3 and 24 characters in
            length and must use only numbers and lower-case 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.batch.core.windows.net/.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account creation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete operation deletes an existing Batch account. The
            operation will return NoContent if the requested account does not
            exist.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get operation gets detailed information about the specified
            Batch account.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Get operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListAsync(Microsoft.Azure.Management.Batch.Models.AccountListParameters,System.Threading.CancellationToken)">
            <summary>
            The List operation gets information about the Batch accounts
            associated either with the subscription if no resource group is
            specified or within the specified resource group.
            </summary>
            <param name='parameters'>
            Optional. An optional argument which specifies the name of the
            resource group that constrains the set of accounts that are
            returned.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the List operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListActionsAsync(System.Threading.CancellationToken)">
            <summary>
            The ListActions operation gets information about non-standard
            actions for the provider.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the ListActions operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListKeysAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The ListKeys operation gets the account keys for the given Batch
            account.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the GetKeys operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the next set of accounts based on the previously returned
            NextLink value.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the List operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.RegenerateKeyAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The RegenerateKey operation regenerates the specified account key
            for the given Batch account.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <param name='parameters'>
            Required. The type of key to regenerate
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the RegenerateKey operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperations.UpdateAsync(System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update operation updates the properties of an existing Batch
            account in the specified resource group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account update
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Update operation.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.AccountOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Batch.BatchManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.BeginCreating(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters)">
            <summary>
            Begin creating the batch account.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the new
            Batch account.
            </param>
            <param name='accountName'>
            Required. A name for the Batch account which must be unique within
            Azure. Batch account names must be between 3 and 24 characters in
            length and must use only numbers and lower-case 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.batch.core.windows.net/.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account creation
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.BeginCreatingAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters)">
            <summary>
            Begin creating the batch account.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the new
            Batch account.
            </param>
            <param name='accountName'>
            Required. A name for the Batch account which must be unique within
            Azure. Batch account names must be between 3 and 24 characters in
            length and must use only numbers and lower-case 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.batch.core.windows.net/.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account creation
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.BeginDeleting(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            Begin deleting the batch account.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account to be deleted.
            </param>
            <param name='accountName'>
            Required. The name of the account to be deleted.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.BeginDeletingAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            Begin deleting the batch account.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account to be deleted.
            </param>
            <param name='accountName'>
            Required. The name of the account to be deleted.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </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>
            The Create operation creates a new Batch account in the specified
            resource group and datacenter location.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the new
            Batch account.
            </param>
            <param name='accountName'>
            Required. A name for the Batch account which must be unique within
            Azure. Batch account names must be between 3 and 24 characters in
            length and must use only numbers and lower-case 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.batch.core.windows.net/.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account creation
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </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)">
            <summary>
            The Create operation creates a new Batch account in the specified
            resource group and datacenter location.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the new
            Batch account.
            </param>
            <param name='accountName'>
            Required. A name for the Batch account which must be unique within
            Azure. Batch account names must be between 3 and 24 characters in
            length and must use only numbers and lower-case 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.batch.core.windows.net/.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account creation
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.Delete(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            The Delete operation deletes an existing Batch account. The
            operation will return NoContent if the requested account does not
            exist.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account to be deleted.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            The Delete operation deletes an existing Batch account. The
            operation will return NoContent if the requested account does not
            exist.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account to be deleted.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.Get(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            The Get operation gets detailed information about the specified
            Batch account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <returns>
            Values returned by the Get operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.GetAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            The Get operation gets detailed information about the specified
            Batch account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <returns>
            Values returned by the Get operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.List(Microsoft.Azure.Management.Batch.IAccountOperations,Microsoft.Azure.Management.Batch.Models.AccountListParameters)">
            <summary>
            The List operation gets information about the Batch accounts
            associated either with the subscription if no resource group is
            specified or within the specified resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='parameters'>
            Optional. An optional argument which specifies the name of the
            resource group that constrains the set of accounts that are
            returned.
            </param>
            <returns>
            Values returned by the List operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListAsync(Microsoft.Azure.Management.Batch.IAccountOperations,Microsoft.Azure.Management.Batch.Models.AccountListParameters)">
            <summary>
            The List operation gets information about the Batch accounts
            associated either with the subscription if no resource group is
            specified or within the specified resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='parameters'>
            Optional. An optional argument which specifies the name of the
            resource group that constrains the set of accounts that are
            returned.
            </param>
            <returns>
            Values returned by the List operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListActions(Microsoft.Azure.Management.Batch.IAccountOperations)">
            <summary>
            The ListActions operation gets information about non-standard
            actions for the provider.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <returns>
            Values returned by the ListActions operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListActionsAsync(Microsoft.Azure.Management.Batch.IAccountOperations)">
            <summary>
            The ListActions operation gets information about non-standard
            actions for the provider.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <returns>
            Values returned by the ListActions operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListKeys(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            The ListKeys operation gets the account keys for the given Batch
            account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <returns>
            Values returned by the GetKeys operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String,System.String)">
            <summary>
            The ListKeys operation gets the account keys for the given Batch
            account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <returns>
            Values returned by the GetKeys operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListNext(Microsoft.Azure.Management.Batch.IAccountOperations,System.String)">
            <summary>
            Get the next set of accounts based on the previously returned
            NextLink value.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            Values returned by the List operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.AccountOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Batch.IAccountOperations,System.String)">
            <summary>
            Get the next set of accounts based on the previously returned
            NextLink value.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            Values returned by the List operation.
            </returns>
        </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>
            The RegenerateKey operation regenerates the specified account key
            for the given Batch account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <param name='parameters'>
            Required. The type of key to regenerate
            </param>
            <returns>
            Values returned by the RegenerateKey operation.
            </returns>
        </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)">
            <summary>
            The RegenerateKey operation regenerates the specified account key
            for the given Batch account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <param name='parameters'>
            Required. The type of key to regenerate
            </param>
            <returns>
            Values returned by the RegenerateKey operation.
            </returns>
        </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>
            The Update operation updates the properties of an existing Batch
            account in the specified resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account update
            </param>
            <returns>
            Values returned by the Update operation.
            </returns>
        </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)">
            <summary>
            The Update operation updates the properties of an existing Batch
            account in the specified resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group that contains the Batch
            account.
            </param>
            <param name='accountName'>
            Required. The name of the account.
            </param>
            <param name='parameters'>
            Required. Additional parameters for account update
            </param>
            <returns>
            Values returned by the Update operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IBatchManagementClient.GetAccountCreateOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Account Create Operation Status operation returns the
            status of the account creation operation. After calling an
            asynchronous operation, you can call this method to determine
            whether the operation has succeeded, failed, or is still in
            progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the BeginCreating operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.IBatchManagementClient.GetAccountDeleteOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Delete Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Delete Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the BeginDeleting operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify 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.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.Accounts">
            <summary>
            Operations for managing batch accounts
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.IBatchManagementClient.Subscriptions">
            <summary>
            Operations for managing Batch service properties at the
            subscription level.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the BatchManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.Batch.BatchManagementClient})">
            <summary>
            Clones properties from current instance to another
            BatchManagementClient instance
            </summary>
            <param name='client'>
            Instance of BatchManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.GetAccountCreateOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Account Create Operation Status operation returns the
            status of the account creation operation. After calling an
            asynchronous operation, you can call this method to determine
            whether the operation has succeeded, failed, or is still in
            progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginCreating operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClient.GetAccountDeleteOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Delete Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Delete Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginDeleting operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify 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.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.Accounts">
            <summary>
            Operations for managing batch accounts
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.BatchManagementClient.Subscriptions">
            <summary>
            Operations for managing Batch service properties at the
            subscription level.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClientExtensions.GetAccountCreateOperationStatus(Microsoft.Azure.Management.Batch.IBatchManagementClient,System.String)">
            <summary>
            The Get Account Create Operation Status operation returns the
            status of the account creation operation. After calling an
            asynchronous operation, you can call this method to determine
            whether the operation has succeeded, failed, or is still in
            progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IBatchManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginCreating operation.
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClientExtensions.GetAccountCreateOperationStatusAsync(Microsoft.Azure.Management.Batch.IBatchManagementClient,System.String)">
            <summary>
            The Get Account Create Operation Status operation returns the
            status of the account creation operation. After calling an
            asynchronous operation, you can call this method to determine
            whether the operation has succeeded, failed, or is still in
            progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IBatchManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginCreating operation.
            </param>
            <returns>
            Values returned by the Create operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClientExtensions.GetAccountDeleteOperationStatus(Microsoft.Azure.Management.Batch.IBatchManagementClient,System.String)">
            <summary>
            The Get Delete Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Delete Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IBatchManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginDeleting operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.BatchManagementClientExtensions.GetAccountDeleteOperationStatusAsync(Microsoft.Azure.Management.Batch.IBatchManagementClient,System.String)">
            <summary>
            The Get Delete Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Delete Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.IBatchManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginDeleting operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.ISubscriptionOperations">
            <summary>
            Operations for managing Batch service properties at the subscription
            level.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.ISubscriptionOperations.GetSubscriptionQuotasAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Subscription Quotas operation returns the quotas of the
            subscription in the Batch service.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Get Subscription Quotas operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AccountActions">
            <summary>
            Specialized action for Batch resource provider.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AccountActions.#ctor">
            <summary>
            Initializes a new instance of the AccountActions class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountActions.Action">
            <summary>
            Optional. hmmm.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountActions.FriendlyDescription">
            <summary>
            Optional. hmmm.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountActions.FriendlyName">
            <summary>
            Optional. hmmm.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountActions.FriendlyTarget">
            <summary>
            Optional. hmmm.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AccountKeyType">
            <summary>
            Describes the type of Batch account key.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AccountListParameters">
            <summary>
            Parameters supplied to the List operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AccountListParameters.#ctor">
            <summary>
            Initializes a new instance of the AccountListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountListParameters.ResourceGroupName">
            <summary>
            Optional. The name of the resource group used to filter account
            results. Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AccountProperties">
            <summary>
            Account specific properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.AccountProperties.#ctor">
            <summary>
            Initializes a new instance of the AccountProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountProperties.AccountEndpoint">
            <summary>
            Optional. The endpoint used by this account to obtain Batch
            services.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountProperties.ActiveJobAndJobScheduleQuota">
            <summary>
            Optional. The active job and job schedule quota for this Batch
            account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountProperties.CoreQuota">
            <summary>
            Optional. The core quota for this Batch account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountProperties.PoolQuota">
            <summary>
            Optional. The pool quota for this Batch account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountProperties.ProvisioningState">
            <summary>
            Optional. The provisioned state of the resource
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.AccountResource">
            <summary>
            Basic resource information.
            </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="P:Microsoft.Azure.Management.Batch.Models.AccountResource.Id">
            <summary>
            Optional. Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.Location">
            <summary>
            Optional. The region in which the account is created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.Name">
            <summary>
            Optional. The name of the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.Properties">
            <summary>
            Optional. The properties associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.Tags">
            <summary>
            Optional. The user specified tags associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.AccountResource.Type">
            <summary>
            Optional. Gets or sets the type of the resource.
            </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="P:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters.Location">
            <summary>
            Optional. The region in which the account is created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters.Tags">
            <summary>
            Optional. The user specified tags associated with the account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateResponse">
            <summary>
            Values returned by the Create operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.LongRunningOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.LongRunningOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the LongRunningOperationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.LongRunningOperationResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.LongRunningOperationResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.LongRunningOperationResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.LongRunningOperationResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountCreateResponse.Resource">
            <summary>
            Optional. The returned account resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountGetResponse">
            <summary>
            Values returned by the Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountGetResponse.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountGetResponse.Resource">
            <summary>
            Optional. The returned account resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountListActionsResponse">
            <summary>
            Values returned by the ListActions operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountListActionsResponse.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountListActionsResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountListActionsResponse.GetEnumerator">
            <summary>
            Gets the sequence of Actions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountListActionsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Actions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountListActionsResponse.Actions">
            <summary>
            Optional. The collection of specialized actions for the provider.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResponse">
            <summary>
            Values returned by the GetKeys operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResponse.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountListKeyResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResponse.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the BatchAccountListKeyResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResponse.PrimaryKey">
            <summary>
            Required. The primary key associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResponse.SecondaryKey">
            <summary>
            Required. The secondary key associated with the account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountListResponse">
            <summary>
            Values returned by the List operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountListResponse.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountListResponse.Accounts">
            <summary>
            Optional. The collection of returned account resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountListResponse.NextLink">
            <summary>
            Optional. The continuation token.
            </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="P:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters.KeyName">
            <summary>
            Optional. The type of account key to regenerate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResponse">
            <summary>
            Values returned by the RegenerateKey operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResponse.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountRegenerateKeyResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResponse.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the BatchAccountRegenerateKeyResponse
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResponse.PrimaryKey">
            <summary>
            Required. The primary key associated with the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyResponse.SecondaryKey">
            <summary>
            Required. 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="P:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters.Tags">
            <summary>
            Optional. The user specified tags associated with the account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateResponse">
            <summary>
            Values returned by the Update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the BatchAccountUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateResponse.Resource">
            <summary>
            Optional. The returned account resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchManagementError.#ctor">
            <summary>
            Initializes a new instance of the BatchManagementError class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.BatchManagementError.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the BatchManagementError class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchManagementError.Code">
            <summary>
            Required. Gets or sets the error code returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchManagementError.Message">
            <summary>
            Required. Gets or sets the error message returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.BatchManagementError.Target">
            <summary>
            Optional. Gets or sets the target of the error.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.Models.SubscriptionQuotasGetResponse">
            <summary>
            Values returned by the Get Subscription Quotas operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.Models.SubscriptionQuotasGetResponse.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionQuotasGetResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.Models.SubscriptionQuotasGetResponse.AccountQuota">
            <summary>
            Optional. The number of accounts the subscription is allowed to
            create in the Batch Service at the specified region.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Batch.SubscriptionOperations">
            <summary>
            Operations for managing Batch service properties at the subscription
            level.
            </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="M:Microsoft.Azure.Management.Batch.SubscriptionOperations.GetSubscriptionQuotasAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Subscription Quotas operation returns the quotas of the
            subscription in the Batch service.
            </summary>
            <param name='locationName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Values returned by the Get Subscription Quotas operation.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Batch.SubscriptionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Batch.BatchManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.SubscriptionOperationsExtensions.GetSubscriptionQuotas(Microsoft.Azure.Management.Batch.ISubscriptionOperations,System.String)">
            <summary>
            The Get Subscription Quotas operation returns the quotas of the
            subscription in the Batch service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.ISubscriptionOperations.
            </param>
            <param name='locationName'>
            Required.
            </param>
            <returns>
            Values returned by the Get Subscription Quotas operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Batch.SubscriptionOperationsExtensions.GetSubscriptionQuotasAsync(Microsoft.Azure.Management.Batch.ISubscriptionOperations,System.String)">
            <summary>
            The Get Subscription Quotas operation returns the quotas of the
            subscription in the Batch service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Batch.ISubscriptionOperations.
            </param>
            <param name='locationName'>
            Required.
            </param>
            <returns>
            Values returned by the Get Subscription Quotas operation.
            </returns>
        </member>
    </members>
</doc>