Microsoft.Azure.Management.MachineLearning.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.MachineLearning</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations">
            <summary>
            WebServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.CreateOrUpdateWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a new Azure ML web service or update an
            existing one.
            </summary>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a new Azure ML web service or update an
            existing one.
            </summary>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve an Azure ML web service definition by its subscription,
            resource group and name.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.PatchWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.BeginPatchWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.RemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.BeginRemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the access keys of a particular Azure ML web service
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.ListInResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML web services in a given resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </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>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML web services in the current Azure
            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>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations">
            <summary>
            This class was added as a temporary fix for the AutoRest generated client code, which does not handle
            the request id for async operations properly. Basically, if an async operation fails during execution,
            the AutoRest library will resturn an exception with the request id of the latest GET call that was
            polling for the async operation status. This is not desired, as all logs for the execution of the
            operation and stored under the request id of the initial PUT/PATCH/DELETE call that initiated the
            operation.
             
            Here, we capture that request id after the initial async call, and return it with the final operation
            result or any CloudException thrown during execution.
            </summary>
            <summary>
            WebServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.CreateOrUpdateWebServiceWithProperRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a new Azure ML web service or update an existing one.
            </summary>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.PatchWebServiceWithProperRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.RemoveWebServiceWitProperRequestIdAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.#ctor(Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient)">
            <summary>
            Initializes a new instance of the WebServicesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.Client">
            <summary>
            Gets a reference to the AzureMLWebServicesManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.CreateOrUpdateWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a new Azure ML web service or update an existing one.
            </summary>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a new Azure ML web service or update an existing one.
            </summary>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve an Azure ML web service definition by its subscription, resource
            group and name.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.PatchWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.BeginPatchWithHttpMessagesAsync(Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.RemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.BeginRemoveWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the access keys of a particular Azure ML web service
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.ListInResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML web services in a given resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </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>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML web services in the current Azure 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>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions">
            <summary>
            This class was added as a temporary fix for the AutoRest generated client code, which does not handle
            the request id for async operations properly. Basically, if an async operation fails during execution,
            the AutoRest library will resturn an exception with the request id of the latest GET call that was
            polling for the async operation status. This is not desired, as all logs for the execution of the
            operation and stored under the request id of the initial PUT/PATCH/DELETE call that initiated the
            operation.
             
            Here, we capture that request id after the initial async call, and return it with the final operation
            result or any CloudException thrown during execution.
            </summary>
            <summary>
            Extension methods for WebServicesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateOrUpdateWithRequestId(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String)">
            <summary>
            Create a new Azure ML web service or update an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <remarks>
            In case of an error, the thrown CloudException contains the proper request id to monitor the reasons for the failure
            </remarks>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateOrUpdateWithRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create a new Azure ML web service or update an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <remarks>
            In case of an error, the thrown CloudException contains the proper request id to monitor the reasons for the failure
            </remarks>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.PatchWithRequestId(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.PatchWithRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.RemoveWithRequestId(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.RemoveWithRequestIdAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String)">
            <summary>
            Creates or updates a new Azure ML web service or update an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a new Azure ML web service or update an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String)">
            <summary>
            Creates or updates a new Azure ML web service or update an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a new Azure ML web service or update an existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='createOrUpdatePayload'>
            The payload to create or update the Azure ML web service.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.Get(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Retrieve an Azure ML web service definition by its subscription, resource
            group and name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.GetAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve an Azure ML web service definition by its subscription, resource
            group and name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.Patch(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.PatchAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginPatch(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginPatchAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Patch an existing Azure ML web service resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='patchPayload'>
            The payload to patch the Azure ML web service with.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.Remove(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.RemoveAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginRemove(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.BeginRemoveAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove an existing Azure ML web service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListKeys(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Get the access keys of a particular Azure ML web service
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the access keys of a particular Azure ML web service
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='webServiceName'>
            The Azure ML web service name which you want to reach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListInResourceGroup(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String)">
            <summary>
            Retrieve all Azure ML web services in a given resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListInResourceGroupAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML web services in a given resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.List(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String)">
            <summary>
            Retrieve all Azure ML web services in the current Azure subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='skiptoken'>
            Continuation token for pagination.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.WebServicesOperationsExtensions.ListAsync(Microsoft.Azure.Management.MachineLearning.WebServices.IWebServicesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve all Azure ML web services in the current Azure 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="T:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient">
            <summary>
            These APIs allow end users to operate on Azure Machine Learning Web
            Services resources. They support the following
            operations:&lt;ul&gt;&lt;li&gt;Create or update a web
            service&lt;/li&gt;&lt;li&gt;Get a web
            service&lt;/li&gt;&lt;li&gt;Patch a web
            service&lt;/li&gt;&lt;li&gt;Delete a web
            service&lt;/li&gt;&lt;li&gt;Get All Web Services in a Resource Group
            &lt;/li&gt;&lt;li&gt;Get All Web Services in a
            Subscription&lt;/li&gt;&lt;li&gt;Get Web Services
            Keys&lt;/li&gt;&lt;/ul&gt;
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.SubscriptionId">
            <summary>
            Azure subscription id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.ApiVersion">
            <summary>
            The versiong of the Microsoft.MachineLearning resource provider API to be
            used.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.WebServices">
            <summary>
            Gets the IWebServicesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the AzureMLWebServicesManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.AzureMLWebServicesManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient">
            <summary>
            These APIs allow end users to operate on Azure Machine Learning Web
            Services resources. They support the following
            operations:&lt;ul&gt;&lt;li&gt;Create or update a web
            service&lt;/li&gt;&lt;li&gt;Get a web
            service&lt;/li&gt;&lt;li&gt;Patch a web
            service&lt;/li&gt;&lt;li&gt;Delete a web
            service&lt;/li&gt;&lt;li&gt;Get All Web Services in a Resource Group
            &lt;/li&gt;&lt;li&gt;Get All Web Services in a
            Subscription&lt;/li&gt;&lt;li&gt;Get Web Services
            Keys&lt;/li&gt;&lt;/ul&gt;
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.SubscriptionId">
            <summary>
            Azure subscription id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.ApiVersion">
            <summary>
            The versiong of the Microsoft.MachineLearning resource provider
            API to be used.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.IAzureMLWebServicesManagementClient.WebServices">
            <summary>
            Gets the IWebServicesOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem">
            <summary>
            Information about an asset associated with the web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.#ctor">
            <summary>
            Initializes a new instance of the AssetItem class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.#ctor(System.String,System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort},System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter})">
            <summary>
            Initializes a new instance of the AssetItem class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Name">
            <summary>
            Asset's friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Type">
            <summary>
            Asset's type. Possible values include: 'Module', 'Resource'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.LocationInfo">
            <summary>
            Access information for the asset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.InputPorts">
            <summary>
            Information about the asset's input ports.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.OutputPorts">
            <summary>
            Information about the asset's output ports.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Metadata">
            <summary>
            If the asset is a custom module, this holds the module's metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Parameters">
            <summary>
            If the asset is a custom module, this holds the module's
            parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation">
            <summary>
            Describes the access location for a web service asset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation.#ctor">
            <summary>
            Initializes a new instance of the AssetLocation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the AssetLocation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation.Uri">
            <summary>
            The URI where the asset is accessible from, (e.g. aml://abc for
            system assets or https://xyz for user asets
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation.Credentials">
            <summary>
            Access credentials for the asset, if applicable (e.g. asset
            specified by storage account connection string + blob URI)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetLocation.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetType">
            <summary>
            Defines values for AssetType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnFormat">
            <summary>
            Defines values for ColumnFormat.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification">
            <summary>
            Swagger 2.0 schema for a column within the data table representing a
            web service input or output. See Swagger specification:
            http://swagger.io/specification/
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.#ctor">
            <summary>
            Initializes a new instance of the ColumnSpecification class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.#ctor(System.String,System.String,System.Collections.Generic.IList{System.Object},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the ColumnSpecification class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.Type">
            <summary>
            Data type of the column. Possible values include: 'Boolean',
            'Integer', 'Number', 'String'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.Format">
            <summary>
            Additional format information for the data type. Possible values
            include: 'Byte', 'Char', 'Datetime', 'Double', 'Duration',
            'Float', 'Int8', 'Int16', 'Int32', 'Int64', 'Uint8', 'Uint16',
            'Uint32', 'Uint64'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.EnumProperty">
            <summary>
            If the data type is categorical, this provides the list of
            accepted categories.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.XMsIsnullable">
            <summary>
            Flag indicating if the type supports null values or not.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.XMsIsordered">
            <summary>
            Flag indicating whether the categories are treated as an ordered
            set or not, if this is a categorical column.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnType">
            <summary>
            Defines values for ColumnType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan">
            <summary>
            Information about the machine learning commitment plan associated with
            the web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan.#ctor">
            <summary>
            Initializes a new instance of the CommitmentPlan class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommitmentPlan class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan.Id">
            <summary>
            The commitment plan ARM resource id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration">
            <summary>
            Diagnostics settings for an Azure ML web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.#ctor">
            <summary>
            Initializes a new instance of the DiagnosticsConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.#ctor(System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the DiagnosticsConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.Level">
            <summary>
            Level of tracing to be used: None - disables tracing; Error -
            collects only error (stderr) traces; All - collects all traces
            (stdout and stderr). Possible values include: 'None', 'Error',
            'All'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.Expiry">
            <summary>
            Moment of time after which diagnostics are no longer collected. If
            null, diagnostic collection is not time limited.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsLevel">
            <summary>
            Defines values for DiagnosticsLevel.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest">
            <summary>
            Sample input data for the service's input(s).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest.#ctor">
            <summary>
            Initializes a new instance of the ExampleRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest.#ctor(System.Collections.Generic.IDictionary{System.String,System.Collections.Generic.IList{System.Collections.Generic.IList{System.Object}}},System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the ExampleRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest.Inputs">
            <summary>
            Sample input data for the web service's input(s) given as an input
            name to sample input values matrix map.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest.GlobalParameters">
            <summary>
            Sample input data for the web service's global parameters
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge">
            <summary>
            Defines an edge within the web service's graph.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.#ctor">
            <summary>
            Initializes a new instance of the GraphEdge class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the GraphEdge class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.SourceNodeId">
            <summary>
            The source graph node's identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.SourcePortId">
            <summary>
            The identifier of the source node's port that the edge connects
            from.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.TargetNodeId">
            <summary>
            The destination graph node's identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge.TargetPortId">
            <summary>
            The identifier of the destination node's port that the edge
            connects into.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode">
            <summary>
            Specifies a node in the web service graph. The node can either be an
            input, output or asset node, so only one of the corresponding id
            properties is populated at any given time.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.#ctor">
            <summary>
            Initializes a new instance of the GraphNode class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.#ctor(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the GraphNode class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.AssetId">
            <summary>
            The id of the asset represented by this node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.InputId">
            <summary>
            The id of the input element represented by this node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.OutputId">
            <summary>
            The id of the output element represented by this node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode.Parameters">
            <summary>
            If applicable, parameters of the node. Global graph parameters map
            into these, with values set at runtime.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage">
            <summary>
            Defines the graph of modules making up the machine learning solution.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.#ctor">
            <summary>
            Initializes a new instance of the GraphPackage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.#ctor(System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphNode},System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphEdge},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter})">
            <summary>
            Initializes a new instance of the GraphPackage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.Nodes">
            <summary>
            The set of nodes making up the graph, provided as a nodeId to
            GraphNode map
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.Edges">
            <summary>
            The list of edges making up the graph.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage.GraphParameters">
            <summary>
            The collection of global parameters for the graph, given as a
            global parameter name to GraphParameter map. Each parameter here
            has a 1:1 match with the global parameters values map declared at
            the WebServiceProperties level.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter">
            <summary>
            Defines a global parameter in the graph.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.#ctor">
            <summary>
            Initializes a new instance of the GraphParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink},System.String)">
            <summary>
            Initializes a new instance of the GraphParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.Description">
            <summary>
            Description of this graph parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.Type">
            <summary>
            Graph parameter's type. Possible values include: 'String', 'Int',
            'Float', 'Enumerated', 'Script', 'Mode', 'Credential', 'Boolean',
            'Double', 'ColumnPicker', 'ParameterRange', 'DataGatewayName'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.Links">
            <summary>
            Association links for this parameter to nodes in the graph.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameter.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink">
            <summary>
            Association link for a graph global parameter to a node in the graph.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.#ctor">
            <summary>
            Initializes a new instance of the GraphParameterLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the GraphParameterLink class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.NodeId">
            <summary>
            The graph node's identifier
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.ParameterKey">
            <summary>
            The identifier of the node parameter that the global parameter
            maps to.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphParameterLink.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort">
            <summary>
            Asset input port
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort.#ctor">
            <summary>
            Initializes a new instance of the InputPort class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InputPort class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPort.Type">
            <summary>
            Port data type. Possible values include: 'Dataset'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.InputPortType">
            <summary>
            Defines values for InputPortType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace">
            <summary>
            Information about the machine learning workspace containing the
            experiment that is source for the web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace.#ctor">
            <summary>
            Initializes a new instance of the MachineLearningWorkspace class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MachineLearningWorkspace class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace.Id">
            <summary>
            The workspace ARM resource id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo">
            <summary>
            Nested parameter definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo.#ctor">
            <summary>
            Initializes a new instance of the ModeValueInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter})">
            <summary>
            Initializes a new instance of the ModeValueInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo.InterfaceString">
            <summary>
            The interface string name for the nested parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo.Parameters">
            <summary>
            The definition of the parameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter">
            <summary>
            Parameter definition for a module asset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.#ctor">
            <summary>
            Initializes a new instance of the ModuleAssetParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.#ctor(System.String,System.String,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModeValueInfo})">
            <summary>
            Initializes a new instance of the ModuleAssetParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.Name">
            <summary>
            Parameter name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.ParameterType">
            <summary>
            Parameter type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ModuleAssetParameter.ModeValuesInfo">
            <summary>
            Definitions for nested interface parameters if this is a complex
            module parameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort">
            <summary>
            Asset output port
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort.#ctor">
            <summary>
            Initializes a new instance of the OutputPort class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OutputPort class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPort.Type">
            <summary>
            Port data type. Possible values include: 'Dataset'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.OutputPortType">
            <summary>
            Defines values for OutputPortType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.PaginatedWebServicesList">
            <summary>
            Paginated list of web services.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.PaginatedWebServicesList.#ctor">
            <summary>
            Initializes a new instance of the PaginatedWebServicesList class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.PaginatedWebServicesList.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService},System.String)">
            <summary>
            Initializes a new instance of the PaginatedWebServicesList class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.PaginatedWebServicesList.Value">
            <summary>
            List of web services objects.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.PaginatedWebServicesList.NextLink">
            <summary>
            Continuation link to be used to potentially retrieve the next page
            of results in the list.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ParameterType">
            <summary>
            Defines values for ParameterType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ProvisioningState">
            <summary>
            Defines values for ProvisioningState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration">
            <summary>
            Holds the available configuration options for an Azure ML web service
            endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration.#ctor">
            <summary>
            Initializes a new instance of the RealtimeConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration.#ctor(System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the RealtimeConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration.MaxConcurrentCalls">
            <summary>
            Maximum number of concurrent calls allowed on the realtime
            endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Id">
            <summary>
            Resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Name">
            <summary>
            Resource Name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Location">
            <summary>
            Resource Location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Type">
            <summary>
            Resource type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Tags">
            <summary>
            Resource tags
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.Resource.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification">
            <summary>
            The swagger 2.0 schema describing the service's inputs or outputs. See
            Swagger specification: http://swagger.io/specification/
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.#ctor">
            <summary>
            Initializes a new instance of the ServiceInputOutputSpecification
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification},System.String,System.String)">
            <summary>
            Initializes a new instance of the ServiceInputOutputSpecification
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Title">
            <summary>
            Swagger schema title.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Description">
            <summary>
            Swagger schema description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Type">
            <summary>
            The type of the entity described in swagger. Always 'object'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Properties">
            <summary>
            Map of name to swagger schema for each input or output of the web
            service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount">
            <summary>
            Access information for a storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount.#ctor">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount.Name">
            <summary>
            The storage account's name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount.Key">
            <summary>
            The storage account's active key.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification">
            <summary>
            The swagger 2.0 schema describing a single service input or output.
            See Swagger specification: http://swagger.io/specification/
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.#ctor">
            <summary>
            Initializes a new instance of the TableSpecification class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ColumnSpecification},System.String,System.String)">
            <summary>
            Initializes a new instance of the TableSpecification class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Title">
            <summary>
            Swagger schema title.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Description">
            <summary>
            Swagger schema description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Type">
            <summary>
            The type of the entity described in swagger. Always 'object'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Properties">
            <summary>
            The set of columns within the data table.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.TableSpecification.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService">
            <summary>
            Instance of an Azure ML web service resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.#ctor">
            <summary>
            Initializes a new instance of the WebService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.#ctor(System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the WebService class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.Properties">
            <summary>
            Web service resource properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys">
            <summary>
            Access keys for the web service calls.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys.#ctor">
            <summary>
            Initializes a new instance of the WebServiceKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the WebServiceKeys class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys.Primary">
            <summary>
            The primary access key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys.Secondary">
            <summary>
            The secondary access key.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties">
            <summary>
            The set of properties specific to the Azure ML web service resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.#ctor">
            <summary>
            Initializes a new instance of the WebServiceProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration,Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration,Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount,Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace,Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem},System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the WebServiceProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Title">
            <summary>
            The title of the Azure ML web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Description">
            <summary>
            The description of the Azure ML web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.CreatedOn">
            <summary>
            The moment of time the Azure ML web service was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ModifiedOn">
            <summary>
            The moment of time the web service was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ProvisioningState">
            <summary>
            The web service resource's provisioning state. Possible values
            include: 'Unknown', 'Provisioning', 'Succeeded', 'Failed',
            'Canceled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Keys">
            <summary>
            The set of access keys for the web service. If not specified at
            creation time (PUT), they will be generated automatically by the
            resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ReadOnlyProperty">
            <summary>
            If true, the web service can no longer be updated / patched, only
            removed. Otherwise, the service resource supports changes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.SwaggerLocation">
            <summary>
            The uri for the swagger spec associated with this web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ExposeSampleData">
            <summary>
            Flag that controls whether to expose sample data or not in the web
            service's swagger definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.RealtimeConfiguration">
            <summary>
            Configuration for the service's realtime endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Diagnostics">
            <summary>
            Settings controlling the diagnostics traces collection for the web
            service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.StorageAccount">
            <summary>
            The storage account associated with the service. This is used to
            store both datasets and diagnostic traces. This information is
            required at creation time (PUT) and only the key is updateable
            after that. The account credentials are hidden on a GET web
            service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.MachineLearningWorkspace">
            <summary>
            This is only populated at creation time (PUT) for web services
            originating from an AzureML Studio experiment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.CommitmentPlan">
            <summary>
            The commitment plan associated with this web service. This is
            required to be specified at creation time (PUT) and is not
            updateable afterwards.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Input">
            <summary>
            Swagger schema for the service's input(s), as applicable.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Output">
            <summary>
            Swagger schema for the service's output(s), as applicable.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.ExampleRequest">
            <summary>
            Sample request data for each of the service's inputs, as
            applicable.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Assets">
            <summary>
            Set of assets associated with the web service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Parameters">
            <summary>
            The set of global parameters values defined for the web service,
            given as a global parameter name to default value map. If no
            default value is specified, the parameter is considered to be
            required.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceProperties.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph">
            <summary>
            Properties specific to a Graph based web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph.#ctor">
            <summary>
            Initializes a new instance of the WebServicePropertiesForGraph
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Microsoft.Azure.Management.MachineLearning.WebServices.Models.RealtimeConfiguration,Microsoft.Azure.Management.MachineLearning.WebServices.Models.DiagnosticsConfiguration,Microsoft.Azure.Management.MachineLearning.WebServices.Models.StorageAccount,Microsoft.Azure.Management.MachineLearning.WebServices.Models.MachineLearningWorkspace,Microsoft.Azure.Management.MachineLearning.WebServices.Models.CommitmentPlan,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ServiceInputOutputSpecification,Microsoft.Azure.Management.MachineLearning.WebServices.Models.ExampleRequest,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.MachineLearning.WebServices.Models.AssetItem},System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.MachineLearning.WebServices.Models.GraphPackage)">
            <summary>
            Initializes a new instance of the WebServicePropertiesForGraph
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph.Package">
            <summary>
            The definition of the graph package making up this web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServicePropertiesForGraph.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
    </members>
</doc>