Microsoft.Azure.Management.MachineLearningCompute.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.MachineLearningCompute</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient">
            <summary>
            These APIs allow end users to operate on Azure Machine Learning Compute
            resources. They support the following
            operations:&lt;ul&gt;&lt;li&gt;Create or update a
            cluster&lt;/li&gt;&lt;li&gt;Get a cluster&lt;/li&gt;&lt;li&gt;Patch a
            cluster&lt;/li&gt;&lt;li&gt;Delete a cluster&lt;/li&gt;&lt;li&gt;Get
            keys for a cluster&lt;/li&gt;&lt;li&gt;Check if updates are available
            for system services in a cluster&lt;/li&gt;&lt;li&gt;Update system
            services in a cluster&lt;/li&gt;&lt;li&gt;Get all clusters in a
            resource group&lt;/li&gt;&lt;li&gt;Get all clusters in a
            subscription&lt;/li&gt;&lt;/ul&gt;
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.SubscriptionId">
            <summary>
            The Azure subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.ApiVersion">
            <summary>
            The version of the Microsoft.MachineLearningCompute resource
            provider API to use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.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.MachineLearningCompute.IMachineLearningComputeManagementClient.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.MachineLearningCompute.IMachineLearningComputeManagementClient.OperationalizationClusters">
            <summary>
            Gets the IOperationalizationClustersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeManagementClient.MachineLearningCompute">
            <summary>
            Gets the IMachineLearningComputeOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeOperations">
            <summary>
            MachineLearningComputeOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeOperations.ListAvailableOperationsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all available operations.
            </summary>
            <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.MachineLearningCompute.IOperationalizationClustersOperations">
            <summary>
            OperationalizationClustersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update an operationalization cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update an Operationalization
            cluster.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.IOperationalizationClustersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization cluster resource view. Note that the
            credentials are not returned by this call. Call ListKeys to get
            them.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.IOperationalizationClustersOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            The PATCH operation can be used to update only the tags for a
            cluster. Use PUT operation to update other properties.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            The parameters supplied to patch the cluster.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.IOperationalizationClustersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.IOperationalizationClustersOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the credentials for the specified cluster such as Storage, ACR
            and ACS credentials. This is a long running operation because it
            fetches keys from dependencies.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.IOperationalizationClustersOperations.CheckSystemServicesUpdatesAvailableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks if updates are available for system services in the cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.IOperationalizationClustersOperations.UpdateSystemServicesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates system services in a cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.IOperationalizationClustersOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the clusters in the specified resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster 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.MachineLearningCompute.IOperationalizationClustersOperations.ListBySubscriptionIdWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization clusters 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.MachineLearningCompute.IOperationalizationClustersOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update an operationalization cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update an Operationalization
            cluster.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.IOperationalizationClustersOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.IOperationalizationClustersOperations.BeginUpdateSystemServicesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates system services in a cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.IOperationalizationClustersOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the clusters 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.MachineLearningCompute.IOperationalizationClustersOperations.ListBySubscriptionIdNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization clusters 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.MachineLearningCompute.MachineLearningComputeManagementClient">
            <summary>
            These APIs allow end users to operate on Azure Machine Learning Compute
            resources. They support the following
            operations:&lt;ul&gt;&lt;li&gt;Create or update a
            cluster&lt;/li&gt;&lt;li&gt;Get a cluster&lt;/li&gt;&lt;li&gt;Patch a
            cluster&lt;/li&gt;&lt;li&gt;Delete a cluster&lt;/li&gt;&lt;li&gt;Get
            keys for a cluster&lt;/li&gt;&lt;li&gt;Check if updates are available
            for system services in a cluster&lt;/li&gt;&lt;li&gt;Update system
            services in a cluster&lt;/li&gt;&lt;li&gt;Get all clusters in a
            resource group&lt;/li&gt;&lt;li&gt;Get all clusters in a
            subscription&lt;/li&gt;&lt;/ul&gt;
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.SubscriptionId">
            <summary>
            The Azure subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.ApiVersion">
            <summary>
            The version of the Microsoft.MachineLearningCompute resource provider API
            to use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.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.MachineLearningCompute.MachineLearningComputeManagementClient.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.MachineLearningCompute.MachineLearningComputeManagementClient.OperationalizationClusters">
            <summary>
            Gets the IOperationalizationClustersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.MachineLearningCompute">
            <summary>
            Gets the IMachineLearningComputeOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the MachineLearningComputeManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the MachineLearningComputeManagementClient 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.MachineLearningCompute.MachineLearningComputeManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the MachineLearningComputeManagementClient 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.MachineLearningCompute.MachineLearningComputeManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the MachineLearningComputeManagementClient 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.MachineLearningCompute.MachineLearningComputeManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the MachineLearningComputeManagementClient 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.MachineLearningCompute.MachineLearningComputeManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the MachineLearningComputeManagementClient 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.MachineLearningCompute.MachineLearningComputeManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the MachineLearningComputeManagementClient 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.MachineLearningCompute.MachineLearningComputeManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the MachineLearningComputeManagementClient 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.MachineLearningCompute.MachineLearningComputeManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeOperations">
            <summary>
            MachineLearningComputeOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeOperations.#ctor(Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient)">
            <summary>
            Initializes a new instance of the MachineLearningComputeOperations 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.MachineLearningCompute.MachineLearningComputeOperations.Client">
            <summary>
            Gets a reference to the MachineLearningComputeManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeOperations.ListAvailableOperationsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all available operations.
            </summary>
            <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.MachineLearningCompute.MachineLearningComputeOperationsExtensions">
            <summary>
            Extension methods for MachineLearningComputeOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeOperationsExtensions.ListAvailableOperations(Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeOperations)">
            <summary>
            Gets all available operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeOperationsExtensions.ListAvailableOperationsAsync(Microsoft.Azure.Management.MachineLearningCompute.IMachineLearningComputeOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all available operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties">
            <summary>
            Information about the container service backing the cluster
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.#ctor">
            <summary>
            Initializes a new instance of the AcsClusterProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.#ctor(System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.KubernetesClusterProperties,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearningCompute.Models.SystemService},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the AcsClusterProperties class.
            </summary>
            <param name="orchestratorType">Type of orchestrator. It cannot be
            changed once the cluster is created. Possible values include:
            'Kubernetes', 'None'</param>
            <param name="orchestratorProperties">Orchestrator specific
            properties</param>
            <param name="clusterFqdn">The FQDN of the cluster. </param>
            <param name="systemServices">The system services deployed to the
            cluster</param>
            <param name="masterCount">The number of master nodes in the
            container service.</param>
            <param name="agentCount">The number of agent nodes in the Container
            Service. This can be changed to scale the cluster.</param>
            <param name="agentVmSize">The Azure VM size of the agent VM nodes.
            This cannot be changed once the cluster is created. This list is
            non exhaustive; refer to
            https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes
            for the possible VM sizes. Possible values include: 'Standard_A0',
            'Standard_A1', 'Standard_A2', 'Standard_A3', 'Standard_A4',
            'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8',
            'Standard_A9', 'Standard_A10', 'Standard_A11', 'Standard_D1',
            'Standard_D2', 'Standard_D3', 'Standard_D4', 'Standard_D11',
            'Standard_D12', 'Standard_D13', 'Standard_D14', 'Standard_D1_v2',
            'Standard_D2_v2', 'Standard_D3_v2', 'Standard_D4_v2',
            'Standard_D5_v2', 'Standard_D11_v2', 'Standard_D12_v2',
            'Standard_D13_v2', 'Standard_D14_v2', 'Standard_G1', 'Standard_G2',
            'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_DS1',
            'Standard_DS2', 'Standard_DS3', 'Standard_DS4', 'Standard_DS11',
            'Standard_DS12', 'Standard_DS13', 'Standard_DS14', 'Standard_GS1',
            'Standard_GS2', 'Standard_GS3', 'Standard_GS4',
            'Standard_GS5'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.ClusterFqdn">
            <summary>
            Gets the FQDN of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.OrchestratorType">
            <summary>
            Gets or sets type of orchestrator. It cannot be changed once the
            cluster is created. Possible values include: 'Kubernetes', 'None'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.OrchestratorProperties">
            <summary>
            Gets or sets orchestrator specific properties
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.SystemServices">
            <summary>
            Gets or sets the system services deployed to the cluster
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.MasterCount">
            <summary>
            Gets or sets the number of master nodes in the container service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.AgentCount">
            <summary>
            Gets or sets the number of agent nodes in the Container Service.
            This can be changed to scale the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.AgentVmSize">
            <summary>
            Gets or sets the Azure VM size of the agent VM nodes. This cannot
            be changed once the cluster is created. This list is non
            exhaustive; refer to
            https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes
            for the possible VM sizes. Possible values include: 'Standard_A0',
            'Standard_A1', 'Standard_A2', 'Standard_A3', 'Standard_A4',
            'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8',
            'Standard_A9', 'Standard_A10', 'Standard_A11', 'Standard_D1',
            'Standard_D2', 'Standard_D3', 'Standard_D4', 'Standard_D11',
            'Standard_D12', 'Standard_D13', 'Standard_D14', 'Standard_D1_v2',
            'Standard_D2_v2', 'Standard_D3_v2', 'Standard_D4_v2',
            'Standard_D5_v2', 'Standard_D11_v2', 'Standard_D12_v2',
            'Standard_D13_v2', 'Standard_D14_v2', 'Standard_G1', 'Standard_G2',
            'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_DS1',
            'Standard_DS2', 'Standard_DS3', 'Standard_DS4', 'Standard_DS11',
            'Standard_DS12', 'Standard_DS13', 'Standard_DS14', 'Standard_GS1',
            'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.AgentVMSizeTypes">
            <summary>
            Defines values for AgentVMSizeTypes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsCredentials">
            <summary>
            AppInsights credentials.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsCredentials.#ctor">
            <summary>
            Initializes a new instance of the AppInsightsCredentials class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsCredentials.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the AppInsightsCredentials class.
            </summary>
            <param name="appId">The AppInsights application ID.</param>
            <param name="instrumentationKey">The AppInsights instrumentation
            key. This is not returned in response of GET/PUT on the resource.
            To see this please call listKeys API.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsCredentials.AppId">
            <summary>
            Gets or sets the AppInsights application ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsCredentials.InstrumentationKey">
            <summary>
            Gets or sets the AppInsights instrumentation key. This is not
            returned in response of GET/PUT on the resource. To see this please
            call listKeys API.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsProperties">
            <summary>
            Properties of App Insights.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsProperties.#ctor">
            <summary>
            Initializes a new instance of the AppInsightsProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AppInsightsProperties class.
            </summary>
            <param name="resourceId">ARM resource ID of the App
            Insights.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsProperties.ResourceId">
            <summary>
            Gets or sets ARM resource ID of the App Insights.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration">
            <summary>
            AutoScale configuration properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration.#ctor">
            <summary>
            Initializes a new instance of the AutoScaleConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the AutoScaleConfiguration class.
            </summary>
            <param name="status">If auto-scale is enabled for all services.
            Each service can turn it off individually. Possible values include:
            'Enabled', 'Disabled'</param>
            <param name="minReplicas">The minimum number of replicas for each
            service.</param>
            <param name="maxReplicas">The maximum number of replicas for each
            service.</param>
            <param name="targetUtilization">The target utilization.</param>
            <param name="refreshPeriodInSeconds">Refresh period in
            seconds.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration.Status">
            <summary>
            Gets or sets if auto-scale is enabled for all services. Each
            service can turn it off individually. Possible values include:
            'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration.MinReplicas">
            <summary>
            Gets or sets the minimum number of replicas for each service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration.MaxReplicas">
            <summary>
            Gets or sets the maximum number of replicas for each service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration.TargetUtilization">
            <summary>
            Gets or sets the target utilization.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration.RefreshPeriodInSeconds">
            <summary>
            Gets or sets refresh period in seconds.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.AvailableOperations">
            <summary>
            Available operation list.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AvailableOperations.#ctor">
            <summary>
            Initializes a new instance of the AvailableOperations class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.AvailableOperations.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperation})">
            <summary>
            Initializes a new instance of the AvailableOperations class.
            </summary>
            <param name="value">An array of available operations.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.AvailableOperations.Value">
            <summary>
            Gets or sets an array of available operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.CheckSystemServicesUpdatesAvailableResponse">
            <summary>
            Information about updates available for system services in a cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.CheckSystemServicesUpdatesAvailableResponse.#ctor">
            <summary>
            Initializes a new instance of the
            CheckSystemServicesUpdatesAvailableResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.CheckSystemServicesUpdatesAvailableResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            CheckSystemServicesUpdatesAvailableResponse class.
            </summary>
            <param name="updatesAvailable">Yes if updates are available for the
            system services, No if not. Possible values include: 'Yes',
            'No'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.CheckSystemServicesUpdatesAvailableResponse.UpdatesAvailable">
            <summary>
            Gets yes if updates are available for the system services, No if
            not. Possible values include: 'Yes', 'No'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ClusterType">
            <summary>
            Defines values for ClusterType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryCredentials">
            <summary>
            Information about the Azure Container Registry which contains the
            images deployed to the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryCredentials.#ctor">
            <summary>
            Initializes a new instance of the ContainerRegistryCredentials
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryCredentials.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ContainerRegistryCredentials
            class.
            </summary>
            <param name="loginServer">The ACR login server name. User name is
            the first part of the FQDN.</param>
            <param name="password">The ACR primary password.</param>
            <param name="password2">The ACR secondary password.</param>
            <param name="username">The ACR login username.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryCredentials.LoginServer">
            <summary>
            Gets the ACR login server name. User name is the first part of the
            FQDN.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryCredentials.Password">
            <summary>
            Gets the ACR primary password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryCredentials.Password2">
            <summary>
            Gets the ACR secondary password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryCredentials.Username">
            <summary>
            Gets the ACR login username.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryProperties">
            <summary>
            Properties of Azure Container Registry.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryProperties.#ctor">
            <summary>
            Initializes a new instance of the ContainerRegistryProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContainerRegistryProperties
            class.
            </summary>
            <param name="resourceId">ARM resource ID of the Azure Container
            Registry used to store Docker images for web services in the
            cluster. If not provided one will be created. This cannot be
            changed once the cluster is created.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryProperties.ResourceId">
            <summary>
            Gets or sets ARM resource ID of the Azure Container Registry used
            to store Docker images for web services in the cluster. If not
            provided one will be created. This cannot be changed once the
            cluster is created.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerServiceCredentials">
            <summary>
            Information about the Azure Container Registry which contains the
            images deployed to the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerServiceCredentials.#ctor">
            <summary>
            Initializes a new instance of the ContainerServiceCredentials
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerServiceCredentials.#ctor(System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.ServicePrincipalProperties,System.String)">
            <summary>
            Initializes a new instance of the ContainerServiceCredentials
            class.
            </summary>
            <param name="acsKubeConfig">The ACS kube config file.</param>
            <param name="servicePrincipalConfiguration">Service principal
            configuration used by Kubernetes.</param>
            <param name="imagePullSecretName">The ACR image pull secret name
            which was created in Kubernetes.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerServiceCredentials.AcsKubeConfig">
            <summary>
            Gets the ACS kube config file.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerServiceCredentials.ServicePrincipalConfiguration">
            <summary>
            Gets service principal configuration used by Kubernetes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerServiceCredentials.ImagePullSecretName">
            <summary>
            Gets the ACR image pull secret name which was created in
            Kubernetes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerServiceCredentials.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorDetail">
            <summary>
            Error detail information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorDetail.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetail class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorDetail.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ErrorDetail class.
            </summary>
            <param name="code">Error code.</param>
            <param name="message">Error message.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorDetail.Code">
            <summary>
            Gets or sets error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorDetail.Message">
            <summary>
            Gets or sets error message.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorDetail.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponse">
            <summary>
            Error response information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponse.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponse.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorDetail})">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
            <param name="code">Error code.</param>
            <param name="message">Error message.</param>
            <param name="details">An array of error detail objects.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponse.Code">
            <summary>
            Gets or sets error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponse.Message">
            <summary>
            Gets or sets error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponse.Details">
            <summary>
            Gets or sets an array of error detail objects.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponse.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapper">
            <summary>
            Wrapper for error response to follow ARM guidelines.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapper.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponseWrapper class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapper.#ctor(Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponse)">
            <summary>
            Initializes a new instance of the ErrorResponseWrapper class.
            </summary>
            <param name="error">The error response.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapper.Error">
            <summary>
            Gets or sets the error response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapper.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            <summary>
            Exception thrown for an invalid response with ErrorResponseWrapper
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException.Request">
            <summary>
            Gets information about the associated HTTP request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException.Response">
            <summary>
            Gets information about the associated HTTP response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException.Body">
            <summary>
            Gets or sets the body object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponseWrapperException class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ErrorResponseWrapperException class.
            </summary>
            <param name="message">The exception message.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the ErrorResponseWrapperException class.
            </summary>
            <param name="message">The exception message.</param>
            <param name="innerException">Inner exception.</param>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration">
            <summary>
            Global configuration for services in the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration.#ctor">
            <summary>
            Initializes a new instance of the GlobalServiceConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration.#ctor(System.Collections.Generic.IDictionary{System.String,System.Object},System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration,Microsoft.Azure.Management.MachineLearningCompute.Models.ServiceAuthConfiguration,Microsoft.Azure.Management.MachineLearningCompute.Models.AutoScaleConfiguration)">
            <summary>
            Initializes a new instance of the GlobalServiceConfiguration class.
            </summary>
            <param name="additionalProperties">Unmatched properties from the
            message are deserialized this collection</param>
            <param name="etag">The configuartion ETag for updates.</param>
            <param name="ssl">The SSL configuration properties</param>
            <param name="serviceAuth">Optional global authorization keys for
            all user services deployed in cluster. These are used if the
            service does not have auth keys.</param>
            <param name="autoScale">The auto-scale configuration</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration.AdditionalProperties">
            <summary>
            Gets or sets unmatched properties from the message are deserialized
            this collection
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration.Etag">
            <summary>
            Gets or sets the configuartion ETag for updates.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration.Ssl">
            <summary>
            Gets or sets the SSL configuration properties
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration.ServiceAuth">
            <summary>
            Gets or sets optional global authorization keys for all user
            services deployed in cluster. These are used if the service does
            not have auth keys.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration.AutoScale">
            <summary>
            Gets or sets the auto-scale configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.KubernetesClusterProperties">
            <summary>
            Kubernetes cluster specific properties
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.KubernetesClusterProperties.#ctor">
            <summary>
            Initializes a new instance of the KubernetesClusterProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.KubernetesClusterProperties.#ctor(Microsoft.Azure.Management.MachineLearningCompute.Models.ServicePrincipalProperties)">
            <summary>
            Initializes a new instance of the KubernetesClusterProperties
            class.
            </summary>
            <param name="servicePrincipal">The Azure Service Principal used by
            Kubernetes</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.KubernetesClusterProperties.ServicePrincipal">
            <summary>
            Gets or sets the Azure Service Principal used by Kubernetes
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.KubernetesClusterProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster">
            <summary>
            Instance of an Azure ML Operationalization Cluster resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.#ctor">
            <summary>
            Initializes a new instance of the OperationalizationCluster class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.#ctor(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapper},Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountProperties,Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryProperties,Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties,Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsProperties,Microsoft.Azure.Management.MachineLearningCompute.Models.GlobalServiceConfiguration)">
            <summary>
            Initializes a new instance of the OperationalizationCluster class.
            </summary>
            <param name="location">Specifies the location of the
            resource.</param>
            <param name="clusterType">The cluster type. Possible values
            include: 'ACS', 'Local'</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>
            <param name="description">The description of the cluster.</param>
            <param name="createdOn">The date and time when the cluster was
            created.</param>
            <param name="modifiedOn">The date and time when the cluster was
            last modified.</param>
            <param name="provisioningState">The provision state of the cluster.
            Valid values are Unknown, Updating, Provisioning, Succeeded, and
            Failed. Possible values include: 'Unknown', 'Updating', 'Creating',
            'Deleting', 'Succeeded', 'Failed', 'Canceled'</param>
            <param name="provisioningErrors">List of provisioning errors
            reported by the resource provider.</param>
            <param name="storageAccount">Storage Account properties.</param>
            <param name="containerRegistry">Container Registry
            properties.</param>
            <param name="containerService">Parameters for the Azure Container
            Service cluster.</param>
            <param name="appInsights">AppInsights configuration.</param>
            <param name="globalServiceConfiguration">Contains global
            configuration for the web services in the cluster.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.Description">
            <summary>
            Gets or sets the description of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.CreatedOn">
            <summary>
            Gets the date and time when the cluster was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.ModifiedOn">
            <summary>
            Gets the date and time when the cluster was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.ProvisioningState">
            <summary>
            Gets the provision state of the cluster. Valid values are Unknown,
            Updating, Provisioning, Succeeded, and Failed. Possible values
            include: 'Unknown', 'Updating', 'Creating', 'Deleting',
            'Succeeded', 'Failed', 'Canceled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.ProvisioningErrors">
            <summary>
            Gets list of provisioning errors reported by the resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.ClusterType">
            <summary>
            Gets or sets the cluster type. Possible values include: 'ACS',
            'Local'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.StorageAccount">
            <summary>
            Gets or sets storage Account properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.ContainerRegistry">
            <summary>
            Gets or sets container Registry properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.ContainerService">
            <summary>
            Gets or sets parameters for the Azure Container Service cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.AppInsights">
            <summary>
            Gets or sets appInsights configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.GlobalServiceConfiguration">
            <summary>
            Gets or sets contains global configuration for the web services in
            the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials">
            <summary>
            Credentials to resources in the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.#ctor">
            <summary>
            Initializes a new instance of the
            OperationalizationClusterCredentials class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.#ctor(Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountCredentials,Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerRegistryCredentials,Microsoft.Azure.Management.MachineLearningCompute.Models.ContainerServiceCredentials,Microsoft.Azure.Management.MachineLearningCompute.Models.AppInsightsCredentials,Microsoft.Azure.Management.MachineLearningCompute.Models.ServiceAuthConfiguration,Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration)">
            <summary>
            Initializes a new instance of the
            OperationalizationClusterCredentials class.
            </summary>
            <param name="storageAccount">Credentials for the Storage
            Account.</param>
            <param name="containerRegistry">Credentials for Azure Container
            Registry.</param>
            <param name="containerService">Credentials for Azure Container
            Service.</param>
            <param name="appInsights">Credentials for Azure
            AppInsights.</param>
            <param name="serviceAuthConfiguration">Global authorization keys
            for all user services deployed in cluster. These are used if the
            service does not have auth keys.</param>
            <param name="sslConfiguration">The SSL configuration for the
            services.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.StorageAccount">
            <summary>
            Gets or sets credentials for the Storage Account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.ContainerRegistry">
            <summary>
            Gets or sets credentials for Azure Container Registry.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.ContainerService">
            <summary>
            Gets or sets credentials for Azure Container Service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.AppInsights">
            <summary>
            Gets or sets credentials for Azure AppInsights.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.ServiceAuthConfiguration">
            <summary>
            Gets or sets global authorization keys for all user services
            deployed in cluster. These are used if the service does not have
            auth keys.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.SslConfiguration">
            <summary>
            Gets or sets the SSL configuration for the services.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterCredentials.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClustersDeleteHeaders">
            <summary>
            Defines headers for Delete operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClustersDeleteHeaders.#ctor">
            <summary>
            Initializes a new instance of the
            OperationalizationClustersDeleteHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClustersDeleteHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            OperationalizationClustersDeleteHeaders class.
            </summary>
            <param name="location">URI of the async operation.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClustersDeleteHeaders.Location">
            <summary>
            Gets or sets URI of the async operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClustersUpdateSystemServicesHeaders">
            <summary>
            Defines headers for UpdateSystemServices operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClustersUpdateSystemServicesHeaders.#ctor">
            <summary>
            Initializes a new instance of the
            OperationalizationClustersUpdateSystemServicesHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClustersUpdateSystemServicesHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            OperationalizationClustersUpdateSystemServicesHeaders class.
            </summary>
            <param name="location">URI of the async operation.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClustersUpdateSystemServicesHeaders.Location">
            <summary>
            Gets or sets URI of the async operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterUpdateParameters">
            <summary>
            Parameters for PATCH operation on an operationalization cluster
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            OperationalizationClusterUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterUpdateParameters.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the
            OperationalizationClusterUpdateParameters class.
            </summary>
            <param name="tags">Gets or sets a list of key value pairs that
            describe the resource. These tags can be used in viewing and
            grouping this resource (across resource groups). A maximum of 15
            tags can be provided for a resource. Each tag must have a key no
            greater in length than 128 characters and a value no greater in
            length than 256 characters.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterUpdateParameters.Tags">
            <summary>
            Gets or sets a list of key value pairs that describe the resource.
            These tags can be used in viewing and grouping this resource
            (across resource groups). A maximum of 15 tags can be provided for
            a resource. Each tag must have a key no greater in length than 128
            characters and a value no greater in length than 256 characters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.OperationStatus">
            <summary>
            Defines values for OperationStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.OrchestratorType">
            <summary>
            Defines values for OrchestratorType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.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.MachineLearningCompute.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.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.MachineLearningCompute.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.MachineLearningCompute.Models.Resource">
            <summary>
            Azure resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.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.MachineLearningCompute.Models.Resource.Id">
            <summary>
            Gets specifies the resource ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.Resource.Name">
            <summary>
            Gets specifies the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.Resource.Location">
            <summary>
            Gets or sets specifies the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.Resource.Type">
            <summary>
            Gets specifies the type of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.Resource.Tags">
            <summary>
            Gets or sets contains resource tags defined as key/value pairs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.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.MachineLearningCompute.Models.ResourceOperation">
            <summary>
            Resource operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperation.#ctor">
            <summary>
            Initializes a new instance of the ResourceOperation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperation.#ctor(System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperationDisplay,System.String)">
            <summary>
            Initializes a new instance of the ResourceOperation class.
            </summary>
            <param name="name">Name of this operation.</param>
            <param name="display">Display of the operation.</param>
            <param name="origin">The operation origin.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperation.Name">
            <summary>
            Gets or sets name of this operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperation.Display">
            <summary>
            Gets or sets display of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperation.Origin">
            <summary>
            Gets or sets the operation origin.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperationDisplay">
            <summary>
            Display of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperationDisplay.#ctor">
            <summary>
            Initializes a new instance of the ResourceOperationDisplay class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperationDisplay.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceOperationDisplay class.
            </summary>
            <param name="provider">The resource provider name.</param>
            <param name="resource">The resource name.</param>
            <param name="operation">The operation.</param>
            <param name="description">The description of the operation.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperationDisplay.Provider">
            <summary>
            Gets or sets the resource provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperationDisplay.Resource">
            <summary>
            Gets or sets the resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperationDisplay.Operation">
            <summary>
            Gets or sets the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ResourceOperationDisplay.Description">
            <summary>
            Gets or sets the description of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ServiceAuthConfiguration">
            <summary>
            Global service auth configuration properties. These are the data-plane
            authorization keys and are used if a service doesn't define it's own.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ServiceAuthConfiguration.#ctor">
            <summary>
            Initializes a new instance of the ServiceAuthConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ServiceAuthConfiguration.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ServiceAuthConfiguration class.
            </summary>
            <param name="primaryAuthKeyHash">The primary auth key hash. This is
            not returned in response of GET/PUT on the resource.. To see this
            please call listKeys API.</param>
            <param name="secondaryAuthKeyHash">The secondary auth key hash.
            This is not returned in response of GET/PUT on the resource.. To
            see this please call listKeys API.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ServiceAuthConfiguration.PrimaryAuthKeyHash">
            <summary>
            Gets or sets the primary auth key hash. This is not returned in
            response of GET/PUT on the resource.. To see this please call
            listKeys API.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ServiceAuthConfiguration.SecondaryAuthKeyHash">
            <summary>
            Gets or sets the secondary auth key hash. This is not returned in
            response of GET/PUT on the resource.. To see this please call
            listKeys API.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ServiceAuthConfiguration.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ServicePrincipalProperties">
            <summary>
            The Azure service principal used by Kubernetes for configuring load
            balancers
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ServicePrincipalProperties.#ctor">
            <summary>
            Initializes a new instance of the ServicePrincipalProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ServicePrincipalProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ServicePrincipalProperties class.
            </summary>
            <param name="clientId">The service principal client ID</param>
            <param name="secret">The service principal secret. This is not
            returned in response of GET/PUT on the resource. To see this please
            call listKeys.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ServicePrincipalProperties.ClientId">
            <summary>
            Gets or sets the service principal client ID
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.ServicePrincipalProperties.Secret">
            <summary>
            Gets or sets the service principal secret. This is not returned in
            response of GET/PUT on the resource. To see this please call
            listKeys.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.ServicePrincipalProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration">
            <summary>
            SSL configuration. If configured data-plane calls to user services will
            be exposed over SSL only.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration.#ctor">
            <summary>
            Initializes a new instance of the SslConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the SslConfiguration class.
            </summary>
            <param name="status">SSL status. Allowed values are Enabled and
            Disabled. Possible values include: 'Enabled', 'Disabled'</param>
            <param name="cert">The SSL cert data in PEM format encoded as
            base64 string</param>
            <param name="key">The SSL key data in PEM format encoded as base64
            string. This is not returned in response of GET/PUT on the
            resource. To see this please call listKeys API.</param>
            <param name="cname">The CName of the certificate.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration.Status">
            <summary>
            Gets or sets SSL status. Allowed values are Enabled and Disabled.
            Possible values include: 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration.Cert">
            <summary>
            Gets or sets the SSL cert data in PEM format encoded as base64
            string
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration.Key">
            <summary>
            Gets or sets the SSL key data in PEM format encoded as base64
            string. This is not returned in response of GET/PUT on the
            resource. To see this please call listKeys API.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.SslConfiguration.Cname">
            <summary>
            Gets or sets the CName of the certificate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.Status">
            <summary>
            Defines values for Status.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountCredentials">
            <summary>
            Access information for the storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountCredentials.#ctor">
            <summary>
            Initializes a new instance of the StorageAccountCredentials class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountCredentials.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the StorageAccountCredentials class.
            </summary>
            <param name="resourceId">The ARM resource ID of the storage
            account.</param>
            <param name="primaryKey">The primary key of the storage
            account.</param>
            <param name="secondaryKey">The secondary key of the storage
            account.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountCredentials.ResourceId">
            <summary>
            Gets the ARM resource ID of the storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountCredentials.PrimaryKey">
            <summary>
            Gets the primary key of the storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountCredentials.SecondaryKey">
            <summary>
            Gets the secondary key of the storage account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountProperties">
            <summary>
            Properties of Storage Account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountProperties.#ctor">
            <summary>
            Initializes a new instance of the StorageAccountProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StorageAccountProperties class.
            </summary>
            <param name="resourceId">ARM resource ID of the Azure Storage
            Account to store CLI specific files. If not provided one will be
            created. This cannot be changed once the cluster is
            created.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.StorageAccountProperties.ResourceId">
            <summary>
            Gets or sets ARM resource ID of the Azure Storage Account to store
            CLI specific files. If not provided one will be created. This
            cannot be changed once the cluster is created.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.SystemService">
            <summary>
            Information about a system service deployed in the cluster
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.SystemService.#ctor">
            <summary>
            Initializes a new instance of the SystemService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.SystemService.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the SystemService class.
            </summary>
            <param name="systemServiceType">The system service type. Possible
            values include: 'None', 'ScoringFrontEnd', 'BatchFrontEnd'</param>
            <param name="publicIpAddress">The public IP address of the system
            service</param>
            <param name="version">The state of the system service</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.SystemService.SystemServiceType">
            <summary>
            Gets or sets the system service type. Possible values include:
            'None', 'ScoringFrontEnd', 'BatchFrontEnd'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.SystemService.PublicIpAddress">
            <summary>
            Gets the public IP address of the system service
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.SystemService.Version">
            <summary>
            Gets the state of the system service
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.SystemService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.SystemServiceType">
            <summary>
            Defines values for SystemServiceType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.UpdatesAvailable">
            <summary>
            Defines values for UpdatesAvailable.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.Models.UpdateSystemServicesResponse">
            <summary>
            Response of the update system services API
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.UpdateSystemServicesResponse.#ctor">
            <summary>
            Initializes a new instance of the UpdateSystemServicesResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.Models.UpdateSystemServicesResponse.#ctor(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the UpdateSystemServicesResponse
            class.
            </summary>
            <param name="updateStatus">Update status. Possible values include:
            'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded',
            'Failed', 'Canceled'</param>
            <param name="updateStartedOn">The date and time when the last
            system services update was started.</param>
            <param name="updateCompletedOn">The date and time when the last
            system services update completed.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.UpdateSystemServicesResponse.UpdateStatus">
            <summary>
            Gets update status. Possible values include: 'Unknown', 'Updating',
            'Creating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.UpdateSystemServicesResponse.UpdateStartedOn">
            <summary>
            Gets the date and time when the last system services update was
            started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearningCompute.Models.UpdateSystemServicesResponse.UpdateCompletedOn">
            <summary>
            Gets the date and time when the last system services update
            completed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperations">
            <summary>
            OperationalizationClustersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperations.#ctor(Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient)">
            <summary>
            Initializes a new instance of the OperationalizationClustersOperations 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.MachineLearningCompute.OperationalizationClustersOperations.Client">
            <summary>
            Gets a reference to the MachineLearningComputeManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update an operationalization cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update an Operationalization cluster.
            </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.MachineLearningCompute.OperationalizationClustersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization cluster resource view. Note that the
            credentials are not returned by this call. Call ListKeys to get them.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.OperationalizationClustersOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            The PATCH operation can be used to update only the tags for a cluster. Use
            PUT operation to update other properties.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            The parameters supplied to patch the cluster.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.OperationalizationClustersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.OperationalizationClustersOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the credentials for the specified cluster such as Storage, ACR and ACS
            credentials. This is a long running operation because it fetches keys from
            dependencies.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.OperationalizationClustersOperations.CheckSystemServicesUpdatesAvailableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks if updates are available for system services in the cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.OperationalizationClustersOperations.UpdateSystemServicesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates system services in a cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.OperationalizationClustersOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the clusters in the specified resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster 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.MachineLearningCompute.OperationalizationClustersOperations.ListBySubscriptionIdWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization clusters 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.MachineLearningCompute.OperationalizationClustersOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update an operationalization cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update an Operationalization cluster.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.OperationalizationClustersOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.MachineLearningCompute.Models.ErrorResponseWrapperException">
            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.MachineLearningCompute.OperationalizationClustersOperations.BeginUpdateSystemServicesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates system services in a cluster.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </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.MachineLearningCompute.OperationalizationClustersOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the clusters 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.MachineLearningCompute.OperationalizationClustersOperations.ListBySubscriptionIdNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization clusters 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.MachineLearningCompute.OperationalizationClustersOperationsExtensions">
            <summary>
            Extension methods for OperationalizationClustersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster)">
            <summary>
            Create or update an operationalization cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update an Operationalization cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster,System.Threading.CancellationToken)">
            <summary>
            Create or update an operationalization cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update an Operationalization cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.Get(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String)">
            <summary>
            Gets the operationalization cluster resource view. Note that the
            credentials are not returned by this call. Call ListKeys to get them.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.GetAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization cluster resource view. Note that the
            credentials are not returned by this call. Call ListKeys to get them.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.Update(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterUpdateParameters)">
            <summary>
            The PATCH operation can be used to update only the tags for a cluster. Use
            PUT operation to update other properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            The parameters supplied to patch the cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationClusterUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The PATCH operation can be used to update only the tags for a cluster. Use
            PUT operation to update other properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            The parameters supplied to patch the cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.Delete(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String)">
            <summary>
            Deletes the specified cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListKeys(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String)">
            <summary>
            Gets the credentials for the specified cluster such as Storage, ACR and ACS
            credentials. This is a long running operation because it fetches keys from
            dependencies.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the credentials for the specified cluster such as Storage, ACR and ACS
            credentials. This is a long running operation because it fetches keys from
            dependencies.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.CheckSystemServicesUpdatesAvailable(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String)">
            <summary>
            Checks if updates are available for system services in the cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.CheckSystemServicesUpdatesAvailableAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Checks if updates are available for system services in the cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.UpdateSystemServices(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String)">
            <summary>
            Updates system services in a cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.UpdateSystemServicesAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates system services in a cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String)">
            <summary>
            Gets the clusters 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 cluster is located.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the clusters 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 cluster 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.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListBySubscriptionId(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String)">
            <summary>
            Gets the operationalization clusters 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.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListBySubscriptionIdAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization clusters 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.MachineLearningCompute.OperationalizationClustersOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster)">
            <summary>
            Create or update an operationalization cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update an Operationalization cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster,System.Threading.CancellationToken)">
            <summary>
            Create or update an operationalization cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update an Operationalization cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.BeginDelete(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String)">
            <summary>
            Deletes the specified cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.BeginUpdateSystemServices(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String)">
            <summary>
            Updates system services in a cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.BeginUpdateSystemServicesAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates system services in a cluster.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group in which the cluster is located.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String)">
            <summary>
            Gets the clusters 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.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the clusters 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.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListBySubscriptionIdNext(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String)">
            <summary>
            Gets the operationalization clusters 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.MachineLearningCompute.OperationalizationClustersOperationsExtensions.ListBySubscriptionIdNextAsync(Microsoft.Azure.Management.MachineLearningCompute.IOperationalizationClustersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the operationalization clusters 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>
    </members>
</doc>