Microsoft.Azure.Management.DevTestLabs.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.DevTestLabs</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperations">
            <summary>
            ArmTemplatesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the ArmTemplatesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List azure resource manager templates in a given artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ArmTemplatesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get azure resource manager template.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the azure Resource Manager template.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=displayName)'
            </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.DevTestLabs.ArmTemplatesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List azure resource manager templates in a given artifact source.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperationsExtensions">
            <summary>
            Extension methods for ArmTemplatesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IArmTemplatesOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate})">
            <summary>
            List azure resource manager templates in a given artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IArmTemplatesOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate},System.Threading.CancellationToken)">
            <summary>
            List azure resource manager templates in a given artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IArmTemplatesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get azure resource manager template.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the azure Resource Manager template.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=displayName)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IArmTemplatesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get azure resource manager template.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the azure Resource Manager template.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=displayName)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IArmTemplatesOperations,System.String)">
            <summary>
            List azure resource manager templates in a given artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArmTemplatesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IArmTemplatesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List azure resource manager templates in a given artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperations">
            <summary>
            ArtifactsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the ArtifactsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Artifact},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List artifacts in a given artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ArtifactsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get artifact.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the artifact.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=title)'
            </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.DevTestLabs.ArtifactsOperations.GenerateArmTemplateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generates an ARM template for the given artifact, uploads the required
            files to a storage account, and validates the generated artifact.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the artifact.
            </param>
            <param name='generateArmTemplateRequest'>
            Parameters for generating an ARM template for deploying artifacts.
            </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.DevTestLabs.ArtifactsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List artifacts in a given artifact source.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions">
            <summary>
            Extension methods for ArtifactsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Artifact})">
            <summary>
            List artifacts in a given artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Artifact},System.Threading.CancellationToken)">
            <summary>
            List artifacts in a given artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get artifact.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the artifact.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=title)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get artifact.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the artifact.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=title)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions.GenerateArmTemplate(Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest)">
            <summary>
            Generates an ARM template for the given artifact, uploads the required
            files to a storage account, and validates the generated artifact.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the artifact.
            </param>
            <param name='generateArmTemplateRequest'>
            Parameters for generating an ARM template for deploying artifacts.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions.GenerateArmTemplateAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest,System.Threading.CancellationToken)">
            <summary>
            Generates an ARM template for the given artifact, uploads the required
            files to a storage account, and validates the generated artifact.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the artifact.
            </param>
            <param name='generateArmTemplateRequest'>
            Parameters for generating an ARM template for deploying artifacts.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations,System.String)">
            <summary>
            List artifacts in a given artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List artifacts in a given artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperations">
            <summary>
            ArtifactSourcesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the ArtifactSourcesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List artifact sources in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ArtifactSourcesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=displayName)'
            </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.DevTestLabs.ArtifactSourcesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='artifactSource'>
            Properties of an artifact source.
            </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.DevTestLabs.ArtifactSourcesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </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.DevTestLabs.ArtifactSourcesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of artifact sources.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='artifactSource'>
            Properties of an artifact source.
            </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.DevTestLabs.ArtifactSourcesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List artifact sources in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions">
            <summary>
            Extension methods for ArtifactSourcesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource})">
            <summary>
            List artifact sources in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource},System.Threading.CancellationToken)">
            <summary>
            List artifact sources in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.String,System.String)">
            <summary>
            Get artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=displayName)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=displayName)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource)">
            <summary>
            Create or replace an existing artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='artifactSource'>
            Properties of an artifact source.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='artifactSource'>
            Properties of an artifact source.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.String)">
            <summary>
            Delete artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete artifact source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment)">
            <summary>
            Modify properties of artifact sources.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='artifactSource'>
            Properties of an artifact source.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of artifact sources.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='artifactSource'>
            Properties of an artifact source.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String)">
            <summary>
            List artifact sources in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ArtifactSourcesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List artifact sources in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.CostsOperations">
            <summary>
            CostsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CostsOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the CostsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.CostsOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CostsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get cost.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the cost.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($expand=labCostDetails)'
            </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.DevTestLabs.CostsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabCost,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing cost.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the cost.
            </param>
            <param name='labCost'>
            A cost item.
            </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.DevTestLabs.CostsOperationsExtensions">
            <summary>
            Extension methods for CostsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CostsOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.ICostsOperations,System.String,System.String,System.String)">
            <summary>
            Get cost.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the cost.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($expand=labCostDetails)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CostsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.ICostsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get cost.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the cost.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($expand=labCostDetails)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CostsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.ICostsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabCost)">
            <summary>
            Create or replace an existing cost.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the cost.
            </param>
            <param name='labCost'>
            A cost item.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CostsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.ICostsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabCost,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing cost.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the cost.
            </param>
            <param name='labCost'>
            A cost item.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperations">
            <summary>
            CustomImagesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the CustomImagesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.CustomImage},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List custom images in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.CustomImagesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get custom image.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=vm)'
            </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.DevTestLabs.CustomImagesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.CustomImage,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing custom image. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='customImage'>
            A custom image.
            </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.DevTestLabs.CustomImagesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.CustomImage,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing custom image. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='customImage'>
            A custom image.
            </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.DevTestLabs.CustomImagesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete custom image. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </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.DevTestLabs.CustomImagesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete custom image. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </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.DevTestLabs.CustomImagesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List custom images in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions">
            <summary>
            Extension methods for CustomImagesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.CustomImage})">
            <summary>
            List custom images in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.CustomImage},System.Threading.CancellationToken)">
            <summary>
            List custom images in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String,System.String)">
            <summary>
            Get custom image.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=vm)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get custom image.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=vm)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.CustomImage)">
            <summary>
            Create or replace an existing custom image. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='customImage'>
            A custom image.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.CustomImage,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing custom image. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='customImage'>
            A custom image.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.CustomImage)">
            <summary>
            Create or replace an existing custom image. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='customImage'>
            A custom image.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.CustomImage,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing custom image. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='customImage'>
            A custom image.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String)">
            <summary>
            Delete custom image. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete custom image. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String)">
            <summary>
            Delete custom image. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete custom image. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String)">
            <summary>
            List custom images in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.CustomImagesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List custom images in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient">
            <summary>
            The DevTest Labs Client.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.ApiVersion">
            <summary>
            Client API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.ResourceGroupName">
            <summary>
            The name of the resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.SubscriptionId">
            <summary>
            The subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.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.DevTestLabs.DevTestLabsClient.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.DevTestLabs.DevTestLabsClient.Labs">
            <summary>
            Gets the ILabsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.GlobalSchedules">
            <summary>
            Gets the IGlobalSchedulesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.ArtifactSources">
            <summary>
            Gets the IArtifactSourcesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.ArmTemplates">
            <summary>
            Gets the IArmTemplatesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Artifacts">
            <summary>
            Gets the IArtifactsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Costs">
            <summary>
            Gets the ICostsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.CustomImages">
            <summary>
            Gets the ICustomImagesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Formulas">
            <summary>
            Gets the IFormulasOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.GalleryImages">
            <summary>
            Gets the IGalleryImagesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.NotificationChannels">
            <summary>
            Gets the INotificationChannelsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.PolicySets">
            <summary>
            Gets the IPolicySetsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Policies">
            <summary>
            Gets the IPoliciesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Schedules">
            <summary>
            Gets the ISchedulesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.ServiceRunners">
            <summary>
            Gets the IServiceRunnersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Users">
            <summary>
            Gets the IUsersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Disks">
            <summary>
            Gets the IDisksOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Environments">
            <summary>
            Gets the IEnvironmentsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.Secrets">
            <summary>
            Gets the ISecretsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.VirtualMachines">
            <summary>
            Gets the IVirtualMachinesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.VirtualMachineSchedules">
            <summary>
            Gets the IVirtualMachineSchedulesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.VirtualNetworks">
            <summary>
            Gets the IVirtualNetworksOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DevTestLabsClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DevTestLabsClient 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.DevTestLabs.DevTestLabsClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DevTestLabsClient 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.DevTestLabs.DevTestLabsClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DevTestLabsClient 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.DevTestLabs.DevTestLabsClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DevTestLabsClient 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.DevTestLabs.DevTestLabsClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DevTestLabsClient 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.DevTestLabs.DevTestLabsClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DevTestLabsClient 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.DevTestLabs.DevTestLabsClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DevTestLabsClient 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.DevTestLabs.DevTestLabsClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.DisksOperations">
            <summary>
            DisksOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the DisksOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.DisksOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Disk},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List disks in a given user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.DisksOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get disk.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=diskType)'
            </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.DevTestLabs.DisksOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Disk,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing disk. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='disk'>
            A Disk.
            </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.DevTestLabs.DisksOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Disk,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing disk. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='disk'>
            A Disk.
            </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.DevTestLabs.DisksOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete disk. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </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.DevTestLabs.DisksOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete disk. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </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.DevTestLabs.DisksOperations.AttachWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Attach and create the lease of the disk to the virtual machine. This
            operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='attachDiskProperties'>
            Properties of the disk to attach.
            </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.DevTestLabs.DisksOperations.BeginAttachWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Attach and create the lease of the disk to the virtual machine. This
            operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='attachDiskProperties'>
            Properties of the disk to attach.
            </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.DevTestLabs.DisksOperations.DetachWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Detach and break the lease of the disk attached to the virtual machine.
            This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='detachDiskProperties'>
            Properties of the disk to detach.
            </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.DevTestLabs.DisksOperations.BeginDetachWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Detach and break the lease of the disk attached to the virtual machine.
            This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='detachDiskProperties'>
            Properties of the disk to detach.
            </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.DevTestLabs.DisksOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List disks in a given user profile.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions">
            <summary>
            Extension methods for DisksOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Disk})">
            <summary>
            List disks in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Disk},System.Threading.CancellationToken)">
            <summary>
            List disks in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get disk.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=diskType)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get disk.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=diskType)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Disk)">
            <summary>
            Create or replace an existing disk. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='disk'>
            A Disk.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Disk,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing disk. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='disk'>
            A Disk.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Disk)">
            <summary>
            Create or replace an existing disk. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='disk'>
            A Disk.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Disk,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing disk. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='disk'>
            A Disk.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String)">
            <summary>
            Delete disk. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete disk. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String)">
            <summary>
            Delete disk. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete disk. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.Attach(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties)">
            <summary>
            Attach and create the lease of the disk to the virtual machine. This
            operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='attachDiskProperties'>
            Properties of the disk to attach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.AttachAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties,System.Threading.CancellationToken)">
            <summary>
            Attach and create the lease of the disk to the virtual machine. This
            operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='attachDiskProperties'>
            Properties of the disk to attach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.BeginAttach(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties)">
            <summary>
            Attach and create the lease of the disk to the virtual machine. This
            operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='attachDiskProperties'>
            Properties of the disk to attach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.BeginAttachAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties,System.Threading.CancellationToken)">
            <summary>
            Attach and create the lease of the disk to the virtual machine. This
            operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='attachDiskProperties'>
            Properties of the disk to attach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.Detach(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties)">
            <summary>
            Detach and break the lease of the disk attached to the virtual machine.
            This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='detachDiskProperties'>
            Properties of the disk to detach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.DetachAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties,System.Threading.CancellationToken)">
            <summary>
            Detach and break the lease of the disk attached to the virtual machine.
            This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='detachDiskProperties'>
            Properties of the disk to detach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.BeginDetach(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties)">
            <summary>
            Detach and break the lease of the disk attached to the virtual machine.
            This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='detachDiskProperties'>
            Properties of the disk to detach.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.BeginDetachAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties,System.Threading.CancellationToken)">
            <summary>
            Detach and break the lease of the disk attached to the virtual machine.
            This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='detachDiskProperties'>
            Properties of the disk to detach.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String)">
            <summary>
            List disks in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.DisksOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IDisksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List disks in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperations">
            <summary>
            EnvironmentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the EnvironmentsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List environments in a given user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.EnvironmentsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get environment.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=deploymentProperties)'
            </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.DevTestLabs.EnvironmentsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing environment. This operation can take a while
            to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='dtlEnvironment'>
            An environment, which is essentially an ARM template deployment.
            </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.DevTestLabs.EnvironmentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing environment. This operation can take a while
            to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='dtlEnvironment'>
            An environment, which is essentially an ARM template deployment.
            </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.DevTestLabs.EnvironmentsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete environment. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </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.DevTestLabs.EnvironmentsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete environment. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </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.DevTestLabs.EnvironmentsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List environments in a given user profile.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions">
            <summary>
            Extension methods for EnvironmentsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment})">
            <summary>
            List environments in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment},System.Threading.CancellationToken)">
            <summary>
            List environments in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=deploymentProperties)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=deploymentProperties)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment)">
            <summary>
            Create or replace an existing environment. This operation can take a while
            to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='dtlEnvironment'>
            An environment, which is essentially an ARM template deployment.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing environment. This operation can take a while
            to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='dtlEnvironment'>
            An environment, which is essentially an ARM template deployment.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment)">
            <summary>
            Create or replace an existing environment. This operation can take a while
            to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='dtlEnvironment'>
            An environment, which is essentially an ARM template deployment.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing environment. This operation can take a while
            to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='dtlEnvironment'>
            An environment, which is essentially an ARM template deployment.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Delete environment. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete environment. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Delete environment. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete environment. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String)">
            <summary>
            List environments in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.EnvironmentsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List environments in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.FormulasOperations">
            <summary>
            FormulasOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the FormulasOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.FormulasOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Formula},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List formulas in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.FormulasOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get formula.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=description)'
            </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.DevTestLabs.FormulasOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Formula,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Formula. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='formula'>
            A formula for creating a VM, specifying an image base and other parameters
            </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.DevTestLabs.FormulasOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Formula,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Formula. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='formula'>
            A formula for creating a VM, specifying an image base and other parameters
            </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.DevTestLabs.FormulasOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete formula.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </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.DevTestLabs.FormulasOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List formulas in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions">
            <summary>
            Extension methods for FormulasOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Formula})">
            <summary>
            List formulas in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Formula},System.Threading.CancellationToken)">
            <summary>
            List formulas in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.String,System.String)">
            <summary>
            Get formula.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=description)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get formula.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=description)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Formula)">
            <summary>
            Create or replace an existing Formula. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='formula'>
            A formula for creating a VM, specifying an image base and other parameters
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Formula,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Formula. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='formula'>
            A formula for creating a VM, specifying an image base and other parameters
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Formula)">
            <summary>
            Create or replace an existing Formula. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='formula'>
            A formula for creating a VM, specifying an image base and other parameters
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Formula,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Formula. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='formula'>
            A formula for creating a VM, specifying an image base and other parameters
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.String)">
            <summary>
            Delete formula.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete formula.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String)">
            <summary>
            List formulas in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.FormulasOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IFormulasOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List formulas in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperations">
            <summary>
            GalleryImagesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the GalleryImagesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List gallery images in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.GalleryImagesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List gallery images in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperationsExtensions">
            <summary>
            Extension methods for GalleryImagesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IGalleryImagesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage})">
            <summary>
            List gallery images in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IGalleryImagesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage},System.Threading.CancellationToken)">
            <summary>
            List gallery images in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IGalleryImagesOperations,System.String)">
            <summary>
            List gallery images in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GalleryImagesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IGalleryImagesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List gallery images in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperations">
            <summary>
            GlobalSchedulesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the GlobalSchedulesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperations.ListBySubscriptionWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.GlobalSchedulesOperations.ListByResourceGroupWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a resource group.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.GlobalSchedulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </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.DevTestLabs.GlobalSchedulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.GlobalSchedulesOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.GlobalSchedulesOperations.UpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.GlobalSchedulesOperations.ExecuteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.GlobalSchedulesOperations.BeginExecuteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.GlobalSchedulesOperations.RetargetWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a schedule's target resource Id. This operation can take a while
            to complete.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='retargetScheduleProperties'>
            Properties for retargeting a virtual machine schedule.
            </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.DevTestLabs.GlobalSchedulesOperations.BeginRetargetWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a schedule's target resource Id. This operation can take a while
            to complete.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='retargetScheduleProperties'>
            Properties for retargeting a virtual machine schedule.
            </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.DevTestLabs.GlobalSchedulesOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions">
            <summary>
            Extension methods for GlobalSchedulesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ListBySubscription(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule})">
            <summary>
            List schedules in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ListBySubscriptionAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Threading.CancellationToken)">
            <summary>
            List schedules in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule})">
            <summary>
            List schedules in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Threading.CancellationToken)">
            <summary>
            List schedules in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,System.String)">
            <summary>
            Get schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String)">
            <summary>
            Delete schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.Execute(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ExecuteAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.BeginExecute(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.BeginExecuteAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.Retarget(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties)">
            <summary>
            Updates a schedule's target resource Id. This operation can take a while
            to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='retargetScheduleProperties'>
            Properties for retargeting a virtual machine schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.RetargetAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties,System.Threading.CancellationToken)">
            <summary>
            Updates a schedule's target resource Id. This operation can take a while
            to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='retargetScheduleProperties'>
            Properties for retargeting a virtual machine schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.BeginRetarget(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties)">
            <summary>
            Updates a schedule's target resource Id. This operation can take a while
            to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='retargetScheduleProperties'>
            Properties for retargeting a virtual machine schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.BeginRetargetAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties,System.Threading.CancellationToken)">
            <summary>
            Updates a schedule's target resource Id. This operation can take a while
            to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='retargetScheduleProperties'>
            Properties for retargeting a virtual machine schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ListBySubscriptionNext(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String)">
            <summary>
            List schedules in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ListBySubscriptionNextAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List schedules in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String)">
            <summary>
            List schedules in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.GlobalSchedulesOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List schedules in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IArmTemplatesOperations">
            <summary>
            ArmTemplatesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IArmTemplatesOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List azure resource manager templates in a given artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IArmTemplatesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get azure resource manager template.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the azure Resource Manager template.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=displayName)'
            </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.DevTestLabs.IArmTemplatesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List azure resource manager templates in a given artifact source.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations">
            <summary>
            ArtifactsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IArtifactsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Artifact},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List artifacts in a given artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IArtifactsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get artifact.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the artifact.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=title)'
            </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.DevTestLabs.IArtifactsOperations.GenerateArmTemplateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generates an ARM template for the given artifact, uploads the
            required files to a storage account, and validates the generated
            artifact.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='artifactSourceName'>
            The name of the artifact source.
            </param>
            <param name='name'>
            The name of the artifact.
            </param>
            <param name='generateArmTemplateRequest'>
            Parameters for generating an ARM template for deploying artifacts.
            </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.DevTestLabs.IArtifactsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List artifacts in a given artifact source.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations">
            <summary>
            ArtifactSourcesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IArtifactSourcesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List artifact sources in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IArtifactSourcesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=displayName)'
            </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.DevTestLabs.IArtifactSourcesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='artifactSource'>
            Properties of an artifact source.
            </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.DevTestLabs.IArtifactSourcesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete artifact source.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </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.DevTestLabs.IArtifactSourcesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of artifact sources.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the artifact source.
            </param>
            <param name='artifactSource'>
            Properties of an artifact source.
            </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.DevTestLabs.IArtifactSourcesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List artifact sources in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ICostsOperations">
            <summary>
            CostsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ICostsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get cost.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the cost.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($expand=labCostDetails)'
            </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.DevTestLabs.ICostsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabCost,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing cost.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the cost.
            </param>
            <param name='labCost'>
            A cost item.
            </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.DevTestLabs.ICustomImagesOperations">
            <summary>
            CustomImagesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ICustomImagesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.CustomImage},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List custom images in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ICustomImagesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get custom image.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=vm)'
            </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.DevTestLabs.ICustomImagesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.CustomImage,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing custom image. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='customImage'>
            A custom image.
            </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.DevTestLabs.ICustomImagesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.CustomImage,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing custom image. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </param>
            <param name='customImage'>
            A custom image.
            </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.DevTestLabs.ICustomImagesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete custom image. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </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.DevTestLabs.ICustomImagesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete custom image. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the custom image.
            </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.DevTestLabs.ICustomImagesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List custom images in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient">
            <summary>
            The DevTest Labs Client.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.ApiVersion">
            <summary>
            Client API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.ResourceGroupName">
            <summary>
            The name of the resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.SubscriptionId">
            <summary>
            The subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.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.DevTestLabs.IDevTestLabsClient.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.DevTestLabs.IDevTestLabsClient.Labs">
            <summary>
            Gets the ILabsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.GlobalSchedules">
            <summary>
            Gets the IGlobalSchedulesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.ArtifactSources">
            <summary>
            Gets the IArtifactSourcesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.ArmTemplates">
            <summary>
            Gets the IArmTemplatesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Artifacts">
            <summary>
            Gets the IArtifactsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Costs">
            <summary>
            Gets the ICostsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.CustomImages">
            <summary>
            Gets the ICustomImagesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Formulas">
            <summary>
            Gets the IFormulasOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.GalleryImages">
            <summary>
            Gets the IGalleryImagesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.NotificationChannels">
            <summary>
            Gets the INotificationChannelsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.PolicySets">
            <summary>
            Gets the IPolicySetsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Policies">
            <summary>
            Gets the IPoliciesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Schedules">
            <summary>
            Gets the ISchedulesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.ServiceRunners">
            <summary>
            Gets the IServiceRunnersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Users">
            <summary>
            Gets the IUsersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Disks">
            <summary>
            Gets the IDisksOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Environments">
            <summary>
            Gets the IEnvironmentsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.Secrets">
            <summary>
            Gets the ISecretsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.VirtualMachines">
            <summary>
            Gets the IVirtualMachinesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.VirtualMachineSchedules">
            <summary>
            Gets the IVirtualMachineSchedulesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.IDevTestLabsClient.VirtualNetworks">
            <summary>
            Gets the IVirtualNetworksOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IDisksOperations">
            <summary>
            DisksOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IDisksOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Disk},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List disks in a given user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IDisksOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get disk.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=diskType)'
            </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.DevTestLabs.IDisksOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Disk,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing disk. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='disk'>
            A Disk.
            </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.DevTestLabs.IDisksOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Disk,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing disk. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='disk'>
            A Disk.
            </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.DevTestLabs.IDisksOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete disk. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </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.DevTestLabs.IDisksOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete disk. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </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.DevTestLabs.IDisksOperations.AttachWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Attach and create the lease of the disk to the virtual machine.
            This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='attachDiskProperties'>
            Properties of the disk to attach.
            </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.DevTestLabs.IDisksOperations.BeginAttachWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Attach and create the lease of the disk to the virtual machine.
            This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='attachDiskProperties'>
            Properties of the disk to attach.
            </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.DevTestLabs.IDisksOperations.DetachWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Detach and break the lease of the disk attached to the virtual
            machine. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='detachDiskProperties'>
            Properties of the disk to detach.
            </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.DevTestLabs.IDisksOperations.BeginDetachWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Detach and break the lease of the disk attached to the virtual
            machine. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the disk.
            </param>
            <param name='detachDiskProperties'>
            Properties of the disk to detach.
            </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.DevTestLabs.IDisksOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List disks in a given user profile.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations">
            <summary>
            EnvironmentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IEnvironmentsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List environments in a given user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IEnvironmentsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get environment.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=deploymentProperties)'
            </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.DevTestLabs.IEnvironmentsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing environment. This operation can take
            a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='dtlEnvironment'>
            An environment, which is essentially an ARM template deployment.
            </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.DevTestLabs.IEnvironmentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing environment. This operation can take
            a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </param>
            <param name='dtlEnvironment'>
            An environment, which is essentially an ARM template deployment.
            </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.DevTestLabs.IEnvironmentsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete environment. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </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.DevTestLabs.IEnvironmentsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete environment. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the environment.
            </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.DevTestLabs.IEnvironmentsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List environments in a given user profile.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IFormulasOperations">
            <summary>
            FormulasOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IFormulasOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Formula},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List formulas in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IFormulasOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get formula.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=description)'
            </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.DevTestLabs.IFormulasOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Formula,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Formula. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='formula'>
            A formula for creating a VM, specifying an image base and other
            parameters
            </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.DevTestLabs.IFormulasOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Formula,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Formula. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </param>
            <param name='formula'>
            A formula for creating a VM, specifying an image base and other
            parameters
            </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.DevTestLabs.IFormulasOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete formula.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the formula.
            </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.DevTestLabs.IFormulasOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List formulas in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IGalleryImagesOperations">
            <summary>
            GalleryImagesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IGalleryImagesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List gallery images in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IGalleryImagesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List gallery images in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations">
            <summary>
            GlobalSchedulesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations.ListBySubscriptionWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IGlobalSchedulesOperations.ListByResourceGroupWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a resource group.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IGlobalSchedulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </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.DevTestLabs.IGlobalSchedulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.IGlobalSchedulesOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.IGlobalSchedulesOperations.UpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.IGlobalSchedulesOperations.ExecuteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.IGlobalSchedulesOperations.BeginExecuteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.IGlobalSchedulesOperations.RetargetWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a schedule's target resource Id. This operation can take a
            while to complete.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='retargetScheduleProperties'>
            Properties for retargeting a virtual machine schedule.
            </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.DevTestLabs.IGlobalSchedulesOperations.BeginRetargetWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a schedule's target resource Id. This operation can take a
            while to complete.
            </summary>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='retargetScheduleProperties'>
            Properties for retargeting a virtual machine schedule.
            </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.DevTestLabs.IGlobalSchedulesOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IGlobalSchedulesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ILabsOperations">
            <summary>
            LabsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ILabsOperations.ListBySubscriptionWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Lab},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List labs in a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ILabsOperations.ListByResourceGroupWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Lab},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List labs in a resource group.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ILabsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get lab.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=defaultStorageAccount)'
            </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.DevTestLabs.ILabsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.Lab,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing lab. This operation can take a while
            to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </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.DevTestLabs.ILabsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.Lab,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing lab. This operation can take a while
            to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </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.DevTestLabs.ILabsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete lab. This operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.ILabsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete lab. This operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.ILabsOperations.UpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of labs.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </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.DevTestLabs.ILabsOperations.ClaimAnyVmWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Claim a random claimable virtual machine in the lab. This
            operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.ILabsOperations.BeginClaimAnyVmWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Claim a random claimable virtual machine in the lab. This
            operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.ILabsOperations.CreateEnvironmentWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create virtual machines in a lab. This operation can take a while
            to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='labVirtualMachineCreationParameter'>
            Properties for creating a virtual machine.
            </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.DevTestLabs.ILabsOperations.BeginCreateEnvironmentWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create virtual machines in a lab. This operation can take a while
            to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='labVirtualMachineCreationParameter'>
            Properties for creating a virtual machine.
            </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.DevTestLabs.ILabsOperations.ExportResourceUsageWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Exports the lab resource usage into a storage account This
            operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='exportResourceUsageParameters'>
            The parameters of the export operation.
            </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.DevTestLabs.ILabsOperations.BeginExportResourceUsageWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Exports the lab resource usage into a storage account This
            operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='exportResourceUsageParameters'>
            The parameters of the export operation.
            </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.DevTestLabs.ILabsOperations.GenerateUploadUriWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generate a URI for uploading custom disk images to a Lab.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='generateUploadUriParameter'>
            Properties for generating an upload URI.
            </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.DevTestLabs.ILabsOperations.ListVhdsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List disk images available for custom image creation.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.ILabsOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List labs in a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ILabsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List labs in a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ILabsOperations.ListVhdsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List disk images available for custom image creation.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations">
            <summary>
            NotificationChannelsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List notificationchannels in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.INotificationChannelsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get notificationchannel.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=webHookUrl)'
            </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.DevTestLabs.INotificationChannelsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing notificationChannel.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notificationChannel'>
            A notification.
            </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.DevTestLabs.INotificationChannelsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete notificationchannel.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </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.DevTestLabs.INotificationChannelsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of notificationchannels.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notificationChannel'>
            A notification.
            </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.DevTestLabs.INotificationChannelsOperations.NotifyWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Send notification to provided channel.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notifyParameters'>
            Properties for generating a Notification.
            </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.DevTestLabs.INotificationChannelsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List notificationchannels in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations">
            <summary>
            PoliciesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Policy},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List policies in a given policy set.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IPoliciesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get policy.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=description)'
            </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.DevTestLabs.IPoliciesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Policy,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing policy.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='policy'>
            A Policy.
            </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.DevTestLabs.IPoliciesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete policy.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </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.DevTestLabs.IPoliciesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of policies.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='policy'>
            A Policy.
            </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.DevTestLabs.IPoliciesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List policies in a given policy set.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IPolicySetsOperations">
            <summary>
            PolicySetsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IPolicySetsOperations.EvaluatePoliciesWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Evaluates lab policy.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the policy set.
            </param>
            <param name='evaluatePoliciesRequest'>
            Request body for evaluating a policy set.
            </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.DevTestLabs.ISchedulesOperations">
            <summary>
            SchedulesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ISchedulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </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.DevTestLabs.ISchedulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.ISchedulesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.ISchedulesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.ISchedulesOperations.ExecuteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.ISchedulesOperations.BeginExecuteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.ISchedulesOperations.ListApplicableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.ISchedulesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations.ListApplicableNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ISecretsOperations">
            <summary>
            SecretsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ISecretsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Secret},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List secrets in a given user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ISecretsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get secret.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=value)'
            </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.DevTestLabs.ISecretsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Secret,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing secret.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='secret'>
            A secret.
            </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.DevTestLabs.ISecretsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete secret.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </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.DevTestLabs.ISecretsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List secrets in a given user profile.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations">
            <summary>
            ServiceRunnersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List service runners in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IServiceRunnersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get service runner.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </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.DevTestLabs.IServiceRunnersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Service runner.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </param>
            <param name='serviceRunner'>
            A container for a managed identity to execute DevTest lab services.
            </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.DevTestLabs.IServiceRunnersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete service runner.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </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.DevTestLabs.IServiceRunnersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List service runners in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IUsersOperations">
            <summary>
            UsersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IUsersOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.User},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List user profiles in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IUsersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=identity)'
            </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.DevTestLabs.IUsersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.User,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='user'>
            Profile of a lab user.
            </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.DevTestLabs.IUsersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete user profile. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </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.DevTestLabs.IUsersOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete user profile. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </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.DevTestLabs.IUsersOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.UserFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of user profiles.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='user'>
            Profile of a lab user.
            </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.DevTestLabs.IUsersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List user profiles in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations">
            <summary>
            VirtualMachineSchedulesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given virtual machine.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IVirtualMachineSchedulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </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.DevTestLabs.IVirtualMachineSchedulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.IVirtualMachineSchedulesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.IVirtualMachineSchedulesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.IVirtualMachineSchedulesOperations.ExecuteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.IVirtualMachineSchedulesOperations.BeginExecuteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.IVirtualMachineSchedulesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given virtual machine.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations">
            <summary>
            VirtualMachinesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List virtual machines in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IVirtualMachinesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get virtual machine.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'
            </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.DevTestLabs.IVirtualMachinesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of virtual machines.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.AddDataDiskWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Attach a new or existing data disk to virtual machine. This
            operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='dataDiskProperties'>
            Request body for adding a new or existing data disk to a virtual
            machine.
            </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.DevTestLabs.IVirtualMachinesOperations.BeginAddDataDiskWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Attach a new or existing data disk to virtual machine. This
            operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='dataDiskProperties'>
            Request body for adding a new or existing data disk to a virtual
            machine.
            </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.DevTestLabs.IVirtualMachinesOperations.ApplyArtifactsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Apply artifacts to virtual machine. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='applyArtifactsRequest'>
            Request body for applying artifacts to a virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.BeginApplyArtifactsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Apply artifacts to virtual machine. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='applyArtifactsRequest'>
            Request body for applying artifacts to a virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.ClaimWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Take ownership of an existing virtual machine This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.BeginClaimWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Take ownership of an existing virtual machine This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.DetachDataDiskWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Detach the specified disk from the virtual machine. This operation
            can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='detachDataDiskProperties'>
            Request body for detaching data disk from a virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.BeginDetachDataDiskWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Detach the specified disk from the virtual machine. This operation
            can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='detachDataDiskProperties'>
            Request body for detaching data disk from a virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.ListApplicableSchedulesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.StartWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Start a virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.BeginStartWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Start a virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.StopWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stop a virtual machine This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.BeginStopWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stop a virtual machine This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.IVirtualMachinesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List virtual machines in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations">
            <summary>
            VirtualNetworksOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List virtual networks in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.IVirtualNetworksOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get virtual network.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($expand=externalSubnets)'
            </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.DevTestLabs.IVirtualNetworksOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing virtual network. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </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.DevTestLabs.IVirtualNetworksOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing virtual network. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </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.DevTestLabs.IVirtualNetworksOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete virtual network. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </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.DevTestLabs.IVirtualNetworksOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete virtual network. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </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.DevTestLabs.IVirtualNetworksOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of virtual networks.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </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.DevTestLabs.IVirtualNetworksOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List virtual networks in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.LabsOperations">
            <summary>
            LabsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the LabsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.LabsOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperations.ListBySubscriptionWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Lab},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List labs in a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.LabsOperations.ListByResourceGroupWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Lab},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List labs in a resource group.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.LabsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get lab.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=defaultStorageAccount)'
            </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.DevTestLabs.LabsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.Lab,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing lab. This operation can take a while to
            complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </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.DevTestLabs.LabsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.Lab,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing lab. This operation can take a while to
            complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </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.DevTestLabs.LabsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete lab. This operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.LabsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete lab. This operation can take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.LabsOperations.UpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of labs.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </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.DevTestLabs.LabsOperations.ClaimAnyVmWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Claim a random claimable virtual machine in the lab. This operation can
            take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.LabsOperations.BeginClaimAnyVmWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Claim a random claimable virtual machine in the lab. This operation can
            take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.LabsOperations.CreateEnvironmentWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create virtual machines in a lab. This operation can take a while to
            complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='labVirtualMachineCreationParameter'>
            Properties for creating a virtual machine.
            </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.DevTestLabs.LabsOperations.BeginCreateEnvironmentWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create virtual machines in a lab. This operation can take a while to
            complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='labVirtualMachineCreationParameter'>
            Properties for creating a virtual machine.
            </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.DevTestLabs.LabsOperations.ExportResourceUsageWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Exports the lab resource usage into a storage account This operation can
            take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='exportResourceUsageParameters'>
            The parameters of the export operation.
            </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.DevTestLabs.LabsOperations.BeginExportResourceUsageWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Exports the lab resource usage into a storage account This operation can
            take a while to complete.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='exportResourceUsageParameters'>
            The parameters of the export operation.
            </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.DevTestLabs.LabsOperations.GenerateUploadUriWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generate a URI for uploading custom disk images to a Lab.
            </summary>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='generateUploadUriParameter'>
            Properties for generating an upload URI.
            </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.DevTestLabs.LabsOperations.ListVhdsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List disk images available for custom image creation.
            </summary>
            <param name='name'>
            The name of the lab.
            </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.DevTestLabs.LabsOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List labs in a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List labs in a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperations.ListVhdsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List disk images available for custom image creation.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions">
            <summary>
            Extension methods for LabsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListBySubscription(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Lab})">
            <summary>
            List labs in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListBySubscriptionAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Lab},System.Threading.CancellationToken)">
            <summary>
            List labs in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Lab})">
            <summary>
            List labs in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Lab},System.Threading.CancellationToken)">
            <summary>
            List labs in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.String)">
            <summary>
            Get lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=defaultStorageAccount)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($select=defaultStorageAccount)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Lab)">
            <summary>
            Create or replace an existing lab. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Lab,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing lab. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Lab)">
            <summary>
            Create or replace an existing lab. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Lab,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing lab. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String)">
            <summary>
            Delete lab. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete lab. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String)">
            <summary>
            Delete lab. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete lab. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabFragment)">
            <summary>
            Modify properties of labs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of labs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='lab'>
            A lab.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ClaimAnyVm(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String)">
            <summary>
            Claim a random claimable virtual machine in the lab. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ClaimAnyVmAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Claim a random claimable virtual machine in the lab. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginClaimAnyVm(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String)">
            <summary>
            Claim a random claimable virtual machine in the lab. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginClaimAnyVmAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Claim a random claimable virtual machine in the lab. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.CreateEnvironment(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter)">
            <summary>
            Create virtual machines in a lab. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='labVirtualMachineCreationParameter'>
            Properties for creating a virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.CreateEnvironmentAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter,System.Threading.CancellationToken)">
            <summary>
            Create virtual machines in a lab. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='labVirtualMachineCreationParameter'>
            Properties for creating a virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginCreateEnvironment(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter)">
            <summary>
            Create virtual machines in a lab. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='labVirtualMachineCreationParameter'>
            Properties for creating a virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginCreateEnvironmentAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter,System.Threading.CancellationToken)">
            <summary>
            Create virtual machines in a lab. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='labVirtualMachineCreationParameter'>
            Properties for creating a virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ExportResourceUsage(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters)">
            <summary>
            Exports the lab resource usage into a storage account This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='exportResourceUsageParameters'>
            The parameters of the export operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ExportResourceUsageAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters,System.Threading.CancellationToken)">
            <summary>
            Exports the lab resource usage into a storage account This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='exportResourceUsageParameters'>
            The parameters of the export operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginExportResourceUsage(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters)">
            <summary>
            Exports the lab resource usage into a storage account This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='exportResourceUsageParameters'>
            The parameters of the export operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.BeginExportResourceUsageAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters,System.Threading.CancellationToken)">
            <summary>
            Exports the lab resource usage into a storage account This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='exportResourceUsageParameters'>
            The parameters of the export operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.GenerateUploadUri(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriParameter)">
            <summary>
            Generate a URI for uploading custom disk images to a Lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='generateUploadUriParameter'>
            Properties for generating an upload URI.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.GenerateUploadUriAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriParameter,System.Threading.CancellationToken)">
            <summary>
            Generate a URI for uploading custom disk images to a Lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='generateUploadUriParameter'>
            Properties for generating an upload URI.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListVhds(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String)">
            <summary>
            List disk images available for custom image creation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListVhdsAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List disk images available for custom image creation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            The name of the lab.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListBySubscriptionNext(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String)">
            <summary>
            List labs in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListBySubscriptionNextAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List labs in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String)">
            <summary>
            List labs in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List labs in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListVhdsNext(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String)">
            <summary>
            List disk images available for custom image creation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.LabsOperationsExtensions.ListVhdsNextAsync(Microsoft.Azure.Management.DevTestLabs.ILabsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List disk images available for custom image creation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableSchedule">
            <summary>
            Schedules applicable to a virtual machine. The schedules may have been
            defined on a VM or on lab level.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableSchedule.#ctor">
            <summary>
            Initializes a new instance of the ApplicableSchedule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableSchedule.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DevTestLabs.Models.Schedule,Microsoft.Azure.Management.DevTestLabs.Models.Schedule)">
            <summary>
            Initializes a new instance of the ApplicableSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableSchedule.LabVmsShutdown">
            <summary>
            The auto-shutdown schedule, if one has been set at the lab or lab
            resource level.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableSchedule.LabVmsStartup">
            <summary>
            The auto-startup schedule, if one has been set at the lab or lab
            resource level.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableScheduleFragment">
            <summary>
            Schedules applicable to a virtual machine. The schedules may have been
            defined on a VM or on lab level.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableScheduleFragment.#ctor">
            <summary>
            Initializes a new instance of the ApplicableScheduleFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableScheduleFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment)">
            <summary>
            Initializes a new instance of the ApplicableScheduleFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableScheduleFragment.LabVmsShutdown">
            <summary>
            The auto-shutdown schedule, if one has been set at the lab or lab
            resource level.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ApplicableScheduleFragment.LabVmsStartup">
            <summary>
            The auto-startup schedule, if one has been set at the lab or lab
            resource level.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest">
            <summary>
            Request body for applying artifacts to a virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest.#ctor">
            <summary>
            Initializes a new instance of the ApplyArtifactsRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties})">
            <summary>
            Initializes a new instance of the ApplyArtifactsRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest.Artifacts">
            <summary>
            The list of artifacts to apply.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate">
            <summary>
            An Azure Resource Manager template.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.#ctor">
            <summary>
            Initializes a new instance of the ArmTemplate class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.Object,System.Nullable{System.DateTime},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ParametersValueFileInfo})">
            <summary>
            Initializes a new instance of the ArmTemplate class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.DisplayName">
            <summary>
            The display name of the ARM template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.Description">
            <summary>
            The description of the ARM template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.Publisher">
            <summary>
            The publisher of the ARM template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.Icon">
            <summary>
            The URI to the icon of the ARM template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.Contents">
            <summary>
            The contents of the ARM template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.CreatedDate">
            <summary>
            The creation date of the armTemplate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplate.ParametersValueFilesInfo">
            <summary>
            File name and parameter values information from all
            azuredeploy.*.parameters.json for the ARM template.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateInfo">
            <summary>
            Information about a generated ARM template.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateInfo.#ctor">
            <summary>
            Initializes a new instance of the ArmTemplateInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateInfo.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the ArmTemplateInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateInfo.Template">
            <summary>
            The template's contents.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateInfo.Parameters">
            <summary>
            The parameters of the ARM template.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateParameterProperties">
            <summary>
            Properties of an Azure Resource Manager template parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateParameterProperties.#ctor">
            <summary>
            Initializes a new instance of the ArmTemplateParameterProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateParameterProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ArmTemplateParameterProperties
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateParameterProperties.Name">
            <summary>
            The name of the template parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateParameterProperties.Value">
            <summary>
            The value of the template parameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Artifact">
            <summary>
            An artifact.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.#ctor">
            <summary>
            Initializes a new instance of the Artifact class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.Object,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the Artifact class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.Title">
            <summary>
            The artifact's title.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.Description">
            <summary>
            The artifact's description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.Publisher">
            <summary>
            The artifact's publisher.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.FilePath">
            <summary>
            The file path to the artifact.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.Icon">
            <summary>
            The URI to the artifact icon.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.TargetOsType">
            <summary>
            The artifact's target OS.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.Parameters">
            <summary>
            The artifact's parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Artifact.CreatedDate">
            <summary>
            The artifact's creation date.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusProperties">
            <summary>
            Properties of an artifact deployment.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ArtifactDeploymentStatusProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusProperties.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the
            ArtifactDeploymentStatusProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusProperties.DeploymentStatus">
            <summary>
            The deployment status of the artifact.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusProperties.ArtifactsApplied">
            <summary>
            The total count of the artifacts that were successfully applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusProperties.TotalArtifacts">
            <summary>
            The total count of the artifacts that were tentatively applied.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusPropertiesFragment">
            <summary>
            Properties of an artifact deployment.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusPropertiesFragment.#ctor">
            <summary>
            Initializes a new instance of the
            ArtifactDeploymentStatusPropertiesFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusPropertiesFragment.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the
            ArtifactDeploymentStatusPropertiesFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusPropertiesFragment.DeploymentStatus">
            <summary>
            The deployment status of the artifact.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusPropertiesFragment.ArtifactsApplied">
            <summary>
            The total count of the artifacts that were successfully applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusPropertiesFragment.TotalArtifacts">
            <summary>
            The total count of the artifacts that were tentatively applied.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties">
            <summary>
            Properties of an artifact.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties.#ctor">
            <summary>
            Initializes a new instance of the ArtifactInstallProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterProperties},System.String,System.String,System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the ArtifactInstallProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties.ArtifactId">
            <summary>
            The artifact's identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties.Parameters">
            <summary>
            The parameters of the artifact.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties.Status">
            <summary>
            The status of the artifact.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties.DeploymentStatusMessage">
            <summary>
            The status message from the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties.VmExtensionStatusMessage">
            <summary>
            The status message from the virtual machine extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties.InstallTime">
            <summary>
            The time that the artifact starts to install on the virtual
            machine.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment">
            <summary>
            Properties of an artifact.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment.#ctor">
            <summary>
            Initializes a new instance of the
            ArtifactInstallPropertiesFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterPropertiesFragment},System.String,System.String,System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the
            ArtifactInstallPropertiesFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment.ArtifactId">
            <summary>
            The artifact's identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment.Parameters">
            <summary>
            The parameters of the artifact.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment.Status">
            <summary>
            The status of the artifact.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment.DeploymentStatusMessage">
            <summary>
            The status message from the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment.VmExtensionStatusMessage">
            <summary>
            The status message from the virtual machine extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment.InstallTime">
            <summary>
            The time that the artifact starts to install on the virtual
            machine.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterProperties">
            <summary>
            Properties of an artifact parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterProperties.#ctor">
            <summary>
            Initializes a new instance of the ArtifactParameterProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ArtifactParameterProperties
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterProperties.Name">
            <summary>
            The name of the artifact parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterProperties.Value">
            <summary>
            The value of the artifact parameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterPropertiesFragment">
            <summary>
            Properties of an artifact parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterPropertiesFragment.#ctor">
            <summary>
            Initializes a new instance of the
            ArtifactParameterPropertiesFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterPropertiesFragment.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the
            ArtifactParameterPropertiesFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterPropertiesFragment.Name">
            <summary>
            The name of the artifact parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactParameterPropertiesFragment.Value">
            <summary>
            The value of the artifact parameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource">
            <summary>
            Properties of an artifact source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.#ctor">
            <summary>
            Initializes a new instance of the ArtifactSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the ArtifactSource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.DisplayName">
            <summary>
            The artifact source's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.Uri">
            <summary>
            The artifact source's URI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.SourceType">
            <summary>
            The artifact source's type. Possible values include: 'VsoGit',
            'GitHub'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.FolderPath">
            <summary>
            The folder containing artifacts.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.ArmTemplateFolderPath">
            <summary>
            The folder containing Azure Resource Manager templates.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.BranchRef">
            <summary>
            The artifact source's branch reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.SecurityToken">
            <summary>
            The security token to authenticate to the artifact source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.Status">
            <summary>
            Indicates if the artifact source is enabled (values: Enabled,
            Disabled). Possible values include: 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.CreatedDate">
            <summary>
            The artifact source's creation date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSource.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment">
            <summary>
            Properties of an artifact source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.#ctor">
            <summary>
            Initializes a new instance of the ArtifactSourceFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ArtifactSourceFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.DisplayName">
            <summary>
            The artifact source's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.Uri">
            <summary>
            The artifact source's URI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.SourceType">
            <summary>
            The artifact source's type. Possible values include: 'VsoGit',
            'GitHub'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.FolderPath">
            <summary>
            The folder containing artifacts.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.ArmTemplateFolderPath">
            <summary>
            The folder containing Azure Resource Manager templates.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.BranchRef">
            <summary>
            The artifact source's branch reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.SecurityToken">
            <summary>
            The security token to authenticate to the artifact source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.Status">
            <summary>
            Indicates if the artifact source is enabled (values: Enabled,
            Disabled). Possible values include: 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ArtifactSourceFragment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties">
            <summary>
            Properties of the disk to attach.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties.#ctor">
            <summary>
            Initializes a new instance of the AttachDiskProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AttachDiskProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.AttachDiskProperties.LeasedByLabVmId">
            <summary>
            The resource ID of the Lab virtual machine to which the disk is
            attached.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.AttachNewDataDiskOptions">
            <summary>
            Properties to attach new disk to the Virtual Machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.AttachNewDataDiskOptions.#ctor">
            <summary>
            Initializes a new instance of the AttachNewDataDiskOptions class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.AttachNewDataDiskOptions.#ctor(System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Initializes a new instance of the AttachNewDataDiskOptions class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.AttachNewDataDiskOptions.DiskSizeGiB">
            <summary>
            Size of the disk to be attached in GibiBytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.AttachNewDataDiskOptions.DiskName">
            <summary>
            The name of the disk to be attached.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.AttachNewDataDiskOptions.DiskType">
            <summary>
            The storage type for the disk (i.e. Standard, Premium). Possible
            values include: 'Standard', 'Premium'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.BulkCreationParameters">
            <summary>
            Parameters for creating multiple virtual machines as a single action.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.BulkCreationParameters.#ctor">
            <summary>
            Initializes a new instance of the BulkCreationParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.BulkCreationParameters.#ctor(System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the BulkCreationParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.BulkCreationParameters.InstanceCount">
            <summary>
            The number of virtual machine instances to create.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDisk">
            <summary>
            A data disks attached to a virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDisk.#ctor">
            <summary>
            Initializes a new instance of the ComputeDataDisk class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDisk.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the ComputeDataDisk class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDisk.Name">
            <summary>
            Gets data disk name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDisk.DiskUri">
            <summary>
            When backed by a blob, the URI of underlying blob.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDisk.ManagedDiskId">
            <summary>
            When backed by managed disk, this is the ID of the compute disk
            resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDisk.DiskSizeGiB">
            <summary>
            Gets data disk size in GiB.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDiskFragment">
            <summary>
            A data disks attached to a virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDiskFragment.#ctor">
            <summary>
            Initializes a new instance of the ComputeDataDiskFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDiskFragment.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the ComputeDataDiskFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDiskFragment.Name">
            <summary>
            Gets data disk name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDiskFragment.DiskUri">
            <summary>
            When backed by a blob, the URI of underlying blob.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDiskFragment.ManagedDiskId">
            <summary>
            When backed by managed disk, this is the ID of the compute disk
            resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDiskFragment.DiskSizeGiB">
            <summary>
            Gets data disk size in GiB.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatus">
            <summary>
            Status information about a virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatus.#ctor">
            <summary>
            Initializes a new instance of the ComputeVmInstanceViewStatus
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatus.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ComputeVmInstanceViewStatus
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatus.Code">
            <summary>
            Gets the status Code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatus.DisplayStatus">
            <summary>
            Gets the short localizable label for the status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatus.Message">
            <summary>
            Gets the message associated with the status.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatusFragment">
            <summary>
            Status information about a virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatusFragment.#ctor">
            <summary>
            Initializes a new instance of the
            ComputeVmInstanceViewStatusFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatusFragment.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the
            ComputeVmInstanceViewStatusFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatusFragment.Code">
            <summary>
            Gets the status Code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatusFragment.DisplayStatus">
            <summary>
            Gets the short localizable label for the status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatusFragment.Message">
            <summary>
            Gets the message associated with the status.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties">
            <summary>
            Properties of a virtual machine returned by the Microsoft.Compute API.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.#ctor">
            <summary>
            Initializes a new instance of the ComputeVmProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatus},System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDisk})">
            <summary>
            Initializes a new instance of the ComputeVmProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.Statuses">
            <summary>
            Gets the statuses of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.OsType">
            <summary>
            Gets the OS type of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.VmSize">
            <summary>
            Gets the size of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.NetworkInterfaceId">
            <summary>
            Gets the network interface ID of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.OsDiskId">
            <summary>
            Gets OS disk blob uri for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.DataDiskIds">
            <summary>
            Gets data disks blob uri for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties.DataDisks">
            <summary>
            Gets all data disks attached to the virtual machine.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment">
            <summary>
            Properties of a virtual machine returned by the Microsoft.Compute API.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.#ctor">
            <summary>
            Initializes a new instance of the ComputeVmPropertiesFragment
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmInstanceViewStatusFragment},System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ComputeDataDiskFragment})">
            <summary>
            Initializes a new instance of the ComputeVmPropertiesFragment
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.Statuses">
            <summary>
            Gets the statuses of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.OsType">
            <summary>
            Gets the OS type of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.VmSize">
            <summary>
            Gets the size of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.NetworkInterfaceId">
            <summary>
            Gets the network interface ID of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.OsDiskId">
            <summary>
            Gets OS disk blob uri for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.DataDiskIds">
            <summary>
            Gets data disks blob uri for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment.DataDisks">
            <summary>
            Gets all data disks attached to the virtual machine.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties">
            <summary>
            Properties of a cost threshold item.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties.#ctor">
            <summary>
            Initializes a new instance of the CostThresholdProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties.#ctor(System.String,Microsoft.Azure.Management.DevTestLabs.Models.PercentageCostThresholdProperties,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the CostThresholdProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties.ThresholdId">
            <summary>
            The ID of the cost threshold item.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties.PercentageThreshold">
            <summary>
            The value of the percentage cost threshold.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties.DisplayOnChart">
            <summary>
            Indicates whether this threshold will be displayed on cost charts.
            Possible values include: 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties.SendNotificationWhenExceeded">
            <summary>
            Indicates whether notifications will be sent when this threshold
            is exceeded. Possible values include: 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties.NotificationSent">
            <summary>
            Indicates the datetime when notifications were last sent for this
            threshold.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdStatus">
            <summary>
            Defines values for CostThresholdStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.CostType">
            <summary>
            Defines values for CostType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage">
            <summary>
            A custom image.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.#ctor">
            <summary>
            Initializes a new instance of the CustomImage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesFromVm,Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesCustom,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the CustomImage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.Vm">
            <summary>
            The virtual machine from which the image is to be created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.Vhd">
            <summary>
            The VHD from which the image is to be created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.Description">
            <summary>
            The description of the custom image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.Author">
            <summary>
            The author of the custom image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.CreationDate">
            <summary>
            The creation date of the custom image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.ManagedImageId">
            <summary>
            The Managed Image Id backing the custom image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CustomImage.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.CustomImageOsType">
            <summary>
            Defines values for CustomImageOsType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesCustom">
            <summary>
            Properties for creating a custom image from a VHD.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesCustom.#ctor">
            <summary>
            Initializes a new instance of the CustomImagePropertiesCustom
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesCustom.#ctor(System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the CustomImagePropertiesCustom
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesCustom.ImageName">
            <summary>
            The image name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesCustom.SysPrep">
            <summary>
            Indicates whether sysprep has been run on the VHD.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesCustom.OsType">
            <summary>
            The OS type of the custom image (i.e. Windows, Linux). Possible
            values include: 'Windows', 'Linux', 'None'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesCustom.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesFromVm">
            <summary>
            Properties for creating a custom image from a virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesFromVm.#ctor">
            <summary>
            Initializes a new instance of the CustomImagePropertiesFromVm
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesFromVm.#ctor(System.String,Microsoft.Azure.Management.DevTestLabs.Models.WindowsOsInfo,Microsoft.Azure.Management.DevTestLabs.Models.LinuxOsInfo)">
            <summary>
            Initializes a new instance of the CustomImagePropertiesFromVm
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesFromVm.SourceVmId">
            <summary>
            The source vm identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesFromVm.WindowsOsInfo">
            <summary>
            The Windows OS information of the VM.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.CustomImagePropertiesFromVm.LinuxOsInfo">
            <summary>
            The Linux OS information of the VM.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties">
            <summary>
            Request body for adding a new or existing data disk to a virtual
            machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties.#ctor">
            <summary>
            Initializes a new instance of the DataDiskProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties.#ctor(Microsoft.Azure.Management.DevTestLabs.Models.AttachNewDataDiskOptions,System.String,System.String)">
            <summary>
            Initializes a new instance of the DataDiskProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties.AttachNewDataDiskOptions">
            <summary>
            Specifies options to attach a new disk to the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties.ExistingLabDiskId">
            <summary>
            Specifies the existing lab disk id to attach to virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties.HostCaching">
            <summary>
            Caching option for a data disk (i.e. None, ReadOnly, ReadWrite).
            Possible values include: 'None', 'ReadOnly', 'ReadWrite'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.DayDetails">
            <summary>
            Properties of a daily schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DayDetails.#ctor">
            <summary>
            Initializes a new instance of the DayDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DayDetails.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DayDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DayDetails.Time">
            <summary>
            The time of day the schedule will occur.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.DayDetailsFragment">
            <summary>
            Properties of a daily schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DayDetailsFragment.#ctor">
            <summary>
            Initializes a new instance of the DayDetailsFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DayDetailsFragment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DayDetailsFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DayDetailsFragment.Time">
            <summary>
            The time of day the schedule will occur.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties">
            <summary>
            Request body for detaching data disk from a virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties.#ctor">
            <summary>
            Initializes a new instance of the DetachDataDiskProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DetachDataDiskProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties.ExistingLabDiskId">
            <summary>
            Specifies the disk resource ID to detach from virtual machine.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties">
            <summary>
            Properties of the disk to detach.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties.#ctor">
            <summary>
            Initializes a new instance of the DetachDiskProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DetachDiskProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DetachDiskProperties.LeasedByLabVmId">
            <summary>
            The resource ID of the Lab VM to which the disk is attached.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Disk">
            <summary>
            A Disk.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Disk.#ctor">
            <summary>
            Initializes a new instance of the Disk class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Disk.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Disk class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.DiskType">
            <summary>
            The storage type for the disk (i.e. Standard, Premium). Possible
            values include: 'Standard', 'Premium'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.DiskSizeGiB">
            <summary>
            The size of the disk in GibiBytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.LeasedByLabVmId">
            <summary>
            The resource ID of the VM to which this disk is leased.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.DiskBlobName">
            <summary>
            When backed by a blob, the name of the VHD blob without extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.DiskUri">
            <summary>
            When backed by a blob, the URI of underlying blob.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.CreatedDate">
            <summary>
            The creation date of the disk.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.HostCaching">
            <summary>
            The host caching policy of the disk (i.e. None, ReadOnly,
            ReadWrite).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.ManagedDiskId">
            <summary>
            When backed by managed disk, this is the ID of the compute disk
            resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Disk.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment">
            <summary>
            An environment, which is essentially an ARM template deployment.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment.#ctor">
            <summary>
            Initializes a new instance of the DtlEnvironment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DevTestLabs.Models.EnvironmentDeploymentProperties,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the DtlEnvironment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment.DeploymentProperties">
            <summary>
            The deployment properties of the environment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment.ArmTemplateDisplayName">
            <summary>
            The display name of the Azure Resource Manager template that
            produced the environment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment.ResourceGroupId">
            <summary>
            The identifier of the resource group containing the environment's
            resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment.CreatedByUser">
            <summary>
            The creator of the environment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.DtlEnvironment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.EnableStatus">
            <summary>
            Defines values for EnableStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.EnvironmentDeploymentProperties">
            <summary>
            Properties of an environment deployment.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EnvironmentDeploymentProperties.#ctor">
            <summary>
            Initializes a new instance of the EnvironmentDeploymentProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EnvironmentDeploymentProperties.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateParameterProperties})">
            <summary>
            Initializes a new instance of the EnvironmentDeploymentProperties
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EnvironmentDeploymentProperties.ArmTemplateId">
            <summary>
            The Azure Resource Manager template's identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EnvironmentDeploymentProperties.Parameters">
            <summary>
            The parameters of the Azure Resource Manager template.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesProperties">
            <summary>
            Properties for evaluating a policy set.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesProperties.#ctor">
            <summary>
            Initializes a new instance of the EvaluatePoliciesProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesProperties.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the EvaluatePoliciesProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesProperties.FactName">
            <summary>
            The fact name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesProperties.FactData">
            <summary>
            The fact data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesProperties.ValueOffset">
            <summary>
            The value offset.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesRequest">
            <summary>
            Request body for evaluating a policy set.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesRequest.#ctor">
            <summary>
            Initializes a new instance of the EvaluatePoliciesRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesRequest.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesProperties})">
            <summary>
            Initializes a new instance of the EvaluatePoliciesRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesRequest.Policies">
            <summary>
            Policies to evaluate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesResponse">
            <summary>
            Response body for evaluating a policy set.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesResponse.#ctor">
            <summary>
            Initializes a new instance of the EvaluatePoliciesResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesResponse.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.PolicySetResult})">
            <summary>
            Initializes a new instance of the EvaluatePoliciesResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesResponse.Results">
            <summary>
            Results of evaluating a policy set.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.EventFragment">
            <summary>
            An event to be notified for.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EventFragment.#ctor">
            <summary>
            Initializes a new instance of the EventFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EventFragment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EventFragment.EventName">
            <summary>
            The event type for which this notification is enabled (i.e.
            AutoShutdown, Cost). Possible values include: 'AutoShutdown',
            'Cost'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.EventModel">
            <summary>
            An event to be notified for.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EventModel.#ctor">
            <summary>
            Initializes a new instance of the EventModel class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.EventModel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventModel class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.EventModel.EventName">
            <summary>
            The event type for which this notification is enabled (i.e.
            AutoShutdown, Cost). Possible values include: 'AutoShutdown',
            'Cost'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters">
            <summary>
            The parameters of the export operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters.#ctor">
            <summary>
            Initializes a new instance of the ExportResourceUsageParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters.#ctor(System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the ExportResourceUsageParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters.BlobStorageAbsoluteSasUri">
            <summary>
            The blob storage absolute sas uri with write permission to the
            container which the usage data needs to be uploaded to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ExportResourceUsageParameters.UsageStartDate">
            <summary>
            The start time of the usage. If not provided, usage will be
            reported since the beginning of data collection.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnet">
            <summary>
            Subnet information as returned by the Microsoft.Network API.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnet.#ctor">
            <summary>
            Initializes a new instance of the ExternalSubnet class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnet.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ExternalSubnet class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnet.Id">
            <summary>
            Gets or sets the identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnet.Name">
            <summary>
            Gets or sets the name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnetFragment">
            <summary>
            Subnet information as returned by the Microsoft.Network API.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnetFragment.#ctor">
            <summary>
            Initializes a new instance of the ExternalSubnetFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnetFragment.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ExternalSubnetFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnetFragment.Id">
            <summary>
            Gets or sets the identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnetFragment.Name">
            <summary>
            Gets or sets the name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.FileUploadOptions">
            <summary>
            Defines values for FileUploadOptions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Formula">
            <summary>
            A formula for creating a VM, specifying an image base and other
            parameters
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Formula.#ctor">
            <summary>
            Initializes a new instance of the Formula class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Formula.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.Nullable{System.DateTime},Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter,Microsoft.Azure.Management.DevTestLabs.Models.FormulaPropertiesFromVm,System.String,System.String)">
            <summary>
            Initializes a new instance of the Formula class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Formula.Description">
            <summary>
            The description of the formula.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Formula.Author">
            <summary>
            The author of the formula.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Formula.OsType">
            <summary>
            The OS type of the formula.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Formula.CreationDate">
            <summary>
            The creation date of the formula.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Formula.FormulaContent">
            <summary>
            The content of the formula.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Formula.Vm">
            <summary>
            Information about a VM from which a formula is to be created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Formula.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Formula.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.FormulaPropertiesFromVm">
            <summary>
            Information about a VM from which a formula is to be created.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.FormulaPropertiesFromVm.#ctor">
            <summary>
            Initializes a new instance of the FormulaPropertiesFromVm class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.FormulaPropertiesFromVm.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormulaPropertiesFromVm class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.FormulaPropertiesFromVm.LabVmId">
            <summary>
            The identifier of the VM from which a formula is to be created.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage">
            <summary>
            A gallery image.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage.#ctor">
            <summary>
            Initializes a new instance of the GalleryImage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{System.DateTime},System.String,Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference,System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the GalleryImage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage.Author">
            <summary>
            The author of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage.CreatedDate">
            <summary>
            The creation date of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage.Description">
            <summary>
            The description of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage.ImageReference">
            <summary>
            The image reference of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage.Icon">
            <summary>
            The icon of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImage.Enabled">
            <summary>
            Indicates whether this gallery image is enabled.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference">
            <summary>
            The reference information for an Azure Marketplace image.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference.#ctor">
            <summary>
            Initializes a new instance of the GalleryImageReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the GalleryImageReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference.Offer">
            <summary>
            The offer of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference.Publisher">
            <summary>
            The publisher of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference.Sku">
            <summary>
            The SKU of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference.OsType">
            <summary>
            The OS type of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference.Version">
            <summary>
            The version of the gallery image.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment">
            <summary>
            The reference information for an Azure Marketplace image.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment.#ctor">
            <summary>
            Initializes a new instance of the GalleryImageReferenceFragment
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the GalleryImageReferenceFragment
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment.Offer">
            <summary>
            The offer of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment.Publisher">
            <summary>
            The publisher of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment.Sku">
            <summary>
            The SKU of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment.OsType">
            <summary>
            The OS type of the gallery image.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment.Version">
            <summary>
            The version of the gallery image.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest">
            <summary>
            Parameters for generating an ARM template for deploying artifacts.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest.#ctor">
            <summary>
            Initializes a new instance of the GenerateArmTemplateRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ParameterInfo},System.String,System.String)">
            <summary>
            Initializes a new instance of the GenerateArmTemplateRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest.VirtualMachineName">
            <summary>
            The resource name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest.Parameters">
            <summary>
            The parameters of the ARM template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest.Location">
            <summary>
            The location of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GenerateArmTemplateRequest.FileUploadOptions">
            <summary>
            Options for uploading the files for the artifact.
            UploadFilesAndGenerateSasTokens is the default value. Possible
            values include: 'UploadFilesAndGenerateSasTokens', 'None'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriParameter">
            <summary>
            Properties for generating an upload URI.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriParameter.#ctor">
            <summary>
            Initializes a new instance of the GenerateUploadUriParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriParameter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GenerateUploadUriParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriParameter.BlobName">
            <summary>
            The blob name of the upload URI.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriResponse">
            <summary>
            Reponse body for generating an upload URI.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriResponse.#ctor">
            <summary>
            Initializes a new instance of the GenerateUploadUriResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GenerateUploadUriResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.GenerateUploadUriResponse.UploadUri">
            <summary>
            The upload URI for the VHD.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.HostCachingOptions">
            <summary>
            Defines values for HostCachingOptions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.HourDetails">
            <summary>
            Properties of an hourly schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.HourDetails.#ctor">
            <summary>
            Initializes a new instance of the HourDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.HourDetails.#ctor(System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the HourDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.HourDetails.Minute">
            <summary>
            Minutes of the hour the schedule will run.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.HourDetailsFragment">
            <summary>
            Properties of an hourly schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.HourDetailsFragment.#ctor">
            <summary>
            Initializes a new instance of the HourDetailsFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.HourDetailsFragment.#ctor(System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the HourDetailsFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.HourDetailsFragment.Minute">
            <summary>
            Minutes of the hour the schedule will run.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.IdentityProperties">
            <summary>
            IdentityProperties
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.IdentityProperties.#ctor">
            <summary>
            Initializes a new instance of the IdentityProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.IdentityProperties.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the IdentityProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.IdentityProperties.Type">
            <summary>
            Managed identity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.IdentityProperties.PrincipalId">
            <summary>
            The principal id of resource identity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.IdentityProperties.TenantId">
            <summary>
            The tenant identifier of resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.IdentityProperties.ClientSecretUrl">
            <summary>
            The client secret URL of the identity.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRule">
            <summary>
            A rule for NAT - exposing a VM's port (backendPort) on the public IP
            address using a load balancer.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRule.#ctor">
            <summary>
            Initializes a new instance of the InboundNatRule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRule.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the InboundNatRule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRule.TransportProtocol">
            <summary>
            The transport protocol for the endpoint. Possible values include:
            'Tcp', 'Udp'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRule.FrontendPort">
            <summary>
            The external endpoint port of the inbound connection. Possible
            values range between 1 and 65535, inclusive. If unspecified, a
            value will be allocated automatically.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRule.BackendPort">
            <summary>
            The port to which the external traffic will be redirected.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment">
            <summary>
            A rule for NAT - exposing a VM's port (backendPort) on the public IP
            address using a load balancer.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment.#ctor">
            <summary>
            Initializes a new instance of the InboundNatRuleFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the InboundNatRuleFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment.TransportProtocol">
            <summary>
            The transport protocol for the endpoint. Possible values include:
            'Tcp', 'Udp'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment.FrontendPort">
            <summary>
            The external endpoint port of the inbound connection. Possible
            values range between 1 and 65535, inclusive. If unspecified, a
            value will be allocated automatically.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment.BackendPort">
            <summary>
            The port to which the external traffic will be redirected.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Lab">
            <summary>
            A lab.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Lab.#ctor">
            <summary>
            Initializes a new instance of the Lab class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Lab.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Lab class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.DefaultStorageAccount">
            <summary>
            The lab's default storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.DefaultPremiumStorageAccount">
            <summary>
            The lab's default premium storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.ArtifactsStorageAccount">
            <summary>
            The lab's artifact storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.PremiumDataDiskStorageAccount">
            <summary>
            The lab's premium data disk storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.VaultName">
            <summary>
            The lab's Key vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.LabStorageType">
            <summary>
            Type of storage used by the lab. It can be either Premium or
            Standard. Default is Premium. Possible values include:
            'Standard', 'Premium'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.CreatedDate">
            <summary>
            The creation date of the lab.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.PremiumDataDisks">
            <summary>
            The setting to enable usage of premium data disks.
            When its value is 'Enabled', creation of standard or premium data
            disks is allowed.
            When its value is 'Disabled', only creation of standard data disks
            is allowed. Possible values include: 'Disabled', 'Enabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Lab.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabCost">
            <summary>
            A cost item.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.#ctor">
            <summary>
            Initializes a new instance of the LabCost class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties,Microsoft.Azure.Management.DevTestLabs.Models.LabCostSummaryProperties,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.LabCostDetailsProperties},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the LabCost class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.TargetCost">
            <summary>
            The target cost properties
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.LabCostSummary">
            <summary>
            The lab cost summary component of the cost data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.LabCostDetails">
            <summary>
            The lab cost details component of the cost data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.ResourceCosts">
            <summary>
            The resource cost component of the cost data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.CurrencyCode">
            <summary>
            The currency code of the cost.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.StartDateTime">
            <summary>
            The start time of the cost data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.EndDateTime">
            <summary>
            The end time of the cost data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.CreatedDate">
            <summary>
            The creation date of the cost.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCost.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabCostDetailsProperties">
            <summary>
            The properties of a lab cost item.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabCostDetailsProperties.#ctor">
            <summary>
            Initializes a new instance of the LabCostDetailsProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabCostDetailsProperties.#ctor(System.Nullable{System.DateTime},System.Nullable{System.Double},System.String)">
            <summary>
            Initializes a new instance of the LabCostDetailsProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCostDetailsProperties.Date">
            <summary>
            The date of the cost item.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCostDetailsProperties.Cost">
            <summary>
            The cost component of the cost item.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCostDetailsProperties.CostType">
            <summary>
            The type of the cost. Possible values include: 'Unavailable',
            'Reported', 'Projected'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabCostSummaryProperties">
            <summary>
            The properties of the cost summary.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabCostSummaryProperties.#ctor">
            <summary>
            Initializes a new instance of the LabCostSummaryProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabCostSummaryProperties.#ctor(System.Nullable{System.Double})">
            <summary>
            Initializes a new instance of the LabCostSummaryProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabCostSummaryProperties.EstimatedLabCost">
            <summary>
            The cost component of the cost item.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabFragment">
            <summary>
            A lab.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabFragment.#ctor">
            <summary>
            Initializes a new instance of the LabFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the LabFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabFragment.LabStorageType">
            <summary>
            Type of storage used by the lab. It can be either Premium or
            Standard. Default is Premium. Possible values include:
            'Standard', 'Premium'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabFragment.PremiumDataDisks">
            <summary>
            The setting to enable usage of premium data disks.
            When its value is 'Enabled', creation of standard or premium data
            disks is allowed.
            When its value is 'Disabled', only creation of standard data disks
            is allowed. Possible values include: 'Disabled', 'Enabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabFragment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabFragment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties">
            <summary>
            The properties of a resource cost item.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.#ctor">
            <summary>
            Initializes a new instance of the LabResourceCostProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.#ctor(System.String,System.String,System.Nullable{System.Double},System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the LabResourceCostProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.Resourcename">
            <summary>
            The name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.ResourceUId">
            <summary>
            The unique identifier of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.ResourceCost">
            <summary>
            The cost component of the resource cost item.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.ResourceType">
            <summary>
            The logical resource type (ex. virtualmachine, storageaccount)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.ResourceOwner">
            <summary>
            The owner of the resource (ex. janedoe@microsoft.com)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.ResourcePricingTier">
            <summary>
            The category of the resource (ex. Premium_LRS, Standard_DS1)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.ResourceStatus">
            <summary>
            The status of the resource (ex. Active)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.ResourceId">
            <summary>
            The ID of the resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabResourceCostProperties.ExternalResourceId">
            <summary>
            The ID of the external resource
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabVhd">
            <summary>
            Properties of a VHD in the lab.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabVhd.#ctor">
            <summary>
            Initializes a new instance of the LabVhd class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabVhd.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LabVhd class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVhd.Id">
            <summary>
            The URI to the VHD.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine">
            <summary>
            A virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.#ctor">
            <summary>
            Initializes a new instance of the LabVirtualMachine class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties},Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusProperties,Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference,Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties,Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties,Microsoft.Azure.Management.DevTestLabs.Models.ApplicableSchedule,System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the LabVirtualMachine class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.Notes">
            <summary>
            The notes of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.OwnerObjectId">
            <summary>
            The object identifier of the owner of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.OwnerUserPrincipalName">
            <summary>
            The user principal name of the virtual machine owner.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.CreatedByUserId">
            <summary>
            The object identifier of the creator of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.CreatedByUser">
            <summary>
            The email address of creator of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.CreatedDate">
            <summary>
            The creation date of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.ComputeId">
            <summary>
            The resource identifier (Microsoft.Compute) of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.CustomImageId">
            <summary>
            The custom image identifier of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.OsType">
            <summary>
            The OS type of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.Size">
            <summary>
            The size of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.UserName">
            <summary>
            The user name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.Password">
            <summary>
            The password of the virtual machine administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.SshKey">
            <summary>
            The SSH key of the virtual machine administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.IsAuthenticationWithSshKey">
            <summary>
            Indicates whether this virtual machine uses an SSH key for
            authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.Fqdn">
            <summary>
            The fully-qualified domain name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.LabSubnetName">
            <summary>
            The lab subnet name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.LabVirtualNetworkId">
            <summary>
            The lab virtual network identifier of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.DisallowPublicIpAddress">
            <summary>
            Indicates whether the virtual machine is to be created without a
            public IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.Artifacts">
            <summary>
            The artifacts to be installed on the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.ArtifactDeploymentStatus">
            <summary>
            The artifact deployment status for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.GalleryImageReference">
            <summary>
            The Microsoft Azure Marketplace image reference of the virtual
            machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.ComputeVm">
            <summary>
            The compute virtual machine properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.NetworkInterface">
            <summary>
            The network interface properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.ApplicableSchedule">
            <summary>
            The applicable schedule for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.ExpirationDate">
            <summary>
            The expiration date for VM.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.AllowClaim">
            <summary>
            Indicates whether another user can take ownership of the virtual
            machine
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.StorageType">
            <summary>
            Storage type to use for virtual machine (i.e. Standard, Premium).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.VirtualMachineCreationSource">
            <summary>
            Tells source of creation of lab virtual machine. Output property
            only. Possible values include: 'FromCustomImage',
            'FromGalleryImage'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.EnvironmentId">
            <summary>
            The resource ID of the environment that contains this virtual
            machine, if any.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter">
            <summary>
            Properties for creating a virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.#ctor">
            <summary>
            Initializes a new instance of the
            LabVirtualMachineCreationParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.#ctor(Microsoft.Azure.Management.DevTestLabs.Models.BulkCreationParameters,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallProperties},Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusProperties,Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReference,Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmProperties,Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties,Microsoft.Azure.Management.DevTestLabs.Models.ApplicableSchedule,System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the
            LabVirtualMachineCreationParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.BulkCreationParameters">
            <summary>
            The number of virtual machine instances to create.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.Notes">
            <summary>
            The notes of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.OwnerObjectId">
            <summary>
            The object identifier of the owner of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.OwnerUserPrincipalName">
            <summary>
            The user principal name of the virtual machine owner.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.CreatedByUserId">
            <summary>
            The object identifier of the creator of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.CreatedByUser">
            <summary>
            The email address of creator of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.CreatedDate">
            <summary>
            The creation date of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.CustomImageId">
            <summary>
            The custom image identifier of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.OsType">
            <summary>
            The OS type of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.Size">
            <summary>
            The size of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.UserName">
            <summary>
            The user name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.Password">
            <summary>
            The password of the virtual machine administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.SshKey">
            <summary>
            The SSH key of the virtual machine administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.IsAuthenticationWithSshKey">
            <summary>
            Indicates whether this virtual machine uses an SSH key for
            authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.Fqdn">
            <summary>
            The fully-qualified domain name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.LabSubnetName">
            <summary>
            The lab subnet name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.LabVirtualNetworkId">
            <summary>
            The lab virtual network identifier of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.DisallowPublicIpAddress">
            <summary>
            Indicates whether the virtual machine is to be created without a
            public IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.Artifacts">
            <summary>
            The artifacts to be installed on the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.ArtifactDeploymentStatus">
            <summary>
            The artifact deployment status for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.GalleryImageReference">
            <summary>
            The Microsoft Azure Marketplace image reference of the virtual
            machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.ComputeVm">
            <summary>
            The compute virtual machine properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.NetworkInterface">
            <summary>
            The network interface properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.ApplicableSchedule">
            <summary>
            The applicable schedule for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.ExpirationDate">
            <summary>
            The expiration date for VM.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.AllowClaim">
            <summary>
            Indicates whether another user can take ownership of the virtual
            machine
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.StorageType">
            <summary>
            Storage type to use for virtual machine (i.e. Standard, Premium).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.VirtualMachineCreationSource">
            <summary>
            Tells source of creation of lab virtual machine. Output property
            only. Possible values include: 'FromCustomImage',
            'FromGalleryImage'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.EnvironmentId">
            <summary>
            The resource ID of the environment that contains this virtual
            machine, if any.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.Name">
            <summary>
            The name of the virtual machine or environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.Location">
            <summary>
            The location of the new virtual machine or environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineCreationParameter.Tags">
            <summary>
            The tags of the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment">
            <summary>
            A virtual machine.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.#ctor">
            <summary>
            Initializes a new instance of the LabVirtualMachineFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ArtifactInstallPropertiesFragment},Microsoft.Azure.Management.DevTestLabs.Models.ArtifactDeploymentStatusPropertiesFragment,Microsoft.Azure.Management.DevTestLabs.Models.GalleryImageReferenceFragment,Microsoft.Azure.Management.DevTestLabs.Models.ComputeVmPropertiesFragment,Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment,Microsoft.Azure.Management.DevTestLabs.Models.ApplicableScheduleFragment,System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the LabVirtualMachineFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.Notes">
            <summary>
            The notes of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.OwnerObjectId">
            <summary>
            The object identifier of the owner of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.OwnerUserPrincipalName">
            <summary>
            The user principal name of the virtual machine owner.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.CreatedByUserId">
            <summary>
            The object identifier of the creator of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.CreatedByUser">
            <summary>
            The email address of creator of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.CreatedDate">
            <summary>
            The creation date of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.CustomImageId">
            <summary>
            The custom image identifier of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.OsType">
            <summary>
            The OS type of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.Size">
            <summary>
            The size of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.UserName">
            <summary>
            The user name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.Password">
            <summary>
            The password of the virtual machine administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.SshKey">
            <summary>
            The SSH key of the virtual machine administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.IsAuthenticationWithSshKey">
            <summary>
            Indicates whether this virtual machine uses an SSH key for
            authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.Fqdn">
            <summary>
            The fully-qualified domain name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.LabSubnetName">
            <summary>
            The lab subnet name of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.LabVirtualNetworkId">
            <summary>
            The lab virtual network identifier of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.DisallowPublicIpAddress">
            <summary>
            Indicates whether the virtual machine is to be created without a
            public IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.Artifacts">
            <summary>
            The artifacts to be installed on the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.ArtifactDeploymentStatus">
            <summary>
            The artifact deployment status for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.GalleryImageReference">
            <summary>
            The Microsoft Azure Marketplace image reference of the virtual
            machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.ComputeVm">
            <summary>
            The compute virtual machine properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.NetworkInterface">
            <summary>
            The network interface properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.ApplicableSchedule">
            <summary>
            The applicable schedule for the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.ExpirationDate">
            <summary>
            The expiration date for VM.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.AllowClaim">
            <summary>
            Indicates whether another user can take ownership of the virtual
            machine
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.StorageType">
            <summary>
            Storage type to use for virtual machine (i.e. Standard, Premium).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.VirtualMachineCreationSource">
            <summary>
            Tells source of creation of lab virtual machine. Output property
            only. Possible values include: 'FromCustomImage',
            'FromGalleryImage'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.EnvironmentId">
            <summary>
            The resource ID of the environment that contains this virtual
            machine, if any.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LinuxOsInfo">
            <summary>
            Information about a Linux OS.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LinuxOsInfo.#ctor">
            <summary>
            Initializes a new instance of the LinuxOsInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.LinuxOsInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LinuxOsInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.LinuxOsInfo.LinuxOsState">
            <summary>
            The state of the Linux OS (i.e. NonDeprovisioned,
            DeprovisionRequested, DeprovisionApplied). Possible values
            include: 'NonDeprovisioned', 'DeprovisionRequested',
            'DeprovisionApplied'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.LinuxOsState">
            <summary>
            Defines values for LinuxOsState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties">
            <summary>
            Properties of a network interface.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.#ctor">
            <summary>
            Initializes a new instance of the NetworkInterfaceProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfiguration)">
            <summary>
            Initializes a new instance of the NetworkInterfaceProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.VirtualNetworkId">
            <summary>
            The resource ID of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.SubnetId">
            <summary>
            The resource ID of the sub net.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.PublicIpAddressId">
            <summary>
            The resource ID of the public IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.PublicIpAddress">
            <summary>
            The public IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.PrivateIpAddress">
            <summary>
            The private IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.DnsName">
            <summary>
            The DNS name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.RdpAuthority">
            <summary>
            The RdpAuthority property is a server DNS host name or IP address
            followed by the service port number for RDP (Remote Desktop
            Protocol).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.SshAuthority">
            <summary>
            The SshAuthority property is a server DNS host name or IP address
            followed by the service port number for SSH.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfaceProperties.SharedPublicIpAddressConfiguration">
            <summary>
            The configuration for sharing a public IP address across multiple
            virtual machines.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment">
            <summary>
            Properties of a network interface.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.#ctor">
            <summary>
            Initializes a new instance of the
            NetworkInterfacePropertiesFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfigurationFragment)">
            <summary>
            Initializes a new instance of the
            NetworkInterfacePropertiesFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.VirtualNetworkId">
            <summary>
            The resource ID of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.SubnetId">
            <summary>
            The resource ID of the sub net.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.PublicIpAddressId">
            <summary>
            The resource ID of the public IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.PublicIpAddress">
            <summary>
            The public IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.PrivateIpAddress">
            <summary>
            The private IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.DnsName">
            <summary>
            The DNS name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.RdpAuthority">
            <summary>
            The RdpAuthority property is a server DNS host name or IP address
            followed by the service port number for RDP (Remote Desktop
            Protocol).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.SshAuthority">
            <summary>
            The SshAuthority property is a server DNS host name or IP address
            followed by the service port number for SSH.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NetworkInterfacePropertiesFragment.SharedPublicIpAddressConfiguration">
            <summary>
            The configuration for sharing a public IP address across multiple
            virtual machines.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel">
            <summary>
            A notification.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel.#ctor">
            <summary>
            Initializes a new instance of the NotificationChannel class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.EventModel},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the NotificationChannel class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel.WebHookUrl">
            <summary>
            The webhook URL to send notifications to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel.Description">
            <summary>
            Description of notification.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel.Events">
            <summary>
            The list of event for which this notification is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel.CreatedDate">
            <summary>
            The creation date of the notification channel.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelEventType">
            <summary>
            Defines values for NotificationChannelEventType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment">
            <summary>
            A notification.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment.#ctor">
            <summary>
            Initializes a new instance of the NotificationChannelFragment
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.EventFragment},System.String,System.String)">
            <summary>
            Initializes a new instance of the NotificationChannelFragment
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment.WebHookUrl">
            <summary>
            The webhook URL to send notifications to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment.Description">
            <summary>
            Description of notification.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment.Events">
            <summary>
            The list of event for which this notification is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettings">
            <summary>
            Notification settings for a schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettings.#ctor">
            <summary>
            Initializes a new instance of the NotificationSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettings.#ctor(System.String,System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the NotificationSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettings.Status">
            <summary>
            If notifications are enabled for this schedule (i.e. Enabled,
            Disabled). Possible values include: 'Disabled', 'Enabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettings.TimeInMinutes">
            <summary>
            Time in minutes before event at which notification will be sent.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettings.WebhookUrl">
            <summary>
            The webhook URL to which the notification will be sent.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettingsFragment">
            <summary>
            Notification settings for a schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettingsFragment.#ctor">
            <summary>
            Initializes a new instance of the NotificationSettingsFragment
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettingsFragment.#ctor(System.String,System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the NotificationSettingsFragment
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettingsFragment.Status">
            <summary>
            If notifications are enabled for this schedule (i.e. Enabled,
            Disabled). Possible values include: 'Disabled', 'Enabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettingsFragment.TimeInMinutes">
            <summary>
            Time in minutes before event at which notification will be sent.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettingsFragment.WebhookUrl">
            <summary>
            The webhook URL to which the notification will be sent.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NotificationStatus">
            <summary>
            Defines values for NotificationStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters">
            <summary>
            Properties for generating a Notification.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters.#ctor">
            <summary>
            Initializes a new instance of the NotifyParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the NotifyParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters.EventName">
            <summary>
            The type of event (i.e. AutoShutdown, Cost). Possible values
            include: 'AutoShutdown', 'Cost'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters.JsonPayload">
            <summary>
            Properties for the notification in json format.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ParameterInfo">
            <summary>
            Information about an artifact's parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ParameterInfo.#ctor">
            <summary>
            Initializes a new instance of the ParameterInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ParameterInfo.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ParameterInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ParameterInfo.Name">
            <summary>
            The name of the artifact parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ParameterInfo.Value">
            <summary>
            The value of the artifact parameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ParametersValueFileInfo">
            <summary>
            A file containing a set of parameter values for an ARM template.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ParametersValueFileInfo.#ctor">
            <summary>
            Initializes a new instance of the ParametersValueFileInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ParametersValueFileInfo.#ctor(System.String,System.Object)">
            <summary>
            Initializes a new instance of the ParametersValueFileInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ParametersValueFileInfo.FileName">
            <summary>
            File name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ParametersValueFileInfo.ParametersValueInfo">
            <summary>
            Contents of the file.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PercentageCostThresholdProperties">
            <summary>
            Properties of a percentage cost threshold.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PercentageCostThresholdProperties.#ctor">
            <summary>
            Initializes a new instance of the
            PercentageCostThresholdProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PercentageCostThresholdProperties.#ctor(System.Nullable{System.Double})">
            <summary>
            Initializes a new instance of the
            PercentageCostThresholdProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PercentageCostThresholdProperties.ThresholdValue">
            <summary>
            The cost threshold value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Policy">
            <summary>
            A Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Policy.#ctor">
            <summary>
            Initializes a new instance of the Policy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Policy.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the Policy class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.Description">
            <summary>
            The description of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.Status">
            <summary>
            The status of the policy. Possible values include: 'Enabled',
            'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.FactName">
            <summary>
            The fact name of the policy (e.g. LabVmCount, LabVmSize,
            MaxVmsAllowedPerLab, etc. Possible values include:
            'UserOwnedLabVmCount', 'UserOwnedLabPremiumVmCount',
            'LabVmCount', 'LabPremiumVmCount', 'LabVmSize', 'GalleryImage',
            'UserOwnedLabVmCountInSubnet', 'LabTargetCost'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.FactData">
            <summary>
            The fact data of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.Threshold">
            <summary>
            The threshold of the policy (i.e. a number for MaxValuePolicy, and
            a JSON array of values for AllowedValuesPolicy).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.EvaluatorType">
            <summary>
            The evaluator type of the policy (i.e. AllowedValuesPolicy,
            MaxValuePolicy). Possible values include: 'AllowedValuesPolicy',
            'MaxValuePolicy'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.CreatedDate">
            <summary>
            The creation date of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Policy.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PolicyEvaluatorType">
            <summary>
            Defines values for PolicyEvaluatorType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFactName">
            <summary>
            Defines values for PolicyFactName.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment">
            <summary>
            A Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.#ctor">
            <summary>
            Initializes a new instance of the PolicyFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the PolicyFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.Description">
            <summary>
            The description of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.Status">
            <summary>
            The status of the policy. Possible values include: 'Enabled',
            'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.FactName">
            <summary>
            The fact name of the policy (e.g. LabVmCount, LabVmSize,
            MaxVmsAllowedPerLab, etc. Possible values include:
            'UserOwnedLabVmCount', 'UserOwnedLabPremiumVmCount',
            'LabVmCount', 'LabPremiumVmCount', 'LabVmSize', 'GalleryImage',
            'UserOwnedLabVmCountInSubnet', 'LabTargetCost'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.FactData">
            <summary>
            The fact data of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.Threshold">
            <summary>
            The threshold of the policy (i.e. a number for MaxValuePolicy, and
            a JSON array of values for AllowedValuesPolicy).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.EvaluatorType">
            <summary>
            The evaluator type of the policy (i.e. AllowedValuesPolicy,
            MaxValuePolicy). Possible values include: 'AllowedValuesPolicy',
            'MaxValuePolicy'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PolicySetResult">
            <summary>
            Result of a policy set evaluation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PolicySetResult.#ctor">
            <summary>
            Initializes a new instance of the PolicySetResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PolicySetResult.#ctor(System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.PolicyViolation})">
            <summary>
            Initializes a new instance of the PolicySetResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicySetResult.HasError">
            <summary>
            A value indicating whether this policy set evaluation has
            discovered violations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicySetResult.PolicyViolations">
            <summary>
            The list of policy violations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PolicyStatus">
            <summary>
            Defines values for PolicyStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PolicyViolation">
            <summary>
            Policy violation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PolicyViolation.#ctor">
            <summary>
            Initializes a new instance of the PolicyViolation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PolicyViolation.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the PolicyViolation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyViolation.Code">
            <summary>
            The code of the policy violation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PolicyViolation.Message">
            <summary>
            The message of the policy violation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Port">
            <summary>
            Properties of a network port.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Port.#ctor">
            <summary>
            Initializes a new instance of the Port class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Port.#ctor(System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the Port class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Port.TransportProtocol">
            <summary>
            Protocol type of the port. Possible values include: 'Tcp', 'Udp'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Port.BackendPort">
            <summary>
            Backend port of the target virtual machine.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PortFragment">
            <summary>
            Properties of a network port.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PortFragment.#ctor">
            <summary>
            Initializes a new instance of the PortFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.PortFragment.#ctor(System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the PortFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PortFragment.TransportProtocol">
            <summary>
            Protocol type of the port. Possible values include: 'Tcp', 'Udp'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.PortFragment.BackendPort">
            <summary>
            Backend port of the target virtual machine.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.PremiumDataDisk">
            <summary>
            Defines values for PremiumDataDisk.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ReportingCycleType">
            <summary>
            Defines values for ReportingCycleType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Resource">
            <summary>
            An Azure resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.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.DevTestLabs.Models.Resource.Id">
            <summary>
            The identifier of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Resource.Name">
            <summary>
            The name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Resource.Type">
            <summary>
            The type of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Resource.Location">
            <summary>
            The location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Resource.Tags">
            <summary>
            The tags of the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties">
            <summary>
            Properties for retargeting a virtual machine schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties.#ctor">
            <summary>
            Initializes a new instance of the RetargetScheduleProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the RetargetScheduleProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties.CurrentResourceId">
            <summary>
            The resource Id of the virtual machine on which the schedule
            operates
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.RetargetScheduleProperties.TargetResourceId">
            <summary>
            The resource Id of the virtual machine that the schedule should be
            retargeted to
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Schedule">
            <summary>
            A schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.#ctor">
            <summary>
            Initializes a new instance of the Schedule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.WeekDetails,Microsoft.Azure.Management.DevTestLabs.Models.DayDetails,Microsoft.Azure.Management.DevTestLabs.Models.HourDetails,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettings,System.Nullable{System.DateTime},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Schedule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.Status">
            <summary>
            The status of the schedule (i.e. Enabled, Disabled). Possible
            values include: 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.TaskType">
            <summary>
            The task type of the schedule (e.g. LabVmsShutdownTask,
            LabVmAutoStart).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.WeeklyRecurrence">
            <summary>
            If the schedule will occur only some days of the week, specify the
            weekly recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.DailyRecurrence">
            <summary>
            If the schedule will occur once each day of the week, specify the
            daily recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.HourlyRecurrence">
            <summary>
            If the schedule will occur multiple times a day, specify the
            hourly recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.TimeZoneId">
            <summary>
            The time zone ID (e.g. Pacific Standard time).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.NotificationSettings">
            <summary>
            Notification settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.CreatedDate">
            <summary>
            The creation date of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.TargetResourceId">
            <summary>
            The resource ID to which the schedule belongs
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Schedule.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment">
            <summary>
            A schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.#ctor">
            <summary>
            Initializes a new instance of the ScheduleFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.WeekDetailsFragment,Microsoft.Azure.Management.DevTestLabs.Models.DayDetailsFragment,Microsoft.Azure.Management.DevTestLabs.Models.HourDetailsFragment,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationSettingsFragment,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ScheduleFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.Status">
            <summary>
            The status of the schedule (i.e. Enabled, Disabled). Possible
            values include: 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.TaskType">
            <summary>
            The task type of the schedule (e.g. LabVmsShutdownTask,
            LabVmAutoStart).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.WeeklyRecurrence">
            <summary>
            If the schedule will occur only some days of the week, specify the
            weekly recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.DailyRecurrence">
            <summary>
            If the schedule will occur once each day of the week, specify the
            daily recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.HourlyRecurrence">
            <summary>
            If the schedule will occur multiple times a day, specify the
            hourly recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.TimeZoneId">
            <summary>
            The time zone ID (e.g. Pacific Standard time).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.NotificationSettings">
            <summary>
            Notification settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.TargetResourceId">
            <summary>
            The resource ID to which the schedule belongs
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Secret">
            <summary>
            A secret.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Secret.#ctor">
            <summary>
            Initializes a new instance of the Secret class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Secret.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Secret class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Secret.Value">
            <summary>
            The value of the secret for secret creation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Secret.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Secret.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner">
            <summary>
            A container for a managed identity to execute DevTest lab services.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner.#ctor">
            <summary>
            Initializes a new instance of the ServiceRunner class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DevTestLabs.Models.IdentityProperties)">
            <summary>
            Initializes a new instance of the ServiceRunner class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner.Identity">
            <summary>
            The identity of the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfiguration">
            <summary>
            Properties of a virtual machine that determine how it is connected to
            a load balancer.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfiguration.#ctor">
            <summary>
            Initializes a new instance of the
            SharedPublicIpAddressConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfiguration.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRule})">
            <summary>
            Initializes a new instance of the
            SharedPublicIpAddressConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfiguration.InboundNatRules">
            <summary>
            The incoming NAT rules
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfigurationFragment">
            <summary>
            Properties of a virtual machine that determine how it is connected to
            a load balancer.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfigurationFragment.#ctor">
            <summary>
            Initializes a new instance of the
            SharedPublicIpAddressConfigurationFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfigurationFragment.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment})">
            <summary>
            Initializes a new instance of the
            SharedPublicIpAddressConfigurationFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SharedPublicIpAddressConfigurationFragment.InboundNatRules">
            <summary>
            The incoming NAT rules
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent">
            <summary>
            The contents of a shutdown notification. Webhooks can use this type to
            deserialize the request body when they get notified of an imminent
            shutdown.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.#ctor">
            <summary>
            Initializes a new instance of the ShutdownNotificationContent
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ShutdownNotificationContent
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.SkipUrl">
            <summary>
            The URL to skip auto-shutdown.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.DelayUrl60">
            <summary>
            The URL to delay shutdown by 60 minutes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.DelayUrl120">
            <summary>
            The URL to delay shutdown by 2 hours.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.VmName">
            <summary>
            The virtual machine to be shut down.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.Guid">
            <summary>
            The GUID for the virtual machine to be shut down.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.Owner">
            <summary>
            The owner of the virtual machine.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.EventType">
            <summary>
            The event for which a notification will be sent.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.Text">
            <summary>
            The text for the notification.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.SubscriptionId">
            <summary>
            The subscription ID for the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.ResourceGroupName">
            <summary>
            The resource group name for the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.ShutdownNotificationContent.LabName">
            <summary>
            The lab for the schedule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.SourceControlType">
            <summary>
            Defines values for SourceControlType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.StorageType">
            <summary>
            Defines values for StorageType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.Subnet">
            <summary>
            Subnet information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Subnet.#ctor">
            <summary>
            Initializes a new instance of the Subnet class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.Subnet.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Subnet class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Subnet.ResourceId">
            <summary>
            The resource ID of the subnet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Subnet.LabSubnetName">
            <summary>
            The name of the subnet as seen in the lab.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.Subnet.AllowPublicIp">
            <summary>
            The permission policy of the subnet for allowing public IP
            addresses (i.e. Allow, Deny)). Possible values include:
            'Default', 'Deny', 'Allow'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.SubnetFragment">
            <summary>
            Subnet information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetFragment.#ctor">
            <summary>
            Initializes a new instance of the SubnetFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetFragment.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the SubnetFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetFragment.ResourceId">
            <summary>
            The resource ID of the subnet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetFragment.LabSubnetName">
            <summary>
            The name of the subnet as seen in the lab.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetFragment.AllowPublicIp">
            <summary>
            The permission policy of the subnet for allowing public IP
            addresses (i.e. Allow, Deny)). Possible values include:
            'Default', 'Deny', 'Allow'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride">
            <summary>
            Property overrides on a subnet of a virtual network.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride.#ctor">
            <summary>
            Initializes a new instance of the SubnetOverride class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride.#ctor(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfiguration,System.String)">
            <summary>
            Initializes a new instance of the SubnetOverride class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride.ResourceId">
            <summary>
            The resource ID of the subnet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride.LabSubnetName">
            <summary>
            The name given to the subnet within the lab.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride.UseInVmCreationPermission">
            <summary>
            Indicates whether this subnet can be used during virtual machine
            creation (i.e. Allow, Deny). Possible values include: 'Default',
            'Deny', 'Allow'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride.UsePublicIpAddressPermission">
            <summary>
            Indicates whether public IP addresses can be assigned to virtual
            machines on this subnet (i.e. Allow, Deny). Possible values
            include: 'Default', 'Deny', 'Allow'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride.SharedPublicIpAddressConfiguration">
            <summary>
            Properties that virtual machines on this subnet will share.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride.VirtualNetworkPoolName">
            <summary>
            The virtual network pool associated with this subnet.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment">
            <summary>
            Property overrides on a subnet of a virtual network.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment.#ctor">
            <summary>
            Initializes a new instance of the SubnetOverrideFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment.#ctor(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfigurationFragment,System.String)">
            <summary>
            Initializes a new instance of the SubnetOverrideFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment.ResourceId">
            <summary>
            The resource ID of the subnet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment.LabSubnetName">
            <summary>
            The name given to the subnet within the lab.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment.UseInVmCreationPermission">
            <summary>
            Indicates whether this subnet can be used during virtual machine
            creation (i.e. Allow, Deny). Possible values include: 'Default',
            'Deny', 'Allow'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment.UsePublicIpAddressPermission">
            <summary>
            Indicates whether public IP addresses can be assigned to virtual
            machines on this subnet (i.e. Allow, Deny). Possible values
            include: 'Default', 'Deny', 'Allow'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment.SharedPublicIpAddressConfiguration">
            <summary>
            Properties that virtual machines on this subnet will share.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment.VirtualNetworkPoolName">
            <summary>
            The virtual network pool associated with this subnet.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfiguration">
            <summary>
            Configuration for public IP address sharing.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfiguration.#ctor">
            <summary>
            Initializes a new instance of the
            SubnetSharedPublicIpAddressConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfiguration.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.Port})">
            <summary>
            Initializes a new instance of the
            SubnetSharedPublicIpAddressConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfiguration.AllowedPorts">
            <summary>
            Backend ports that virtual machines on this subnet are allowed to
            expose
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfigurationFragment">
            <summary>
            Configuration for public IP address sharing.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfigurationFragment.#ctor">
            <summary>
            Initializes a new instance of the
            SubnetSharedPublicIpAddressConfigurationFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfigurationFragment.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.PortFragment})">
            <summary>
            Initializes a new instance of the
            SubnetSharedPublicIpAddressConfigurationFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.SubnetSharedPublicIpAddressConfigurationFragment.AllowedPorts">
            <summary>
            Backend ports that virtual machines on this subnet are allowed to
            expose
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties">
            <summary>
            Properties of a cost target.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties.#ctor">
            <summary>
            Initializes a new instance of the TargetCostProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties.#ctor(System.String,System.Nullable{System.Int32},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.CostThresholdProperties},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String)">
            <summary>
            Initializes a new instance of the TargetCostProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties.Status">
            <summary>
            Target cost status. Possible values include: 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties.Target">
            <summary>
            Lab target cost
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties.CostThresholds">
            <summary>
            Cost thresholds.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties.CycleStartDateTime">
            <summary>
            Reporting cycle start date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties.CycleEndDateTime">
            <summary>
            Reporting cycle end date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostProperties.CycleType">
            <summary>
            Reporting cycle type. Possible values include: 'CalendarMonth',
            'Custom'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.TargetCostStatus">
            <summary>
            Defines values for TargetCostStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.TransportProtocol">
            <summary>
            Defines values for TransportProtocol.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.UsagePermissionType">
            <summary>
            Defines values for UsagePermissionType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.User">
            <summary>
            Profile of a lab user.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.User.#ctor">
            <summary>
            Initializes a new instance of the User class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.User.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity,Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStore,System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the User class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.User.Identity">
            <summary>
            The identity of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.User.SecretStore">
            <summary>
            The secret store of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.User.CreatedDate">
            <summary>
            The creation date of the user profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.User.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.User.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.UserFragment">
            <summary>
            Profile of a lab user.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserFragment.#ctor">
            <summary>
            Initializes a new instance of the UserFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment,Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStoreFragment,System.String,System.String)">
            <summary>
            Initializes a new instance of the UserFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserFragment.Identity">
            <summary>
            The identity of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserFragment.SecretStore">
            <summary>
            The secret store of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserFragment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserFragment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity">
            <summary>
            Identity attributes of a lab user.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity.#ctor">
            <summary>
            Initializes a new instance of the UserIdentity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the UserIdentity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity.PrincipalName">
            <summary>
            Set to the principal name / UPN of the client JWT making the
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity.PrincipalId">
            <summary>
            Set to the principal Id of the client JWT making the request.
            Service principal will not have the principal Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity.TenantId">
            <summary>
            Set to the tenant ID of the client JWT making the request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity.ObjectId">
            <summary>
            Set to the object Id of the client JWT making the request. Not all
            users have object Id. For CSP (reseller) scenarios for example,
            object Id is not available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentity.AppId">
            <summary>
            Set to the app Id of the client JWT making the request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment">
            <summary>
            Identity attributes of a lab user.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment.#ctor">
            <summary>
            Initializes a new instance of the UserIdentityFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the UserIdentityFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment.PrincipalName">
            <summary>
            Set to the principal name / UPN of the client JWT making the
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment.PrincipalId">
            <summary>
            Set to the principal Id of the client JWT making the request.
            Service principal will not have the principal Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment.TenantId">
            <summary>
            Set to the tenant ID of the client JWT making the request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment.ObjectId">
            <summary>
            Set to the object Id of the client JWT making the request. Not all
            users have object Id. For CSP (reseller) scenarios for example,
            object Id is not available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment.AppId">
            <summary>
            Set to the app Id of the client JWT making the request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStore">
            <summary>
            Properties of a user's secret store.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStore.#ctor">
            <summary>
            Initializes a new instance of the UserSecretStore class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStore.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the UserSecretStore class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStore.KeyVaultUri">
            <summary>
            The URI of the user's Key vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStore.KeyVaultId">
            <summary>
            The ID of the user's Key vault.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStoreFragment">
            <summary>
            Properties of a user's secret store.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStoreFragment.#ctor">
            <summary>
            Initializes a new instance of the UserSecretStoreFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStoreFragment.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the UserSecretStoreFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStoreFragment.KeyVaultUri">
            <summary>
            The URI of the user's Key vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStoreFragment.KeyVaultId">
            <summary>
            The ID of the user's Key vault.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.VirtualMachineCreationSource">
            <summary>
            Defines values for VirtualMachineCreationSource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork">
            <summary>
            A virtual network.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.#ctor">
            <summary>
            Initializes a new instance of the VirtualNetwork class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.Subnet},System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnet},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverride},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the VirtualNetwork class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.AllowedSubnets">
            <summary>
            The allowed subnets of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.Description">
            <summary>
            The description of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.ExternalProviderResourceId">
            <summary>
            The Microsoft.Network resource identifier of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.ExternalSubnets">
            <summary>
            The external subnet properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.SubnetOverrides">
            <summary>
            The subnet overrides of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.CreatedDate">
            <summary>
            The creation date of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment">
            <summary>
            A virtual network.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.#ctor">
            <summary>
            Initializes a new instance of the VirtualNetworkFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.SubnetFragment},System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.ExternalSubnetFragment},System.Collections.Generic.IList{Microsoft.Azure.Management.DevTestLabs.Models.SubnetOverrideFragment},System.String,System.String)">
            <summary>
            Initializes a new instance of the VirtualNetworkFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.AllowedSubnets">
            <summary>
            The allowed subnets of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.Description">
            <summary>
            The description of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.ExternalProviderResourceId">
            <summary>
            The Microsoft.Network resource identifier of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.ExternalSubnets">
            <summary>
            The external subnet properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.SubnetOverrides">
            <summary>
            The subnet overrides of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.ProvisioningState">
            <summary>
            The provisioning status of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment.UniqueIdentifier">
            <summary>
            The unique immutable identifier of a resource (Guid).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetails">
            <summary>
            Properties of a weekly schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetails.#ctor">
            <summary>
            Initializes a new instance of the WeekDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetails.#ctor(System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            Initializes a new instance of the WeekDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetails.Weekdays">
            <summary>
            The days of the week for which the schedule is set (e.g. Sunday,
            Monday, Tuesday, etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetails.Time">
            <summary>
            The time of the day the schedule will occur.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetailsFragment">
            <summary>
            Properties of a weekly schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetailsFragment.#ctor">
            <summary>
            Initializes a new instance of the WeekDetailsFragment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetailsFragment.#ctor(System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            Initializes a new instance of the WeekDetailsFragment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetailsFragment.Weekdays">
            <summary>
            The days of the week for which the schedule is set (e.g. Sunday,
            Monday, Tuesday, etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.WeekDetailsFragment.Time">
            <summary>
            The time of the day the schedule will occur.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.WindowsOsInfo">
            <summary>
            Information about a Windows OS.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.WindowsOsInfo.#ctor">
            <summary>
            Initializes a new instance of the WindowsOsInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.Models.WindowsOsInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WindowsOsInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.Models.WindowsOsInfo.WindowsOsState">
            <summary>
            The state of the Windows OS (i.e. NonSysprepped, SysprepRequested,
            SysprepApplied). Possible values include: 'NonSysprepped',
            'SysprepRequested', 'SysprepApplied'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.Models.WindowsOsState">
            <summary>
            Defines values for WindowsOsState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperations">
            <summary>
            NotificationChannelsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the NotificationChannelsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List notificationchannels in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.NotificationChannelsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get notificationchannel.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=webHookUrl)'
            </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.DevTestLabs.NotificationChannelsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing notificationChannel.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notificationChannel'>
            A notification.
            </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.DevTestLabs.NotificationChannelsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete notificationchannel.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </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.DevTestLabs.NotificationChannelsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of notificationchannels.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notificationChannel'>
            A notification.
            </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.DevTestLabs.NotificationChannelsOperations.NotifyWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Send notification to provided channel.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notifyParameters'>
            Properties for generating a Notification.
            </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.DevTestLabs.NotificationChannelsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List notificationchannels in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions">
            <summary>
            Extension methods for NotificationChannelsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel})">
            <summary>
            List notificationchannels in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel},System.Threading.CancellationToken)">
            <summary>
            List notificationchannels in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,System.String)">
            <summary>
            Get notificationchannel.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=webHookUrl)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get notificationchannel.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=webHookUrl)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel)">
            <summary>
            Create or replace an existing notificationChannel.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notificationChannel'>
            A notification.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannel,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing notificationChannel.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notificationChannel'>
            A notification.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String)">
            <summary>
            Delete notificationchannel.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete notificationchannel.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment)">
            <summary>
            Modify properties of notificationchannels.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notificationChannel'>
            A notification.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotificationChannelFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of notificationchannels.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notificationChannel'>
            A notification.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.Notify(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters)">
            <summary>
            Send notification to provided channel.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notifyParameters'>
            Properties for generating a Notification.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.NotifyAsync(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.NotifyParameters,System.Threading.CancellationToken)">
            <summary>
            Send notification to provided channel.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the notificationChannel.
            </param>
            <param name='notifyParameters'>
            Properties for generating a Notification.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String)">
            <summary>
            List notificationchannels in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.NotificationChannelsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.INotificationChannelsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List notificationchannels in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.PoliciesOperations">
            <summary>
            PoliciesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the PoliciesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.PoliciesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Policy},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List policies in a given policy set.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.PoliciesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get policy.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=description)'
            </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.DevTestLabs.PoliciesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Policy,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing policy.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='policy'>
            A Policy.
            </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.DevTestLabs.PoliciesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete policy.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </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.DevTestLabs.PoliciesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of policies.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='policy'>
            A Policy.
            </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.DevTestLabs.PoliciesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List policies in a given policy set.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions">
            <summary>
            Extension methods for PoliciesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Policy})">
            <summary>
            List policies in a given policy set.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Policy},System.Threading.CancellationToken)">
            <summary>
            List policies in a given policy set.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get policy.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=description)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get policy.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=description)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Policy)">
            <summary>
            Create or replace an existing policy.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='policy'>
            A Policy.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Policy,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing policy.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='policy'>
            A Policy.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,System.String)">
            <summary>
            Delete policy.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete policy.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment)">
            <summary>
            Modify properties of policies.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='policy'>
            A Policy.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.PolicyFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of policies.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='policySetName'>
            The name of the policy set.
            </param>
            <param name='name'>
            The name of the policy.
            </param>
            <param name='policy'>
            A Policy.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String)">
            <summary>
            List policies in a given policy set.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PoliciesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IPoliciesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List policies in a given policy set.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.PolicySetsOperations">
            <summary>
            PolicySetsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PolicySetsOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the PolicySetsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.PolicySetsOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PolicySetsOperations.EvaluatePoliciesWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Evaluates lab policy.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the policy set.
            </param>
            <param name='evaluatePoliciesRequest'>
            Request body for evaluating a policy set.
            </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.DevTestLabs.PolicySetsOperationsExtensions">
            <summary>
            Extension methods for PolicySetsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PolicySetsOperationsExtensions.EvaluatePolicies(Microsoft.Azure.Management.DevTestLabs.IPolicySetsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesRequest)">
            <summary>
            Evaluates lab policy.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the policy set.
            </param>
            <param name='evaluatePoliciesRequest'>
            Request body for evaluating a policy set.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.PolicySetsOperationsExtensions.EvaluatePoliciesAsync(Microsoft.Azure.Management.DevTestLabs.IPolicySetsOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.EvaluatePoliciesRequest,System.Threading.CancellationToken)">
            <summary>
            Evaluates lab policy.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the policy set.
            </param>
            <param name='evaluatePoliciesRequest'>
            Request body for evaluating a policy set.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.SchedulesOperations">
            <summary>
            SchedulesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the SchedulesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.SchedulesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.SchedulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </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.DevTestLabs.SchedulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.SchedulesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.SchedulesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.SchedulesOperations.ExecuteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.SchedulesOperations.BeginExecuteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.SchedulesOperations.ListApplicableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.SchedulesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperations.ListApplicableNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions">
            <summary>
            Extension methods for SchedulesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule})">
            <summary>
            List schedules in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,System.String)">
            <summary>
            Get schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String)">
            <summary>
            Delete schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.Execute(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.ExecuteAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.BeginExecute(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.BeginExecuteAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.ListApplicable(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.ListApplicableAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String)">
            <summary>
            List schedules in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List schedules in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.ListApplicableNext(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SchedulesOperationsExtensions.ListApplicableNextAsync(Microsoft.Azure.Management.DevTestLabs.ISchedulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.SecretsOperations">
            <summary>
            SecretsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the SecretsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.SecretsOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Secret},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List secrets in a given user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.SecretsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get secret.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=value)'
            </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.DevTestLabs.SecretsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Secret,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing secret.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='secret'>
            A secret.
            </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.DevTestLabs.SecretsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete secret.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </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.DevTestLabs.SecretsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List secrets in a given user profile.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions">
            <summary>
            Extension methods for SecretsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Secret})">
            <summary>
            List secrets in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Secret},System.Threading.CancellationToken)">
            <summary>
            List secrets in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get secret.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=value)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get secret.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=value)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Secret)">
            <summary>
            Create or replace an existing secret.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='secret'>
            A secret.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Secret,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing secret.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='secret'>
            A secret.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.String,System.String)">
            <summary>
            Delete secret.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete secret.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='userName'>
            The name of the user profile.
            </param>
            <param name='name'>
            The name of the secret.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String)">
            <summary>
            List secrets in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.SecretsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.ISecretsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List secrets in a given user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperations">
            <summary>
            ServiceRunnersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the ServiceRunnersOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List service runners in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.ServiceRunnersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get service runner.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </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.DevTestLabs.ServiceRunnersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Service runner.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </param>
            <param name='serviceRunner'>
            A container for a managed identity to execute DevTest lab services.
            </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.DevTestLabs.ServiceRunnersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete service runner.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </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.DevTestLabs.ServiceRunnersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List service runners in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions">
            <summary>
            Extension methods for ServiceRunnersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner})">
            <summary>
            List service runners in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner},System.Threading.CancellationToken)">
            <summary>
            List service runners in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,System.String)">
            <summary>
            Get service runner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get service runner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner)">
            <summary>
            Create or replace an existing Service runner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </param>
            <param name='serviceRunner'>
            A container for a managed identity to execute DevTest lab services.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ServiceRunner,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Service runner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </param>
            <param name='serviceRunner'>
            A container for a managed identity to execute DevTest lab services.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,System.String)">
            <summary>
            Delete service runner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete service runner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the service runner.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String)">
            <summary>
            List service runners in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.ServiceRunnersOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IServiceRunnersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List service runners in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.UsersOperations">
            <summary>
            UsersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the UsersOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.UsersOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.User},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List user profiles in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.UsersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=identity)'
            </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.DevTestLabs.UsersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.User,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing user profile.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='user'>
            Profile of a lab user.
            </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.DevTestLabs.UsersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete user profile. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </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.DevTestLabs.UsersOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete user profile. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </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.DevTestLabs.UsersOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.UserFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of user profiles.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='user'>
            Profile of a lab user.
            </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.DevTestLabs.UsersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List user profiles in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions">
            <summary>
            Extension methods for UsersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.User})">
            <summary>
            List user profiles in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.User},System.Threading.CancellationToken)">
            <summary>
            List user profiles in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String,System.String)">
            <summary>
            Get user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=identity)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=identity)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.User)">
            <summary>
            Create or replace an existing user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='user'>
            Profile of a lab user.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.User,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing user profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='user'>
            Profile of a lab user.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String)">
            <summary>
            Delete user profile. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete user profile. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String)">
            <summary>
            Delete user profile. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete user profile. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.UserFragment)">
            <summary>
            Modify properties of user profiles.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='user'>
            Profile of a lab user.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.UserFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of user profiles.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the user profile.
            </param>
            <param name='user'>
            Profile of a lab user.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String)">
            <summary>
            List user profiles in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.UsersOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IUsersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List user profiles in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperations">
            <summary>
            VirtualMachineSchedulesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the VirtualMachineSchedulesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given virtual machine.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.VirtualMachineSchedulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </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.DevTestLabs.VirtualMachineSchedulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.VirtualMachineSchedulesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.VirtualMachineSchedulesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </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.DevTestLabs.VirtualMachineSchedulesOperations.ExecuteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.VirtualMachineSchedulesOperations.BeginExecuteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </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.DevTestLabs.VirtualMachineSchedulesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given virtual machine.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions">
            <summary>
            Extension methods for VirtualMachineSchedulesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule})">
            <summary>
            List schedules in a given virtual machine.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.Schedule},System.Threading.CancellationToken)">
            <summary>
            List schedules in a given virtual machine.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($select=status)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.Schedule,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String)">
            <summary>
            Delete schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete schedule.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ScheduleFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of schedules.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='schedule'>
            A schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.Execute(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.ExecuteAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.BeginExecute(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.BeginExecuteAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Execute a schedule. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='virtualMachineName'>
            The name of the virtual machine.
            </param>
            <param name='name'>
            The name of the schedule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String)">
            <summary>
            List schedules in a given virtual machine.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachineSchedulesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachineSchedulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List schedules in a given virtual machine.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperations">
            <summary>
            VirtualMachinesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the VirtualMachinesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List virtual machines in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.VirtualMachinesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get virtual machine.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'
            </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.DevTestLabs.VirtualMachinesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Virtual machine. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Virtual machine. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete virtual machine. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete virtual machine. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of virtual machines.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.AddDataDiskWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Attach a new or existing data disk to virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='dataDiskProperties'>
            Request body for adding a new or existing data disk to a virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.BeginAddDataDiskWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Attach a new or existing data disk to virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='dataDiskProperties'>
            Request body for adding a new or existing data disk to a virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.ApplyArtifactsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Apply artifacts to virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='applyArtifactsRequest'>
            Request body for applying artifacts to a virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.BeginApplyArtifactsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Apply artifacts to virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='applyArtifactsRequest'>
            Request body for applying artifacts to a virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.ClaimWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Take ownership of an existing virtual machine This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.BeginClaimWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Take ownership of an existing virtual machine This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.DetachDataDiskWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Detach the specified disk from the virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='detachDataDiskProperties'>
            Request body for detaching data disk from a virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.BeginDetachDataDiskWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Detach the specified disk from the virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='detachDataDiskProperties'>
            Request body for detaching data disk from a virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.ListApplicableSchedulesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.StartWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Start a virtual machine. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.BeginStartWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Start a virtual machine. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.StopWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stop a virtual machine This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.BeginStopWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stop a virtual machine This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </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.DevTestLabs.VirtualMachinesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List virtual machines in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions">
            <summary>
            Extension methods for VirtualMachinesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine})">
            <summary>
            List virtual machines in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine},System.Threading.CancellationToken)">
            <summary>
            List virtual machines in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.String)">
            <summary>
            Get virtual machine.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get virtual machine.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='expand'>
            Specify the $expand query. Example:
            'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine)">
            <summary>
            Create or replace an existing Virtual machine. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Virtual machine. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine)">
            <summary>
            Create or replace an existing Virtual machine. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachine,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing Virtual machine. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Delete virtual machine. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete virtual machine. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Delete virtual machine. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete virtual machine. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment)">
            <summary>
            Modify properties of virtual machines.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.LabVirtualMachineFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of virtual machines.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='labVirtualMachine'>
            A virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.AddDataDisk(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties)">
            <summary>
            Attach a new or existing data disk to virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='dataDiskProperties'>
            Request body for adding a new or existing data disk to a virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.AddDataDiskAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties,System.Threading.CancellationToken)">
            <summary>
            Attach a new or existing data disk to virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='dataDiskProperties'>
            Request body for adding a new or existing data disk to a virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginAddDataDisk(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties)">
            <summary>
            Attach a new or existing data disk to virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='dataDiskProperties'>
            Request body for adding a new or existing data disk to a virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginAddDataDiskAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DataDiskProperties,System.Threading.CancellationToken)">
            <summary>
            Attach a new or existing data disk to virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='dataDiskProperties'>
            Request body for adding a new or existing data disk to a virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.ApplyArtifacts(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest)">
            <summary>
            Apply artifacts to virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='applyArtifactsRequest'>
            Request body for applying artifacts to a virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.ApplyArtifactsAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest,System.Threading.CancellationToken)">
            <summary>
            Apply artifacts to virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='applyArtifactsRequest'>
            Request body for applying artifacts to a virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginApplyArtifacts(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest)">
            <summary>
            Apply artifacts to virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='applyArtifactsRequest'>
            Request body for applying artifacts to a virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginApplyArtifactsAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.ApplyArtifactsRequest,System.Threading.CancellationToken)">
            <summary>
            Apply artifacts to virtual machine. This operation can take a while to
            complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='applyArtifactsRequest'>
            Request body for applying artifacts to a virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.Claim(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Take ownership of an existing virtual machine This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.ClaimAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Take ownership of an existing virtual machine This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginClaim(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Take ownership of an existing virtual machine This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginClaimAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Take ownership of an existing virtual machine This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.DetachDataDisk(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties)">
            <summary>
            Detach the specified disk from the virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='detachDataDiskProperties'>
            Request body for detaching data disk from a virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.DetachDataDiskAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties,System.Threading.CancellationToken)">
            <summary>
            Detach the specified disk from the virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='detachDataDiskProperties'>
            Request body for detaching data disk from a virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginDetachDataDisk(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties)">
            <summary>
            Detach the specified disk from the virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='detachDataDiskProperties'>
            Request body for detaching data disk from a virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginDetachDataDiskAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.DetachDataDiskProperties,System.Threading.CancellationToken)">
            <summary>
            Detach the specified disk from the virtual machine. This operation can
            take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='detachDataDiskProperties'>
            Request body for detaching data disk from a virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.ListApplicableSchedules(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.ListApplicableSchedulesAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all applicable schedules
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.Start(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Start a virtual machine. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.StartAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start a virtual machine. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginStart(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Start a virtual machine. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginStartAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start a virtual machine. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.Stop(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Stop a virtual machine This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.StopAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stop a virtual machine This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginStop(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String)">
            <summary>
            Stop a virtual machine This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.BeginStopAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stop a virtual machine This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual machine.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String)">
            <summary>
            List virtual machines in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualMachinesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualMachinesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List virtual machines in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperations">
            <summary>
            VirtualNetworksOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperations.#ctor(Microsoft.Azure.Management.DevTestLabs.DevTestLabsClient)">
            <summary>
            Initializes a new instance of the VirtualNetworksOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperations.Client">
            <summary>
            Gets a reference to the DevTestLabsClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List virtual networks in a given lab.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </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.DevTestLabs.VirtualNetworksOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get virtual network.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($expand=externalSubnets)'
            </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.DevTestLabs.VirtualNetworksOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing virtual network. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </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.DevTestLabs.VirtualNetworksOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing virtual network. This operation can take a
            while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </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.DevTestLabs.VirtualNetworksOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete virtual network. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </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.DevTestLabs.VirtualNetworksOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete virtual network. This operation can take a while to complete.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </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.DevTestLabs.VirtualNetworksOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Modify properties of virtual networks.
            </summary>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </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.DevTestLabs.VirtualNetworksOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List virtual networks in a given lab.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions">
            <summary>
            Extension methods for VirtualNetworksOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.List(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork})">
            <summary>
            List virtual networks in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.ListAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork},System.Threading.CancellationToken)">
            <summary>
            List virtual networks in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.Get(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,System.String)">
            <summary>
            Get virtual network.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($expand=externalSubnets)'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.GetAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get virtual network.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='expand'>
            Specify the $expand query. Example: 'properties($expand=externalSubnets)'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork)">
            <summary>
            Create or replace an existing virtual network. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing virtual network. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork)">
            <summary>
            Create or replace an existing virtual network. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetwork,System.Threading.CancellationToken)">
            <summary>
            Create or replace an existing virtual network. This operation can take a
            while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.Delete(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String)">
            <summary>
            Delete virtual network. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete virtual network. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String)">
            <summary>
            Delete virtual network. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete virtual network. This operation can take a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.Update(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment)">
            <summary>
            Modify properties of virtual networks.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.String,Microsoft.Azure.Management.DevTestLabs.Models.VirtualNetworkFragment,System.Threading.CancellationToken)">
            <summary>
            Modify properties of virtual networks.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='labName'>
            The name of the lab.
            </param>
            <param name='name'>
            The name of the virtual network.
            </param>
            <param name='virtualNetwork'>
            A virtual network.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.ListNext(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String)">
            <summary>
            List virtual networks in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DevTestLabs.VirtualNetworksOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DevTestLabs.IVirtualNetworksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List virtual networks in a given lab.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>