Microsoft.Azure.Management.MachineLearning.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.MachineLearning</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations">
            <summary>
            WebServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a web service. This call will overwrite an
            existing web service. Note that there is no warning or
            confirmation. This is a nonrecoverable operation. If your intent is
            to create a new web service, call the Get operation first to verify
            that it does not exist.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='createOrUpdatePayload'>
            The payload that is used to create or update the web service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the Web Service Definition as specified by a subscription,
            resource group, and name. Note that the storage credentials and web
            service keys are not returned by this call. To get the web service
            access keys, call List Keys.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are valid.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.PatchWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modifies an existing web service resource. The PATCH API call is an
            asynchronous operation. To determine whether it has completed
            successfully, you must perform a Get operation.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='patchPayload'>
            The payload to use to patch the web service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.RemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.CreateRegionalPropertiesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an encrypted credentials parameter blob for the specified
            region. To get the web service from a region other than the region
            in which it has been created, you must first call Create Regional
            Web Services Properties to create a copy of the encrypted
            credential parameter blob in that region. You only need to do this
            before the first time that you get the web service in the new
            region.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are created.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the access keys for the specified web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.ListBySubscriptionIdWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified subscription.
            </summary>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a web service. This call will overwrite an
            existing web service. Note that there is no warning or
            confirmation. This is a nonrecoverable operation. If your intent is
            to create a new web service, call the Get operation first to verify
            that it does not exist.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='createOrUpdatePayload'>
            The payload that is used to create or update the web service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.BeginPatchWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modifies an existing web service resource. The PATCH API call is an
            asynchronous operation. To determine whether it has completed
            successfully, you must perform a Get operation.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='patchPayload'>
            The payload to use to patch the web service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.BeginRemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.BeginCreateRegionalPropertiesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an encrypted credentials parameter blob for the specified
            region. To get the web service from a region other than the region
            in which it has been created, you must first call Create Regional
            Web Services Properties to create a copy of the encrypted
            credential parameter blob in that region. You only need to do this
            before the first time that you get the web service in the new
            region.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are created.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web services in 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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.ListBySubscriptionIdNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified 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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations">
            <summary>
            This class was added as a temporary fix for the AutoRest generated client code, which does not handle
            the request id for async operations properly. Basically, if an async operation fails during execution,
            the AutoRest library will resturn an exception with the request id of the latest GET call that was
            polling for the async operation status. This is not desired, as all logs for the execution of the
            operation and stored under the request id of the initial PUT/PATCH/DELETE call that initiated the
            operation.
             
            Here, we capture that request id after the initial async call, and return it with the final operation
            result or any CloudException thrown during execution.
            </summary>
            <summary>
            WebServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.CreateOrUpdateWebServiceWithProperRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a new Azure ML web service or update an existing one.
            </summary>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </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.MachineLearning.WebServices.WebServicesOperations.PatchWebServiceWithProperRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </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.MachineLearning.WebServices.WebServicesOperations.RemoveWebServiceWitProperRequestIdAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </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.MachineLearning.WebServices.WebServicesOperations.CreateRegionalPropertiesWithProperRequestIdAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create web service properties for a specific region.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='region'>
            The new region of Azure ML web service properties
            </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.MachineLearning.WebServices.WebServicesOperations.#ctor(Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient)">
            <summary>
            Initializes a new instance of the WebServicesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.Client">
            <summary>
            Gets a reference to the AzureMLWebServicesManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a web service. This call will overwrite an existing web
            service. Note that there is no warning or confirmation. This is a
            nonrecoverable operation. If your intent is to create a new web service,
            call the Get operation first to verify that it does not exist.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='createOrUpdatePayload'>
            The payload that is used to create or update the web service.
            </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.MachineLearning.WebServices.WebServicesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the Web Service Definition as specified by a subscription, resource
            group, and name. Note that the storage credentials and web service keys are
            not returned by this call. To get the web service access keys, call List
            Keys.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are valid.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.PatchWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modifies an existing web service resource. The PATCH API call is an
            asynchronous operation. To determine whether it has completed successfully,
            you must perform a Get operation.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='patchPayload'>
            The payload to use to patch the web service.
            </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.MachineLearning.WebServices.WebServicesOperations.RemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </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.MachineLearning.WebServices.WebServicesOperations.CreateRegionalPropertiesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an encrypted credentials parameter blob for the specified region.
            To get the web service from a region other than the region in which it has
            been created, you must first call Create Regional Web Services Properties
            to create a copy of the encrypted credential parameter blob in that region.
            You only need to do this before the first time that you get the web service
            in the new region.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are created.
            </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.MachineLearning.WebServices.WebServicesOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the access keys for the specified web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.ListBySubscriptionIdWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified subscription.
            </summary>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a web service. This call will overwrite an existing web
            service. Note that there is no warning or confirmation. This is a
            nonrecoverable operation. If your intent is to create a new web service,
            call the Get operation first to verify that it does not exist.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='createOrUpdatePayload'>
            The payload that is used to create or update the web service.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.BeginPatchWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modifies an existing web service resource. The PATCH API call is an
            asynchronous operation. To determine whether it has completed successfully,
            you must perform a Get operation.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='patchPayload'>
            The payload to use to patch the web service.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.BeginRemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.BeginCreateRegionalPropertiesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an encrypted credentials parameter blob for the specified region.
            To get the web service from a region other than the region in which it has
            been created, you must first call Create Regional Web Services Properties
            to create a copy of the encrypted credential parameter blob in that region.
            You only need to do this before the first time that you get the web service
            in the new region.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are created.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web services in 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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.ListBySubscriptionIdNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified 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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions">
            <summary>
            This class was added as a temporary fix for the AutoRest generated client code, which does not handle
            the request id for async operations properly. Basically, if an async operation fails during execution,
            the AutoRest library will resturn an exception with the request id of the latest GET call that was
            polling for the async operation status. This is not desired, as all logs for the execution of the
            operation and stored under the request id of the initial PUT/PATCH/DELETE call that initiated the
            operation.
             
            Here, we capture that request id after the initial async call, and return it with the final operation
            result or any CloudException thrown during execution.
            </summary>
            <summary>
            Extension methods for WebServicesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateOrUpdateWithRequestId(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String)">
            <summary>
            Create a new Azure ML web service or update an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <remarks>
            In case of an error, the thrown CloudException contains the proper request id to monitor the reasons for the failure
            </remarks>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateOrUpdateWithRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create a new Azure ML web service or update an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <remarks>
            In case of an error, the thrown CloudException contains the proper request id to monitor the reasons for the failure
            </remarks>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.PatchWithRequestId(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.PatchWithRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.RemoveWithRequestId(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.RemoveWithRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateRegionalPropertiesWithRequestId(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.String)">
            <summary>
            Create web service properties for a specific region.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='region'>
            The new region of Azure ML web service properties.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateRegionalPropertiesWithRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create web service properties for a specific region.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='region'>
            The new region of Azure ML web service properties.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService)">
            <summary>
            Create or update a web service. This call will overwrite an existing web
            service. Note that there is no warning or confirmation. This is a
            nonrecoverable operation. If your intent is to create a new web service,
            call the Get operation first to verify that it does not exist.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='createOrUpdatePayload'>
            The payload that is used to create or update the web service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Threading.CancellationToken)">
            <summary>
            Create or update a web service. This call will overwrite an existing web
            service. Note that there is no warning or confirmation. This is a
            nonrecoverable operation. If your intent is to create a new web service,
            call the Get operation first to verify that it does not exist.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='createOrUpdatePayload'>
            The payload that is used to create or update the web service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.Get(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the Web Service Definition as specified by a subscription, resource
            group, and name. Note that the storage credentials and web service keys are
            not returned by this call. To get the web service access keys, call List
            Keys.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are valid.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.GetAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Web Service Definition as specified by a subscription, resource
            group, and name. Note that the storage credentials and web service keys are
            not returned by this call. To get the web service access keys, call List
            Keys.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are valid.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.Patch(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService)">
            <summary>
            Modifies an existing web service resource. The PATCH API call is an
            asynchronous operation. To determine whether it has completed successfully,
            you must perform a Get operation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='patchPayload'>
            The payload to use to patch the web service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.PatchAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Threading.CancellationToken)">
            <summary>
            Modifies an existing web service resource. The PATCH API call is an
            asynchronous operation. To determine whether it has completed successfully,
            you must perform a Get operation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='patchPayload'>
            The payload to use to patch the web service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.Remove(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Deletes the specified web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.RemoveAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateRegionalProperties(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.String)">
            <summary>
            Creates an encrypted credentials parameter blob for the specified region.
            To get the web service from a region other than the region in which it has
            been created, you must first call Create Regional Web Services Properties
            to create a copy of the encrypted credential parameter blob in that region.
            You only need to do this before the first time that you get the web service
            in the new region.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are created.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateRegionalPropertiesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates an encrypted credentials parameter blob for the specified region.
            To get the web service from a region other than the region in which it has
            been created, you must first call Create Regional Web Services Properties
            to create a copy of the encrypted credential parameter blob in that region.
            You only need to do this before the first time that you get the web service
            in the new region.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are created.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListKeys(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Gets the access keys for the specified web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the access keys for the specified web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Gets the web services in the specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListBySubscriptionId(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String)">
            <summary>
            Gets the web services in the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListBySubscriptionIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService)">
            <summary>
            Create or update a web service. This call will overwrite an existing web
            service. Note that there is no warning or confirmation. This is a
            nonrecoverable operation. If your intent is to create a new web service,
            call the Get operation first to verify that it does not exist.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='createOrUpdatePayload'>
            The payload that is used to create or update the web service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Threading.CancellationToken)">
            <summary>
            Create or update a web service. This call will overwrite an existing web
            service. Note that there is no warning or confirmation. This is a
            nonrecoverable operation. If your intent is to create a new web service,
            call the Get operation first to verify that it does not exist.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='createOrUpdatePayload'>
            The payload that is used to create or update the web service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginPatch(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService)">
            <summary>
            Modifies an existing web service resource. The PATCH API call is an
            asynchronous operation. To determine whether it has completed successfully,
            you must perform a Get operation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='patchPayload'>
            The payload to use to patch the web service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginPatchAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.Threading.CancellationToken)">
            <summary>
            Modifies an existing web service resource. The PATCH API call is an
            asynchronous operation. To determine whether it has completed successfully,
            you must perform a Get operation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='patchPayload'>
            The payload to use to patch the web service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginRemove(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Deletes the specified web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginRemoveAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginCreateRegionalProperties(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.String)">
            <summary>
            Creates an encrypted credentials parameter blob for the specified region.
            To get the web service from a region other than the region in which it has
            been created, you must first call Create Regional Web Services Properties
            to create a copy of the encrypted credential parameter blob in that region.
            You only need to do this before the first time that you get the web service
            in the new region.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are created.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginCreateRegionalPropertiesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates an encrypted credentials parameter blob for the specified region.
            To get the web service from a region other than the region in which it has
            been created, you must first call Create Regional Web Services Properties
            to create a copy of the encrypted credential parameter blob in that region.
            You only need to do this before the first time that you get the web service
            in the new region.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the web service is located.
            </param>
            <param name='webServiceName'>
            The name of the web service.
            </param>
            <param name='region'>
            The region for which encrypted credential parameters are created.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String)">
            <summary>
            Gets the web services in 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.MachineLearning.WebServices.WebServicesOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web services in 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="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListBySubscriptionIdNext(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String)">
            <summary>
            Gets the web services in the specified 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.MachineLearning.WebServices.WebServicesOperationsExtensions.ListBySubscriptionIdNextAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web services in the specified 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="T:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient">
            <summary>
            These APIs allow end users to operate on Azure Machine Learning Web
            Services resources. They support the following
            operations:&lt;ul&gt;&lt;li&gt;Create or update a web
            service&lt;/li&gt;&lt;li&gt;Get a web service&lt;/li&gt;&lt;li&gt;Patch
            a web service&lt;/li&gt;&lt;li&gt;Delete a web
            service&lt;/li&gt;&lt;li&gt;Get All Web Services in a Resource Group
            &lt;/li&gt;&lt;li&gt;Get All Web Services in a
            Subscription&lt;/li&gt;&lt;li&gt;Get Web Services
            Keys&lt;/li&gt;&lt;/ul&gt;
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.SubscriptionId">
            <summary>
            The Azure subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.ApiVersion">
            <summary>
            The version of the Microsoft.MachineLearning resource provider API to use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.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.MachineLearning.WebServices.AzureMLWebServicesManagementClient.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.MachineLearning.WebServices.AzureMLWebServicesManagementClient.WebServices">
            <summary>
            Gets the IWebServicesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient 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 client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient 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 client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient 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 client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </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 client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </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 client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient">
            <summary>
            These APIs allow end users to operate on Azure Machine Learning Web
            Services resources. They support the following
            operations:&lt;ul&gt;&lt;li&gt;Create or update a web
            service&lt;/li&gt;&lt;li&gt;Get a web service&lt;/li&gt;&lt;li&gt;Patch
            a web service&lt;/li&gt;&lt;li&gt;Delete a web
            service&lt;/li&gt;&lt;li&gt;Get All Web Services in a Resource Group
            &lt;/li&gt;&lt;li&gt;Get All Web Services in a
            Subscription&lt;/li&gt;&lt;li&gt;Get Web Services
            Keys&lt;/li&gt;&lt;/ul&gt;
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.SubscriptionId">
            <summary>
            The Azure subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.ApiVersion">
            <summary>
            The version of the Microsoft.MachineLearning resource provider API
            to use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.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.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.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.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.WebServices">
            <summary>
            Gets the IWebServicesOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem">
            <summary>
            Information about an asset associated with the web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.#ctor">
            <summary>
            Initializes a new instance of the AssetItem class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.#ctor(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation,System.String,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort},System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter})">
            <summary>
            Initializes a new instance of the AssetItem class.
            </summary>
            <param name="name">Asset's friendly name.</param>
            <param name="type">Asset's type. Possible values include: 'Module',
            'Resource'</param>
            <param name="locationInfo">Access information for the
            asset.</param>
            <param name="id">Asset's Id.</param>
            <param name="inputPorts">Information about the asset's input
            ports.</param>
            <param name="outputPorts">Information about the asset's output
            ports.</param>
            <param name="metadata">If the asset is a custom module, this holds
            the module's metadata.</param>
            <param name="parameters">If the asset is a custom module, this
            holds the module's parameters.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Name">
            <summary>
            Gets or sets asset's friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Id">
            <summary>
            Gets or sets asset's Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Type">
            <summary>
            Gets or sets asset's type. Possible values include: 'Module',
            'Resource'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.LocationInfo">
            <summary>
            Gets or sets access information for the asset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.InputPorts">
            <summary>
            Gets or sets information about the asset's input ports.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.OutputPorts">
            <summary>
            Gets or sets information about the asset's output ports.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Metadata">
            <summary>
            Gets or sets if the asset is a custom module, this holds the
            module's metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Parameters">
            <summary>
            Gets or sets if the asset is a custom module, this holds the
            module's parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetType">
            <summary>
            Defines values for AssetType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo">
            <summary>
            The error detail information for async operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo.#ctor">
            <summary>
            Initializes a new instance of the AsyncOperationErrorInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo.#ctor(System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo})">
            <summary>
            Initializes a new instance of the AsyncOperationErrorInfo class.
            </summary>
            <param name="code">The error code.</param>
            <param name="target">The error target.</param>
            <param name="message">The error message.</param>
            <param name="details">An array containing error
            information.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo.Code">
            <summary>
            Gets or sets the error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo.Target">
            <summary>
            Gets or sets the error target.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo.Message">
            <summary>
            Gets or sets the error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo.Details">
            <summary>
            Gets or sets an array containing error information.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus">
            <summary>
            Azure async operation status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.#ctor">
            <summary>
            Initializes a new instance of the AsyncOperationStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Double},Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationErrorInfo)">
            <summary>
            Initializes a new instance of the AsyncOperationStatus class.
            </summary>
            <param name="id">Async operation id.</param>
            <param name="name">Async operation name.</param>
            <param name="provisioningState">Read Only: The provisioning state
            of the web service. Valid values are Unknown, Provisioning,
            Succeeded, and Failed. Possible values include: 'Unknown',
            'Provisioning', 'Succeeded', 'Failed'</param>
            <param name="startTime">The date time that the async operation
            started.</param>
            <param name="endTime">The date time that the async operation
            finished.</param>
            <param name="percentComplete">Async operation progress.</param>
            <param name="errorInfo">If the async operation fails, this
            structure contains the error details.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.Id">
            <summary>
            Gets or sets async operation id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.Name">
            <summary>
            Gets or sets async operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.ProvisioningState">
            <summary>
            Gets read Only: The provisioning state of the web service. Valid
            values are Unknown, Provisioning, Succeeded, and Failed. Possible
            values include: 'Unknown', 'Provisioning', 'Succeeded', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.StartTime">
            <summary>
            Gets the date time that the async operation started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.EndTime">
            <summary>
            Gets the date time that the async operation finished.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.PercentComplete">
            <summary>
            Gets or sets async operation progress.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AsyncOperationStatus.ErrorInfo">
            <summary>
            Gets or sets if the async operation fails, this structure contains
            the error details.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation">
            <summary>
            Describes the access location for a blob.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation.#ctor">
            <summary>
            Initializes a new instance of the BlobLocation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the BlobLocation class.
            </summary>
            <param name="uri">The URI from which the blob is accessible from.
            For example, aml://abc for system assets or https://xyz for user
            assets or payload.</param>
            <param name="credentials">Access credentials for the blob, if
            applicable (e.g. blob specified by storage account connection
            string + blob URI)</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation.Uri">
            <summary>
            Gets or sets the URI from which the blob is accessible from. For
            example, aml://abc for system assets or https://xyz for user assets
            or payload.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation.Credentials">
            <summary>
            Gets or sets access credentials for the blob, if applicable (e.g.
            blob specified by storage account connection string + blob URI)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnFormat">
            <summary>
            Defines values for ColumnFormat.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification">
            <summary>
            Swagger 2.0 schema for a column within the data table representing a
            web service input or output. See Swagger specification:
            http://swagger.io/specification/
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.#ctor">
            <summary>
            Initializes a new instance of the ColumnSpecification class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.#ctor(System.String,System.String,System.Collections.Generic.IList{System.Object},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the ColumnSpecification class.
            </summary>
            <param name="type">Data type of the column. Possible values
            include: 'Boolean', 'Integer', 'Number', 'String'</param>
            <param name="format">Additional format information for the data
            type. Possible values include: 'Byte', 'Char', 'Complex64',
            'Complex128', 'Date-time', 'Date-timeOffset', 'Double', 'Duration',
            'Float', 'Int8', 'Int16', 'Int32', 'Int64', 'Uint8', 'Uint16',
            'Uint32', 'Uint64'</param>
            <param name="enumProperty">If the data type is categorical, this
            provides the list of accepted categories.</param>
            <param name="xMsIsnullable">Flag indicating if the type supports
            null values or not.</param>
            <param name="xMsIsordered">Flag indicating whether the categories
            are treated as an ordered set or not, if this is a categorical
            column.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.Type">
            <summary>
            Gets or sets data type of the column. Possible values include:
            'Boolean', 'Integer', 'Number', 'String'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.Format">
            <summary>
            Gets or sets additional format information for the data type.
            Possible values include: 'Byte', 'Char', 'Complex64', 'Complex128',
            'Date-time', 'Date-timeOffset', 'Double', 'Duration', 'Float',
            'Int8', 'Int16', 'Int32', 'Int64', 'Uint8', 'Uint16', 'Uint32',
            'Uint64'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.EnumProperty">
            <summary>
            Gets or sets if the data type is categorical, this provides the
            list of accepted categories.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.XMsIsnullable">
            <summary>
            Gets or sets flag indicating if the type supports null values or
            not.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.XMsIsordered">
            <summary>
            Gets or sets flag indicating whether the categories are treated as
            an ordered set or not, if this is a categorical column.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnType">
            <summary>
            Defines values for ColumnType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan">
            <summary>
            Information about the machine learning commitment plan associated with
            the web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan.#ctor">
            <summary>
            Initializes a new instance of the CommitmentPlan class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommitmentPlan class.
            </summary>
            <param name="id">Specifies the Azure Resource Manager ID of the
            commitment plan associated with the web service.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan.Id">
            <summary>
            Gets or sets specifies the Azure Resource Manager ID of the
            commitment plan associated with the web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration">
            <summary>
            Diagnostics settings for an Azure ML web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.#ctor">
            <summary>
            Initializes a new instance of the DiagnosticsConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.#ctor(System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the DiagnosticsConfiguration class.
            </summary>
            <param name="level">Specifies the verbosity of the diagnostic
            output. Valid values are: None - disables tracing; Error - collects
            only error (stderr) traces; All - collects all traces (stdout and
            stderr). Possible values include: 'None', 'Error', 'All'</param>
            <param name="expiry">Specifies the date and time when the logging
            will cease. If null, diagnostic collection is not time
            limited.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.Level">
            <summary>
            Gets or sets specifies the verbosity of the diagnostic output.
            Valid values are: None - disables tracing; Error - collects only
            error (stderr) traces; All - collects all traces (stdout and
            stderr). Possible values include: 'None', 'Error', 'All'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.Expiry">
            <summary>
            Gets or sets specifies the date and time when the logging will
            cease. If null, diagnostic collection is not time limited.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsLevel">
            <summary>
            Defines values for DiagnosticsLevel.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest">
            <summary>
            Sample input data for the service's input(s).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest.#ctor">
            <summary>
            Initializes a new instance of the ExampleRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest.#ctor(System.Collections.Generic.IDictionary{System.String,System.Collections.Generic.IList{System.Collections.Generic.IList{System.Object}}},System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the ExampleRequest class.
            </summary>
            <param name="inputs">Sample input data for the web service's
            input(s) given as an input name to sample input values matrix
            map.</param>
            <param name="globalParameters">Sample input data for the web
            service's global parameters</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest.Inputs">
            <summary>
            Gets or sets sample input data for the web service's input(s) given
            as an input name to sample input values matrix map.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest.GlobalParameters">
            <summary>
            Gets or sets sample input data for the web service's global
            parameters
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge">
            <summary>
            Defines an edge within the web service's graph.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.#ctor">
            <summary>
            Initializes a new instance of the GraphEdge class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the GraphEdge class.
            </summary>
            <param name="sourceNodeId">The source graph node's
            identifier.</param>
            <param name="sourcePortId">The identifier of the source node's port
            that the edge connects from.</param>
            <param name="targetNodeId">The destination graph node's
            identifier.</param>
            <param name="targetPortId">The identifier of the destination node's
            port that the edge connects into.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.SourceNodeId">
            <summary>
            Gets or sets the source graph node's identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.SourcePortId">
            <summary>
            Gets or sets the identifier of the source node's port that the edge
            connects from.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.TargetNodeId">
            <summary>
            Gets or sets the destination graph node's identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.TargetPortId">
            <summary>
            Gets or sets the identifier of the destination node's port that the
            edge connects into.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode">
            <summary>
            Specifies a node in the web service graph. The node can either be an
            input, output or asset node, so only one of the corresponding id
            properties is populated at any given time.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.#ctor">
            <summary>
            Initializes a new instance of the GraphNode class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.#ctor(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter})">
            <summary>
            Initializes a new instance of the GraphNode class.
            </summary>
            <param name="assetId">The id of the asset represented by this
            node.</param>
            <param name="inputId">The id of the input element represented by
            this node.</param>
            <param name="outputId">The id of the output element represented by
            this node.</param>
            <param name="parameters">If applicable, parameters of the node.
            Global graph parameters map into these, with values set at
            runtime.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.AssetId">
            <summary>
            Gets or sets the id of the asset represented by this node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.InputId">
            <summary>
            Gets or sets the id of the input element represented by this node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.OutputId">
            <summary>
            Gets or sets the id of the output element represented by this node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.Parameters">
            <summary>
            Gets or sets if applicable, parameters of the node. Global graph
            parameters map into these, with values set at runtime.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage">
            <summary>
            Defines the graph of modules making up the machine learning solution.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.#ctor">
            <summary>
            Initializes a new instance of the GraphPackage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.#ctor(System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode},System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter})">
            <summary>
            Initializes a new instance of the GraphPackage class.
            </summary>
            <param name="nodes">The set of nodes making up the graph, provided
            as a nodeId to GraphNode map</param>
            <param name="edges">The list of edges making up the graph.</param>
            <param name="graphParameters">The collection of global parameters
            for the graph, given as a global parameter name to GraphParameter
            map. Each parameter here has a 1:1 match with the global parameters
            values map declared at the WebServiceProperties level.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.Nodes">
            <summary>
            Gets or sets the set of nodes making up the graph, provided as a
            nodeId to GraphNode map
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.Edges">
            <summary>
            Gets or sets the list of edges making up the graph.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.GraphParameters">
            <summary>
            Gets or sets the collection of global parameters for the graph,
            given as a global parameter name to GraphParameter map. Each
            parameter here has a 1:1 match with the global parameters values
            map declared at the WebServiceProperties level.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter">
            <summary>
            Defines a global parameter in the graph.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.#ctor">
            <summary>
            Initializes a new instance of the GraphParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink},System.String)">
            <summary>
            Initializes a new instance of the GraphParameter class.
            </summary>
            <param name="type">Graph parameter's type. Possible values include:
            'String', 'Int', 'Float', 'Enumerated', 'Script', 'Mode',
            'Credential', 'Boolean', 'Double', 'ColumnPicker',
            'ParameterRange', 'DataGatewayName'</param>
            <param name="links">Association links for this parameter to nodes
            in the graph.</param>
            <param name="description">Description of this graph
            parameter.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.Description">
            <summary>
            Gets or sets description of this graph parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.Type">
            <summary>
            Gets or sets graph parameter's type. Possible values include:
            'String', 'Int', 'Float', 'Enumerated', 'Script', 'Mode',
            'Credential', 'Boolean', 'Double', 'ColumnPicker',
            'ParameterRange', 'DataGatewayName'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.Links">
            <summary>
            Gets or sets association links for this parameter to nodes in the
            graph.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink">
            <summary>
            Association link for a graph global parameter to a node in the graph.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.#ctor">
            <summary>
            Initializes a new instance of the GraphParameterLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the GraphParameterLink class.
            </summary>
            <param name="nodeId">The graph node's identifier</param>
            <param name="parameterKey">The identifier of the node parameter
            that the global parameter maps to.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.NodeId">
            <summary>
            Gets or sets the graph node's identifier
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.ParameterKey">
            <summary>
            Gets or sets the identifier of the node parameter that the global
            parameter maps to.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort">
            <summary>
            Asset input port
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort.#ctor">
            <summary>
            Initializes a new instance of the InputPort class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InputPort class.
            </summary>
            <param name="type">Port data type. Possible values include:
            'Dataset'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort.Type">
            <summary>
            Gets or sets port data type. Possible values include: 'Dataset'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPortType">
            <summary>
            Defines values for InputPortType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace">
            <summary>
            Information about the machine learning workspace containing the
            experiment that is source for the web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace.#ctor">
            <summary>
            Initializes a new instance of the MachineLearningWorkspace class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MachineLearningWorkspace class.
            </summary>
            <param name="id">Specifies the workspace ID of the machine learning
            workspace associated with the web service</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace.Id">
            <summary>
            Gets or sets specifies the workspace ID of the machine learning
            workspace associated with the web service
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo">
            <summary>
            Nested parameter definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo.#ctor">
            <summary>
            Initializes a new instance of the ModeValueInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter})">
            <summary>
            Initializes a new instance of the ModeValueInfo class.
            </summary>
            <param name="interfaceString">The interface string name for the
            nested parameter.</param>
            <param name="parameters">The definition of the parameter.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo.InterfaceString">
            <summary>
            Gets or sets the interface string name for the nested parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo.Parameters">
            <summary>
            Gets or sets the definition of the parameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter">
            <summary>
            Parameter definition for a module asset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.#ctor">
            <summary>
            Initializes a new instance of the ModuleAssetParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.#ctor(System.String,System.String,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo})">
            <summary>
            Initializes a new instance of the ModuleAssetParameter class.
            </summary>
            <param name="name">Parameter name.</param>
            <param name="parameterType">Parameter type.</param>
            <param name="modeValuesInfo">Definitions for nested interface
            parameters if this is a complex module parameter.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.Name">
            <summary>
            Gets or sets parameter name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.ParameterType">
            <summary>
            Gets or sets parameter type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.ModeValuesInfo">
            <summary>
            Gets or sets definitions for nested interface parameters if this is
            a complex module parameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort">
            <summary>
            Asset output port
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort.#ctor">
            <summary>
            Initializes a new instance of the OutputPort class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OutputPort class.
            </summary>
            <param name="type">Port data type. Possible values include:
            'Dataset'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort.Type">
            <summary>
            Gets or sets port data type. Possible values include: 'Dataset'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPortType">
            <summary>
            Defines values for OutputPortType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.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.MachineLearning.WebServices.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.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.MachineLearning.WebServices.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="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ParameterType">
            <summary>
            Defines values for ParameterType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ProvisioningState">
            <summary>
            Defines values for ProvisioningState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration">
            <summary>
            Holds the available configuration options for an Azure ML web service
            endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration.#ctor">
            <summary>
            Initializes a new instance of the RealtimeConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration.#ctor(System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the RealtimeConfiguration class.
            </summary>
            <param name="maxConcurrentCalls">Specifies the maximum concurrent
            calls that can be made to the web service. Minimum value: 4,
            Maximum value: 200.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration.MaxConcurrentCalls">
            <summary>
            Gets or sets specifies the maximum concurrent calls that can be
            made to the web service. Minimum value: 4, Maximum value: 200.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource">
            <summary>
            Azure resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.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>
            <param name="location">Specifies the location of the
            resource.</param>
            <param name="id">Specifies the resource ID.</param>
            <param name="name">Specifies the name of the resource.</param>
            <param name="type">Specifies the type of the resource.</param>
            <param name="tags">Contains resource tags defined as key/value
            pairs.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Id">
            <summary>
            Gets specifies the resource ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Name">
            <summary>
            Gets specifies the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Location">
            <summary>
            Gets or sets specifies the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Type">
            <summary>
            Gets specifies the type of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Tags">
            <summary>
            Gets or sets contains resource tags defined as key/value pairs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification">
            <summary>
            The swagger 2.0 schema describing the service's inputs or outputs. See
            Swagger specification: http://swagger.io/specification/
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.#ctor">
            <summary>
            Initializes a new instance of the ServiceInputOutputSpecification
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification},System.String,System.String)">
            <summary>
            Initializes a new instance of the ServiceInputOutputSpecification
            class.
            </summary>
            <param name="type">The type of the entity described in swagger.
            Always 'object'.</param>
            <param name="properties">Specifies a collection that contains the
            column schema for each input or output of the web service. For more
            information, see the Swagger specification.</param>
            <param name="title">The title of your Swagger schema.</param>
            <param name="description">The description of the Swagger
            schema.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Title">
            <summary>
            Gets or sets the title of your Swagger schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Description">
            <summary>
            Gets or sets the description of the Swagger schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Type">
            <summary>
            Gets or sets the type of the entity described in swagger. Always
            'object'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Properties">
            <summary>
            Gets or sets specifies a collection that contains the column schema
            for each input or output of the web service. For more information,
            see the Swagger specification.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount">
            <summary>
            Access information for a storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount.#ctor">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </summary>
            <param name="name">Specifies the name of the storage
            account.</param>
            <param name="key">Specifies the key used to access the storage
            account.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount.Name">
            <summary>
            Gets or sets specifies the name of the storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount.Key">
            <summary>
            Gets or sets specifies the key used to access the storage account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification">
            <summary>
            The swagger 2.0 schema describing a single service input or output. See
            Swagger specification: http://swagger.io/specification/
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.#ctor">
            <summary>
            Initializes a new instance of the TableSpecification class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification})">
            <summary>
            Initializes a new instance of the TableSpecification class.
            </summary>
            <param name="type">The type of the entity described in
            swagger.</param>
            <param name="title">Swagger schema title.</param>
            <param name="description">Swagger schema description.</param>
            <param name="format">The format, if 'type' is not 'object'</param>
            <param name="properties">The set of columns within the data
            table.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Title">
            <summary>
            Gets or sets swagger schema title.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Description">
            <summary>
            Gets or sets swagger schema description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Type">
            <summary>
            Gets or sets the type of the entity described in swagger.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Format">
            <summary>
            Gets or sets the format, if 'type' is not 'object'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Properties">
            <summary>
            Gets or sets the set of columns within the data table.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService">
            <summary>
            Instance of an Azure ML web service resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.#ctor">
            <summary>
            Initializes a new instance of the WebService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.#ctor(System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the WebService class.
            </summary>
            <param name="location">Specifies the location of the
            resource.</param>
            <param name="properties">Contains the property payload that
            describes the web service.</param>
            <param name="id">Specifies the resource ID.</param>
            <param name="name">Specifies the name of the resource.</param>
            <param name="type">Specifies the type of the resource.</param>
            <param name="tags">Contains resource tags defined as key/value
            pairs.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.Properties">
            <summary>
            Gets or sets contains the property payload that describes the web
            service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys">
            <summary>
            Access keys for the web service calls.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys.#ctor">
            <summary>
            Initializes a new instance of the WebServiceKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the WebServiceKeys class.
            </summary>
            <param name="primary">The primary access key.</param>
            <param name="secondary">The secondary access key.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys.Primary">
            <summary>
            Gets or sets the primary access key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys.Secondary">
            <summary>
            Gets or sets the secondary access key.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter">
            <summary>
            Web Service Parameter object for node and global parameter
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter.#ctor">
            <summary>
            Initializes a new instance of the WebServiceParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter.#ctor(System.Object,System.String)">
            <summary>
            Initializes a new instance of the WebServiceParameter class.
            </summary>
            <param name="value">The parameter value</param>
            <param name="certificateThumbprint">If the parameter value in
            'value' field is encrypted, the thumbprint of the certificate
            should be put here.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter.Value">
            <summary>
            Gets or sets the parameter value
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter.CertificateThumbprint">
            <summary>
            Gets or sets if the parameter value in 'value' field is encrypted,
            the thumbprint of the certificate should be put here.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties">
            <summary>
            The set of properties specific to the Azure ML web service resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.#ctor">
            <summary>
            Initializes a new instance of the WebServiceProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration,Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration,Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount,Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace,Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter},System.Nullable{System.Boolean},Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation)">
            <summary>
            Initializes a new instance of the WebServiceProperties class.
            </summary>
            <param name="title">The title of the web service.</param>
            <param name="description">The description of the web
            service.</param>
            <param name="createdOn">Read Only: The date and time when the web
            service was created.</param>
            <param name="modifiedOn">Read Only: The date and time when the web
            service was last modified.</param>
            <param name="provisioningState">Read Only: The provision state of
            the web service. Valid values are Unknown, Provisioning, Succeeded,
            and Failed. Possible values include: 'Unknown', 'Provisioning',
            'Succeeded', 'Failed'</param>
            <param name="keys">Contains the web service provisioning keys. If
            you do not specify provisioning keys, the Azure Machine Learning
            system generates them for you. Note: The keys are not returned from
            calls to GET operations.</param>
            <param name="readOnlyProperty">When set to true, indicates that the
            web service is read-only and can no longer be updated or patched,
            only removed. Default, is false. Note: Once set to true, you cannot
            change its value.</param>
            <param name="swaggerLocation">Read Only: Contains the URI of the
            swagger spec associated with this web service.</param>
            <param name="exposeSampleData">When set to true, sample data is
            included in the web service's swagger definition. The default value
            is true.</param>
            <param name="realtimeConfiguration">Contains the configuration
            settings for the web service endpoint.</param>
            <param name="diagnostics">Settings controlling the diagnostics
            traces collection for the web service.</param>
            <param name="storageAccount">Specifies the storage account that
            Azure Machine Learning uses to store information about the web
            service. Only the name of the storage account is returned from
            calls to GET operations. When updating the storage account
            information, you must ensure that all necessary assets are
            available in the new storage account or calls to your web service
            will fail.</param>
            <param name="machineLearningWorkspace">Specifies the Machine
            Learning workspace containing the experiment that is source for the
            web service.</param>
            <param name="commitmentPlan">Contains the commitment plan
            associated with this web service. Set at creation time. Once set,
            this value cannot be changed. Note: The commitment plan is not
            returned from calls to GET operations.</param>
            <param name="input">Contains the Swagger 2.0 schema describing one
            or more of the web service's inputs. For more information, see the
            Swagger specification.</param>
            <param name="output">Contains the Swagger 2.0 schema describing one
            or more of the web service's outputs. For more information, see the
            Swagger specification.</param>
            <param name="exampleRequest">Defines sample input data for one or
            more of the service's inputs.</param>
            <param name="assets">Contains user defined properties describing
            web service assets. Properties are expressed as Key/Value
            pairs.</param>
            <param name="parameters">The set of global parameters values
            defined for the web service, given as a global parameter name to
            default value map. If no default value is specified, the parameter
            is considered to be required.</param>
            <param name="payloadsInBlobStorage">When set to true, indicates
            that the payload size is larger than 3 MB. Otherwise false. If the
            payload size exceed 3 MB, the payload is stored in a blob and the
            PayloadsLocation parameter contains the URI of the blob. Otherwise,
            this will be set to false and Assets, Input, Output, Package,
            Parameters, ExampleRequest are inline. The Payload sizes is
            determined by adding the size of the Assets, Input, Output,
            Package, Parameters, and the ExampleRequest.</param>
            <param name="payloadsLocation">The URI of the payload blob. This
            paramater contains a value only if the payloadsInBlobStorage
            parameter is set to true. Otherwise is set to null.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Title">
            <summary>
            Gets or sets the title of the web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Description">
            <summary>
            Gets or sets the description of the web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.CreatedOn">
            <summary>
            Gets read Only: The date and time when the web service was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ModifiedOn">
            <summary>
            Gets read Only: The date and time when the web service was last
            modified.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ProvisioningState">
            <summary>
            Gets read Only: The provision state of the web service. Valid
            values are Unknown, Provisioning, Succeeded, and Failed. Possible
            values include: 'Unknown', 'Provisioning', 'Succeeded', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Keys">
            <summary>
            Gets or sets contains the web service provisioning keys. If you do
            not specify provisioning keys, the Azure Machine Learning system
            generates them for you. Note: The keys are not returned from calls
            to GET operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ReadOnlyProperty">
            <summary>
            Gets or sets when set to true, indicates that the web service is
            read-only and can no longer be updated or patched, only removed.
            Default, is false. Note: Once set to true, you cannot change its
            value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.SwaggerLocation">
            <summary>
            Gets read Only: Contains the URI of the swagger spec associated
            with this web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ExposeSampleData">
            <summary>
            Gets or sets when set to true, sample data is included in the web
            service's swagger definition. The default value is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.RealtimeConfiguration">
            <summary>
            Gets or sets contains the configuration settings for the web
            service endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Diagnostics">
            <summary>
            Gets or sets settings controlling the diagnostics traces collection
            for the web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.StorageAccount">
            <summary>
            Gets or sets specifies the storage account that Azure Machine
            Learning uses to store information about the web service. Only the
            name of the storage account is returned from calls to GET
            operations. When updating the storage account information, you must
            ensure that all necessary assets are available in the new storage
            account or calls to your web service will fail.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.MachineLearningWorkspace">
            <summary>
            Gets or sets specifies the Machine Learning workspace containing
            the experiment that is source for the web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.CommitmentPlan">
            <summary>
            Gets or sets contains the commitment plan associated with this web
            service. Set at creation time. Once set, this value cannot be
            changed. Note: The commitment plan is not returned from calls to
            GET operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Input">
            <summary>
            Gets or sets contains the Swagger 2.0 schema describing one or more
            of the web service's inputs. For more information, see the Swagger
            specification.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Output">
            <summary>
            Gets or sets contains the Swagger 2.0 schema describing one or more
            of the web service's outputs. For more information, see the Swagger
            specification.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ExampleRequest">
            <summary>
            Gets or sets defines sample input data for one or more of the
            service's inputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Assets">
            <summary>
            Gets or sets contains user defined properties describing web
            service assets. Properties are expressed as Key/Value pairs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Parameters">
            <summary>
            Gets or sets the set of global parameters values defined for the
            web service, given as a global parameter name to default value map.
            If no default value is specified, the parameter is considered to be
            required.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.PayloadsInBlobStorage">
            <summary>
            Gets or sets when set to true, indicates that the payload size is
            larger than 3 MB. Otherwise false. If the payload size exceed 3 MB,
            the payload is stored in a blob and the PayloadsLocation parameter
            contains the URI of the blob. Otherwise, this will be set to false
            and Assets, Input, Output, Package, Parameters, ExampleRequest are
            inline. The Payload sizes is determined by adding the size of the
            Assets, Input, Output, Package, Parameters, and the ExampleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.PayloadsLocation">
            <summary>
            Gets or sets the URI of the payload blob. This paramater contains a
            value only if the payloadsInBlobStorage parameter is set to true.
            Otherwise is set to null.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph">
            <summary>
            Properties specific to a Graph based web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph.#ctor">
            <summary>
            Initializes a new instance of the WebServicePropertiesForGraph
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration,Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration,Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount,Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace,Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter},System.Nullable{System.Boolean},Microsoft.Azure.Management.MachineLearning.WebServices.Models.BlobLocation,Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage)">
            <summary>
            Initializes a new instance of the WebServicePropertiesForGraph
            class.
            </summary>
            <param name="title">The title of the web service.</param>
            <param name="description">The description of the web
            service.</param>
            <param name="createdOn">Read Only: The date and time when the web
            service was created.</param>
            <param name="modifiedOn">Read Only: The date and time when the web
            service was last modified.</param>
            <param name="provisioningState">Read Only: The provision state of
            the web service. Valid values are Unknown, Provisioning, Succeeded,
            and Failed. Possible values include: 'Unknown', 'Provisioning',
            'Succeeded', 'Failed'</param>
            <param name="keys">Contains the web service provisioning keys. If
            you do not specify provisioning keys, the Azure Machine Learning
            system generates them for you. Note: The keys are not returned from
            calls to GET operations.</param>
            <param name="readOnlyProperty">When set to true, indicates that the
            web service is read-only and can no longer be updated or patched,
            only removed. Default, is false. Note: Once set to true, you cannot
            change its value.</param>
            <param name="swaggerLocation">Read Only: Contains the URI of the
            swagger spec associated with this web service.</param>
            <param name="exposeSampleData">When set to true, sample data is
            included in the web service's swagger definition. The default value
            is true.</param>
            <param name="realtimeConfiguration">Contains the configuration
            settings for the web service endpoint.</param>
            <param name="diagnostics">Settings controlling the diagnostics
            traces collection for the web service.</param>
            <param name="storageAccount">Specifies the storage account that
            Azure Machine Learning uses to store information about the web
            service. Only the name of the storage account is returned from
            calls to GET operations. When updating the storage account
            information, you must ensure that all necessary assets are
            available in the new storage account or calls to your web service
            will fail.</param>
            <param name="machineLearningWorkspace">Specifies the Machine
            Learning workspace containing the experiment that is source for the
            web service.</param>
            <param name="commitmentPlan">Contains the commitment plan
            associated with this web service. Set at creation time. Once set,
            this value cannot be changed. Note: The commitment plan is not
            returned from calls to GET operations.</param>
            <param name="input">Contains the Swagger 2.0 schema describing one
            or more of the web service's inputs. For more information, see the
            Swagger specification.</param>
            <param name="output">Contains the Swagger 2.0 schema describing one
            or more of the web service's outputs. For more information, see the
            Swagger specification.</param>
            <param name="exampleRequest">Defines sample input data for one or
            more of the service's inputs.</param>
            <param name="assets">Contains user defined properties describing
            web service assets. Properties are expressed as Key/Value
            pairs.</param>
            <param name="parameters">The set of global parameters values
            defined for the web service, given as a global parameter name to
            default value map. If no default value is specified, the parameter
            is considered to be required.</param>
            <param name="payloadsInBlobStorage">When set to true, indicates
            that the payload size is larger than 3 MB. Otherwise false. If the
            payload size exceed 3 MB, the payload is stored in a blob and the
            PayloadsLocation parameter contains the URI of the blob. Otherwise,
            this will be set to false and Assets, Input, Output, Package,
            Parameters, ExampleRequest are inline. The Payload sizes is
            determined by adding the size of the Assets, Input, Output,
            Package, Parameters, and the ExampleRequest.</param>
            <param name="payloadsLocation">The URI of the payload blob. This
            paramater contains a value only if the payloadsInBlobStorage
            parameter is set to true. Otherwise is set to null.</param>
            <param name="package">The definition of the graph package making up
            this web service.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph.Package">
            <summary>
            Gets or sets the definition of the graph package making up this web
            service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient">
            <summary>
            These APIs allow end users to operate on Azure Machine Learning
            Commitment Plans resources and their child Commitment Association
            resources. They support CRUD operations for commitment plans, get and
            list operations for commitment associations, moving commitment
            associations between commitment plans, and retrieving commitment plan
            usage history.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.SubscriptionId">
            <summary>
            Azure Subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.ApiVersion">
            <summary>
            The version of the Microsoft.MachineLearning resource provider API to use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.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.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.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.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.CommitmentAssociations">
            <summary>
            Gets the ICommitmentAssociationsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.CommitmentPlans">
            <summary>
            Gets the ICommitmentPlansOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.UsageHistory">
            <summary>
            Gets the IUsageHistoryOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLCommitmentPlansManagementClient 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 client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLCommitmentPlansManagementClient 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 client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLCommitmentPlansManagementClient 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 client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </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 client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </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 client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperations">
            <summary>
            CommitmentAssociationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperations.#ctor(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient)">
            <summary>
            Initializes a new instance of the CommitmentAssociationsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperations.Client">
            <summary>
            Gets a reference to the AzureMLCommitmentPlansManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a commitment association.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='commitmentAssociationName'>
            The commitment association name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all commitment associations for a parent commitment plan.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperations.MoveWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.MoveCommitmentAssociationRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Re-parents a commitment association from one commitment plan to another.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='commitmentAssociationName'>
            The commitment association name.
            </param>
            <param name='movePayload'>
            The move request payload.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all commitment associations for a parent commitment plan.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions">
            <summary>
            Extension methods for CommitmentAssociationsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions.Get(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a commitment association.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='commitmentAssociationName'>
            The commitment association name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions.GetAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a commitment association.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='commitmentAssociationName'>
            The commitment association name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions.List(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations,System.String,System.String,System.String)">
            <summary>
            Get all commitment associations for a parent commitment plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions.ListAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all commitment associations for a parent commitment plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions.Move(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.MoveCommitmentAssociationRequest)">
            <summary>
            Re-parents a commitment association from one commitment plan to another.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='commitmentAssociationName'>
            The commitment association name.
            </param>
            <param name='movePayload'>
            The move request payload.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions.MoveAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.MoveCommitmentAssociationRequest,System.Threading.CancellationToken)">
            <summary>
            Re-parents a commitment association from one commitment plan to another.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='commitmentAssociationName'>
            The commitment association name.
            </param>
            <param name='movePayload'>
            The move request payload.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions.ListNext(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations,System.String)">
            <summary>
            Get all commitment associations for a parent commitment plan.
            </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.MachineLearning.CommitmentPlans.CommitmentAssociationsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all commitment associations for a parent commitment plan.
            </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.MachineLearning.CommitmentPlans.CommitmentPlansOperations">
            <summary>
            CommitmentPlansOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.#ctor(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient)">
            <summary>
            Initializes a new instance of the CommitmentPlansOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.Client">
            <summary>
            Gets a reference to the AzureMLCommitmentPlansManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve an Azure ML commitment plan by its subscription, resource group
            and name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.CreateOrUpdateWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure ML commitment plan resource or updates an existing one.
            </summary>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML commitment plan.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.RemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML commitment plan.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.PatchWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML commitment plan resource.
            </summary>
            <param name='patchPayload'>
            The payload to patch the Azure ML commitment plan with. Only tags and SKU
            may be modified on an existing commitment plan.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a subscription.
            </summary>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.ListInResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a 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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperations.ListInResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a 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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions">
            <summary>
            Extension methods for CommitmentPlansOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.Get(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.String)">
            <summary>
            Retrieve an Azure ML commitment plan by its subscription, resource group
            and name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.GetAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve an Azure ML commitment plan by its subscription, resource group
            and name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan,System.String,System.String)">
            <summary>
            Creates a new Azure ML commitment plan resource or updates an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML commitment plan.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure ML commitment plan resource or updates an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML commitment plan.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.Remove(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.String)">
            <summary>
            Remove an existing Azure ML commitment plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.RemoveAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML commitment plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.Patch(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload,System.String,System.String)">
            <summary>
            Patch an existing Azure ML commitment plan resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML commitment plan with. Only tags and SKU
            may be modified on an existing commitment plan.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.PatchAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML commitment plan resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML commitment plan with. Only tags and SKU
            may be modified on an existing commitment plan.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.List(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String)">
            <summary>
            Retrieve all Azure ML commitment plans in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.ListAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.ListInResourceGroup(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.String)">
            <summary>
            Retrieve all Azure ML commitment plans in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.ListInResourceGroupAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.ListNext(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String)">
            <summary>
            Retrieve all Azure ML commitment plans in a 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.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a 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.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.ListInResourceGroupNext(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String)">
            <summary>
            Retrieve all Azure ML commitment plans in a 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.MachineLearning.CommitmentPlans.CommitmentPlansOperationsExtensions.ListInResourceGroupNextAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a 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.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient">
            <summary>
            These APIs allow end users to operate on Azure Machine Learning
            Commitment Plans resources and their child Commitment Association
            resources. They support CRUD operations for commitment plans, get and
            list operations for commitment associations, moving commitment
            associations between commitment plans, and retrieving commitment plan
            usage history.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.SubscriptionId">
            <summary>
            Azure Subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.ApiVersion">
            <summary>
            The version of the Microsoft.MachineLearning resource provider API
            to use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.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.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.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.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.CommitmentAssociations">
            <summary>
            Gets the ICommitmentAssociationsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.CommitmentPlans">
            <summary>
            Gets the ICommitmentPlansOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IAzureMLCommitmentPlansManagementClient.UsageHistory">
            <summary>
            Gets the IUsageHistoryOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations">
            <summary>
            CommitmentAssociationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a commitment association.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='commitmentAssociationName'>
            The commitment association name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all commitment associations for a parent commitment plan.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations.MoveWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.MoveCommitmentAssociationRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Re-parents a commitment association from one commitment plan to
            another.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='commitmentAssociationName'>
            The commitment association name.
            </param>
            <param name='movePayload'>
            The move request payload.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentAssociationsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all commitment associations for a parent commitment plan.
            </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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations">
            <summary>
            CommitmentPlansOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve an Azure ML commitment plan by its subscription, resource
            group and name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations.CreateOrUpdateWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure ML commitment plan resource or updates an
            existing one.
            </summary>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML commitment plan.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations.RemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML commitment plan.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations.PatchWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML commitment plan resource.
            </summary>
            <param name='patchPayload'>
            The payload to patch the Azure ML commitment plan with. Only tags
            and SKU may be modified on an existing commitment plan.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a subscription.
            </summary>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations.ListInResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a 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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.ICommitmentPlansOperations.ListInResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML commitment plans in a 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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IUsageHistoryOperations">
            <summary>
            UsageHistoryOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IUsageHistoryOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the usage history for an Azure ML commitment plan.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IUsageHistoryOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the usage history for an Azure ML commitment plan.
            </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 request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperations">
            <summary>
            UsageHistoryOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperations.#ctor(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.AzureMLCommitmentPlansManagementClient)">
            <summary>
            Initializes a new instance of the UsageHistoryOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperations.Client">
            <summary>
            Gets a reference to the AzureMLCommitmentPlansManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the usage history for an Azure ML commitment plan.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the usage history for an Azure ML commitment plan.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperationsExtensions">
            <summary>
            Extension methods for UsageHistoryOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperationsExtensions.List(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IUsageHistoryOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves the usage history for an Azure ML commitment plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperationsExtensions.ListAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IUsageHistoryOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the usage history for an Azure ML commitment plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='commitmentPlanName'>
            The Azure ML commitment plan name.
            </param>
            <param name='skipToken'>
            Continuation token for pagination.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.UsageHistoryOperationsExtensions.ListNext(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IUsageHistoryOperations,System.String)">
            <summary>
            Retrieves the usage history for an Azure ML commitment plan.
            </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.MachineLearning.CommitmentPlans.UsageHistoryOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.MachineLearning.CommitmentPlans.IUsageHistoryOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the usage history for an Azure ML commitment plan.
            </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.MachineLearning.CommitmentPlans.Models.CommitmentAssociation">
            <summary>
            Represents the association between a commitment plan and some other
            resource, such as a Machine Learning web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociation.#ctor">
            <summary>
            Initializes a new instance of the CommitmentAssociation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociation.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociationProperties)">
            <summary>
            Initializes a new instance of the CommitmentAssociation class.
            </summary>
            <param name="location">Resource location.</param>
            <param name="id">Resource Id.</param>
            <param name="name">Resource name.</param>
            <param name="type">Resource type.</param>
            <param name="tags">User-defined tags for the resource.</param>
            <param name="etag">An entity tag used to enforce optimistic
            concurrency.</param>
            <param name="properties">The properties of the commitment
            association resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociation.Etag">
            <summary>
            Gets or sets an entity tag used to enforce optimistic concurrency.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociation.Properties">
            <summary>
            Gets or sets the properties of the commitment association resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociation.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociationProperties">
            <summary>
            Properties of an Azure ML commitment association.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociationProperties.#ctor">
            <summary>
            Initializes a new instance of the CommitmentAssociationProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociationProperties.#ctor(System.String,System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the CommitmentAssociationProperties
            class.
            </summary>
            <param name="associatedResourceId">The ID of the resource this
            association points to, such as the ARM ID of an Azure ML web
            service.</param>
            <param name="commitmentPlanId">The ARM ID of the parent Azure ML
            commitment plan.</param>
            <param name="creationDate">The date at which this commitment
            association was created, in ISO 8601 format.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociationProperties.AssociatedResourceId">
            <summary>
            Gets the ID of the resource this association points to, such as
            the ARM ID of an Azure ML web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociationProperties.CommitmentPlanId">
            <summary>
            Gets the ARM ID of the parent Azure ML commitment plan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentAssociationProperties.CreationDate">
            <summary>
            Gets the date at which this commitment association was created, in
            ISO 8601 format.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan">
            <summary>
            An Azure ML commitment plan resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan.#ctor">
            <summary>
            Initializes a new instance of the CommitmentPlan class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku)">
            <summary>
            Initializes a new instance of the CommitmentPlan class.
            </summary>
            <param name="location">Resource location.</param>
            <param name="id">Resource Id.</param>
            <param name="name">Resource name.</param>
            <param name="type">Resource type.</param>
            <param name="tags">User-defined tags for the resource.</param>
            <param name="etag">An entity tag used to enforce optimistic
            concurrency.</param>
            <param name="properties">The commitment plan properties.</param>
            <param name="sku">The commitment plan SKU.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan.Etag">
            <summary>
            Gets or sets an entity tag used to enforce optimistic concurrency.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan.Properties">
            <summary>
            Gets the commitment plan properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan.Sku">
            <summary>
            Gets or sets the commitment plan SKU.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload">
            <summary>
            The properties of a commitment plan which may be updated via PATCH.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload.#ctor">
            <summary>
            Initializes a new instance of the CommitmentPlanPatchPayload class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload.#ctor(System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku)">
            <summary>
            Initializes a new instance of the CommitmentPlanPatchPayload class.
            </summary>
            <param name="tags">User-defined tags for the commitment
            plan.</param>
            <param name="sku">The commitment plan SKU.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload.Tags">
            <summary>
            Gets or sets user-defined tags for the commitment plan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload.Sku">
            <summary>
            Gets or sets the commitment plan SKU.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties">
            <summary>
            Properties of an Azure ML commitment plan.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.#ctor">
            <summary>
            Initializes a new instance of the CommitmentPlanProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanQuantity},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the CommitmentPlanProperties class.
            </summary>
            <param name="chargeForOverage">Indicates whether usage beyond the
            commitment plan's included quantities will be charged.</param>
            <param name="chargeForPlan">Indicates whether the commitment plan
            will incur a charge.</param>
            <param name="creationDate">The date at which this commitment plan
            was created, in ISO 8601 format.</param>
            <param name="includedQuantities">The included resource quantities
            this plan gives you.</param>
            <param name="maxAssociationLimit">The maximum number of commitment
            associations that can be children of this commitment plan.</param>
            <param name="maxCapacityLimit">The maximum scale-out capacity for
            this commitment plan.</param>
            <param name="minCapacityLimit">The minimum scale-out capacity for
            this commitment plan.</param>
            <param name="planMeter">The Azure meter which will be used to
            charge for this commitment plan.</param>
            <param name="refillFrequencyInDays">The frequency at which this
            commitment plan's included quantities are refilled.</param>
            <param name="suspendPlanOnOverage">Indicates whether this
            commitment plan will be moved into a suspended state if usage
            beyond the commitment plan's included quantities is
            incurred.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.ChargeForOverage">
            <summary>
            Gets indicates whether usage beyond the commitment plan's included
            quantities will be charged.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.ChargeForPlan">
            <summary>
            Gets indicates whether the commitment plan will incur a charge.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.CreationDate">
            <summary>
            Gets the date at which this commitment plan was created, in ISO
            8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.IncludedQuantities">
            <summary>
            Gets the included resource quantities this plan gives you.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.MaxAssociationLimit">
            <summary>
            Gets the maximum number of commitment associations that can be
            children of this commitment plan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.MaxCapacityLimit">
            <summary>
            Gets the maximum scale-out capacity for this commitment plan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.MinCapacityLimit">
            <summary>
            Gets the minimum scale-out capacity for this commitment plan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.PlanMeter">
            <summary>
            Gets the Azure meter which will be used to charge for this
            commitment plan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.RefillFrequencyInDays">
            <summary>
            Gets the frequency at which this commitment plan's included
            quantities are refilled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanProperties.SuspendPlanOnOverage">
            <summary>
            Gets indicates whether this commitment plan will be moved into a
            suspended state if usage beyond the commitment plan's included
            quantities is incurred.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.MoveCommitmentAssociationRequest">
            <summary>
            Specifies the destination Azure ML commitment plan for a move
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.MoveCommitmentAssociationRequest.#ctor">
            <summary>
            Initializes a new instance of the MoveCommitmentAssociationRequest
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.MoveCommitmentAssociationRequest.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MoveCommitmentAssociationRequest
            class.
            </summary>
            <param name="destinationPlanId">The ARM ID of the commitment plan
            to re-parent the commitment association to.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.MoveCommitmentAssociationRequest.DestinationPlanId">
            <summary>
            Gets or sets the ARM ID of the commitment plan to re-parent the
            commitment association to.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.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.MachineLearning.CommitmentPlans.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.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.MachineLearning.CommitmentPlans.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="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanQuantity">
            <summary>
            Represents the quantity a commitment plan provides of a metered
            resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanQuantity.#ctor">
            <summary>
            Initializes a new instance of the PlanQuantity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanQuantity.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.String,System.String)">
            <summary>
            Initializes a new instance of the PlanQuantity class.
            </summary>
            <param name="allowance">The quantity added to the commitment plan
            at an interval specified by its allowance frequency.</param>
            <param name="amount">The quantity available to the plan the last
            time usage was calculated.</param>
            <param name="includedQuantityMeter">The Azure meter for usage
            against included quantities.</param>
            <param name="overageMeter">The Azure meter for usage which exceeds
            included quantities.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanQuantity.Allowance">
            <summary>
            Gets the quantity added to the commitment plan at an interval
            specified by its allowance frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanQuantity.Amount">
            <summary>
            Gets the quantity available to the plan the last time usage was
            calculated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanQuantity.IncludedQuantityMeter">
            <summary>
            Gets the Azure meter for usage against included quantities.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanQuantity.OverageMeter">
            <summary>
            Gets the Azure meter for usage which exceeds included quantities.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory">
            <summary>
            Represents historical information about usage of the Azure resources
            associated with a commitment plan.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.#ctor">
            <summary>
            Initializes a new instance of the PlanUsageHistory class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.#ctor(System.Collections.Generic.IDictionary{System.String,System.Nullable{System.Double}},System.Collections.Generic.IDictionary{System.String,System.Nullable{System.Double}},System.Collections.Generic.IDictionary{System.String,System.Nullable{System.Double}},System.Collections.Generic.IDictionary{System.String,System.Nullable{System.Double}},System.Collections.Generic.IDictionary{System.String,System.Nullable{System.Double}},System.Collections.Generic.IDictionary{System.String,System.Nullable{System.Double}},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the PlanUsageHistory class.
            </summary>
            <param name="planDeletionOverage">Overage incurred as a result of
            deleting a commitment plan.</param>
            <param name="planMigrationOverage">Overage incurred as a result of
            migrating a commitment plan from one SKU to another.</param>
            <param name="planQuantitiesAfterUsage">Included quantities
            remaining after usage against the commitment plan's associated
            resources was calculated.</param>
            <param name="planQuantitiesBeforeUsage">Included quantities
            remaining before usage against the commitment plan's associated
            resources was calculated.</param>
            <param name="planUsageOverage">Usage against the commitment plan's
            associated resources which was not covered by included quantities
            and is therefore overage.</param>
            <param name="usage">Usage against the commitment plan's associated
            resources.</param>
            <param name="usageDate">The date of usage, in ISO 8601
            format.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.PlanDeletionOverage">
            <summary>
            Gets or sets overage incurred as a result of deleting a commitment
            plan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.PlanMigrationOverage">
            <summary>
            Gets or sets overage incurred as a result of migrating a
            commitment plan from one SKU to another.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.PlanQuantitiesAfterUsage">
            <summary>
            Gets or sets included quantities remaining after usage against the
            commitment plan's associated resources was calculated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.PlanQuantitiesBeforeUsage">
            <summary>
            Gets or sets included quantities remaining before usage against
            the commitment plan's associated resources was calculated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.PlanUsageOverage">
            <summary>
            Gets or sets usage against the commitment plan's associated
            resources which was not covered by included quantities and is
            therefore overage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.Usage">
            <summary>
            Gets or sets usage against the commitment plan's associated
            resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory.UsageDate">
            <summary>
            Gets or sets the date of usage, in ISO 8601 format.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.Resource">
            <summary>
            Common properties of an ARM resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.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>
            <param name="location">Resource location.</param>
            <param name="id">Resource Id.</param>
            <param name="name">Resource name.</param>
            <param name="type">Resource type.</param>
            <param name="tags">User-defined tags for the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.Resource.Id">
            <summary>
            Gets resource Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.Resource.Name">
            <summary>
            Gets resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.Resource.Location">
            <summary>
            Gets or sets resource location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.Resource.Type">
            <summary>
            Gets resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.Resource.Tags">
            <summary>
            Gets or sets user-defined tags for the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.Resource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku">
            <summary>
            The SKU of a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku.#ctor">
            <summary>
            Initializes a new instance of the ResourceSku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku.#ctor(System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceSku class.
            </summary>
            <param name="capacity">The scale-out capacity of the resource. 1
            is 1x, 2 is 2x, etc. This impacts the quantities and cost of any
            commitment plan resource.</param>
            <param name="name">The SKU name. Along with tier, uniquely
            identifies the SKU.</param>
            <param name="tier">The SKU tier. Along with name, uniquely
            identifies the SKU.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku.Capacity">
            <summary>
            Gets or sets the scale-out capacity of the resource. 1 is 1x, 2 is
            2x, etc. This impacts the quantities and cost of any commitment
            plan resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku.Name">
            <summary>
            Gets or sets the SKU name. Along with tier, uniquely identifies
            the SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku.Tier">
            <summary>
            Gets or sets the SKU tier. Along with name, uniquely identifies
            the SKU.
            </summary>
        </member>
    </members>
</doc>