Microsoft.Azure.Management.ContainerInstance.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.ContainerInstance</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations">
            <summary>
            ContainerGroupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.#ctor(Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient)">
            <summary>
            Initializes a new instance of the ContainerGroupsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.Client">
            <summary>
            Gets a reference to the ContainerInstanceManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given resource group.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get details for this container group.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update container groups.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='containerGroup'>
            Definition of the container to be created.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete container groups.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Name of the container group to be deleted
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions">
            <summary>
            Extension methods for ContainerGroupsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.List(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations)">
            <summary>
            Get the list of container groups in a given subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.ListAsync(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String)">
            <summary>
            Get the list of container groups in a given resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.Get(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.String)">
            <summary>
            Get details for this container group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get details for this container group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.String,Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup)">
            <summary>
            Create or update container groups.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='containerGroup'>
            Definition of the container to be created.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.String,Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup,System.Threading.CancellationToken)">
            <summary>
            Create or update container groups.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='containerGroup'>
            Definition of the container to be created.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.Delete(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.String)">
            <summary>
            Delete container groups.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Name of the container group to be deleted
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete container groups.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Name of the container group to be deleted
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerGroupsOperationsExtensions.ListNext(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String)">
            <summary>
            Get the list of container groups in a given 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.ContainerInstance.ContainerGroupsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given 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.ContainerInstance.ContainerGroupsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String)">
            <summary>
            Get the list of container groups in a given 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.ContainerInstance.ContainerGroupsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given 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="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.SubscriptionId">
            <summary>
            Subscription credentials which uniquely identify Microsoft Azure
            subscription. The subscription ID forms part of the URI for every service
            call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.ApiVersion">
            <summary>
            Client API version
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.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.ContainerInstance.ContainerInstanceManagementClient.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.ContainerInstance.ContainerInstanceManagementClient.ContainerGroups">
            <summary>
            Gets the IContainerGroupsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.ContainerLogs">
            <summary>
            Gets the IContainerLogsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ContainerInstanceManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ContainerInstanceManagementClient 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.ContainerInstance.ContainerInstanceManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ContainerInstanceManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ContainerInstanceManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ContainerInstanceManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ContainerInstanceManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ContainerInstanceManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ContainerInstanceManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.ContainerLogsOperations">
            <summary>
            ContainerLogsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerLogsOperations.#ctor(Microsoft.Azure.Management.ContainerInstance.ContainerInstanceManagementClient)">
            <summary>
            Initializes a new instance of the ContainerLogsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.ContainerLogsOperations.Client">
            <summary>
            Gets a reference to the ContainerInstanceManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerLogsOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the logs for this container.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerName'>
            Container name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='tail'>
            Only show this number of log lines. If not provided, all available logs are
            shown.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.ContainerLogsOperationsExtensions">
            <summary>
            Extension methods for ContainerLogsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerLogsOperationsExtensions.List(Microsoft.Azure.Management.ContainerInstance.IContainerLogsOperations,System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Get the logs for this container.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerName'>
            Container name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='tail'>
            Only show this number of log lines. If not provided, all available logs are
            shown.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.ContainerLogsOperationsExtensions.ListAsync(Microsoft.Azure.Management.ContainerInstance.IContainerLogsOperations,System.String,System.String,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Get the logs for this container.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerName'>
            Container name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='tail'>
            Only show this number of log lines. If not provided, all available logs are
            shown.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations">
            <summary>
            ContainerGroupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given resource group.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get details for this container group.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update container groups.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='containerGroup'>
            Definition of the container to be created.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete container groups.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerGroupName'>
            Name of the container group to be deleted
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the list of container groups in a given resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.SubscriptionId">
            <summary>
            Subscription credentials which uniquely identify Microsoft Azure
            subscription. The subscription ID forms part of the URI for every
            service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.ApiVersion">
            <summary>
            Client API version
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.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.ContainerInstance.IContainerInstanceManagementClient.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.ContainerInstance.IContainerInstanceManagementClient.ContainerGroups">
            <summary>
            Gets the IContainerGroupsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.IContainerInstanceManagementClient.ContainerLogs">
            <summary>
            Gets the IContainerLogsOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.IContainerLogsOperations">
            <summary>
            ContainerLogsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.IContainerLogsOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the logs for this container.
            </summary>
            <param name='resourceGroupName'>
            Azure resource group name
            </param>
            <param name='containerName'>
            Container name
            </param>
            <param name='containerGroupName'>
            Container group name
            </param>
            <param name='tail'>
            Only show this number of log lines. If not provided, all available
            logs are shown.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume">
            <summary>
            The Azure file volume.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume.#ctor">
            <summary>
            Initializes a new instance of the AzureFileVolume class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume.#ctor(System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the AzureFileVolume class.
            </summary>
            <param name="shareName">The Azure file share name.</param>
            <param name="storageAccountName">The storage account name to access
            to the Azure file.</param>
            <param name="readOnlyProperty">The flag indicating whether the
            Azure file volume is read only.</param>
            <param name="storageAccountKey">The storage account key to access
            to the Azure file.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume.ShareName">
            <summary>
            Gets or sets the Azure file share name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume.ReadOnlyProperty">
            <summary>
            Gets or sets the flag indicating whether the Azure file volume is
            read only.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume.StorageAccountName">
            <summary>
            Gets or sets the storage account name to access to the Azure file.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume.StorageAccountKey">
            <summary>
            Gets or sets the storage account key to access to the Azure file.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.Container">
            <summary>
            A container instance.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Container.#ctor">
            <summary>
            Initializes a new instance of the Container class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Container.#ctor(System.String,System.String,Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequirements,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.ContainerInstance.Models.ContainerPort},System.Collections.Generic.IList{Microsoft.Azure.Management.ContainerInstance.Models.EnvironmentVariable},Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView,System.Collections.Generic.IList{Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount})">
            <summary>
            Initializes a new instance of the Container class.
            </summary>
            <param name="name">The user-provided name of this container</param>
            <param name="image">The name of the image used when creating this
            container</param>
            <param name="resources">The resource requirements of this
            container.</param>
            <param name="command">Command array to execute within the container
            in exec form.</param>
            <param name="ports">The ports exposed by this container</param>
            <param name="environmentVariables">The environment variables to set
            in this container</param>
            <param name="instanceView">The instance view of the container. Only
            valid in response.</param>
            <param name="volumeMounts">The volume mounts.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Container.Name">
            <summary>
            Gets or sets the user-provided name of this container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Container.Image">
            <summary>
            Gets or sets the name of the image used when creating this
            container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Container.Command">
            <summary>
            Gets or sets command array to execute within the container in exec
            form.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Container.Ports">
            <summary>
            Gets or sets the ports exposed by this container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Container.EnvironmentVariables">
            <summary>
            Gets or sets the environment variables to set in this container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Container.InstanceView">
            <summary>
            Gets the instance view of the container. Only valid in response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Container.Resources">
            <summary>
            Gets or sets the resource requirements of this container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Container.VolumeMounts">
            <summary>
            Gets or sets the volume mounts.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Container.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent">
            <summary>
            A container event.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent.#ctor">
            <summary>
            Initializes a new instance of the ContainerEvent class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent.#ctor(System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the ContainerEvent class.
            </summary>
            <param name="count">The count of the event.</param>
            <param name="firstTimestamp">Date/time of the first event.</param>
            <param name="lastTimestamp">Date/time of the last event.</param>
            <param name="message">The event message</param>
            <param name="type">The event type.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent.Count">
            <summary>
            Gets or sets the count of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent.FirstTimestamp">
            <summary>
            Gets or sets date/time of the first event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent.LastTimestamp">
            <summary>
            Gets or sets date/time of the last event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent.Message">
            <summary>
            Gets or sets the event message
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent.Type">
            <summary>
            Gets or sets the event type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup">
            <summary>
            A container group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.#ctor">
            <summary>
            Initializes a new instance of the ContainerGroup class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ContainerInstance.Models.Container},System.Collections.Generic.IList{Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential},System.String,Microsoft.Azure.Management.ContainerInstance.Models.IpAddress,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ContainerInstance.Models.Volume})">
            <summary>
            Initializes a new instance of the ContainerGroup class.
            </summary>
            <param name="location">Resource location</param>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="tags">Resource tags</param>
            <param name="provisioningState">The provisioning state, which only
            appears in the response.</param>
            <param name="containers">The containers in this container
            group.</param>
            <param name="imageRegistryCredentials">The image registry
            credentials by which the container group is created from.</param>
            <param name="restartPolicy">- `always` Always restart
            . Possible values include: 'always'</param>
            <param name="ipAddress">The IP address type.</param>
            <param name="osType">The base level OS type required by the
            containers in the group. Possible values include: 'Windows',
            'Linux'</param>
            <param name="state">The state of the container group. Only valid in
            response.</param>
            <param name="volumes">The volumes for this container group.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.ProvisioningState">
            <summary>
            Gets the provisioning state, which only appears in the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.Containers">
            <summary>
            Gets or sets the containers in this container group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.ImageRegistryCredentials">
            <summary>
            Gets or sets the image registry credentials by which the container
            group is created from.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.RestartPolicy">
            <summary>
            Gets or sets - `always` Always restart
            . Possible values include: 'always'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.IpAddress">
            <summary>
            Gets or sets the IP address type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.OsType">
            <summary>
            Gets or sets the base level OS type required by the containers in
            the group. Possible values include: 'Windows', 'Linux'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.State">
            <summary>
            Gets the state of the container group. Only valid in response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.Volumes">
            <summary>
            Gets or sets the volumes for this container group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroup.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroupNetworkProtocol">
            <summary>
            Defines values for ContainerGroupNetworkProtocol.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPort">
            <summary>
            The container port.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPort.#ctor">
            <summary>
            Initializes a new instance of the ContainerPort class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPort.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the ContainerPort class.
            </summary>
            <param name="port">Port number to expose within the container
            group.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPort.Port">
            <summary>
            Gets or sets port number to expose within the container group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPort.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView">
            <summary>
            The instance view of the container. Only valid in response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView.#ctor">
            <summary>
            Initializes a new instance of the ContainerPropertiesInstanceView
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView.#ctor(System.Nullable{System.Int32},Microsoft.Azure.Management.ContainerInstance.Models.ContainerState,Microsoft.Azure.Management.ContainerInstance.Models.ContainerState,System.Collections.Generic.IList{Microsoft.Azure.Management.ContainerInstance.Models.ContainerEvent})">
            <summary>
            Initializes a new instance of the ContainerPropertiesInstanceView
            class.
            </summary>
            <param name="restartCount">The number of times that the container
            has been restarted.</param>
            <param name="currentState">Current container state.</param>
            <param name="previousState">Previous container state.</param>
            <param name="events">The events of this container instance.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView.RestartCount">
            <summary>
            Gets or sets the number of times that the container has been
            restarted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView.CurrentState">
            <summary>
            Gets or sets current container state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView.PreviousState">
            <summary>
            Gets or sets previous container state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView.Events">
            <summary>
            Gets or sets the events of this container instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ContainerRestartPolicy">
            <summary>
            Defines values for ContainerRestartPolicy.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ContainerState">
            <summary>
            The container state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerState.#ctor">
            <summary>
            Initializes a new instance of the ContainerState class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ContainerState.#ctor(System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String)">
            <summary>
            Initializes a new instance of the ContainerState class.
            </summary>
            <param name="state">The state of this container</param>
            <param name="startTime">Date/time when the container state
            started.</param>
            <param name="exitCode">The container exit code.</param>
            <param name="finishTime">Date/time when the container state
            finished.</param>
            <param name="detailStatus">Human-readable status of this
            state.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerState.State">
            <summary>
            Gets or sets the state of this container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerState.StartTime">
            <summary>
            Gets or sets date/time when the container state started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerState.ExitCode">
            <summary>
            Gets or sets the container exit code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerState.FinishTime">
            <summary>
            Gets or sets date/time when the container state finished.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ContainerState.DetailStatus">
            <summary>
            Gets or sets human-readable status of this state.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.EnvironmentVariable">
            <summary>
            Environment variable to set within the container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.EnvironmentVariable.#ctor">
            <summary>
            Initializes a new instance of the EnvironmentVariable class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.EnvironmentVariable.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the EnvironmentVariable class.
            </summary>
            <param name="name">The name of the environment variable.</param>
            <param name="value">The value of the environment variable.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.EnvironmentVariable.Name">
            <summary>
            Gets or sets the name of the environment variable.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.EnvironmentVariable.Value">
            <summary>
            Gets or sets the value of the environment variable.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.EnvironmentVariable.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential">
            <summary>
            Image registry credential.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential.#ctor">
            <summary>
            Initializes a new instance of the ImageRegistryCredential class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ImageRegistryCredential class.
            </summary>
            <param name="server">Docker image registry server, without protocol
            such as "http" and "https".</param>
            <param name="username">The username for the private
            registry.</param>
            <param name="password">The password for the private
            registry.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential.Server">
            <summary>
            Gets or sets docker image registry server, without protocol such as
            "http" and "https".
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential.Username">
            <summary>
            Gets or sets the username for the private registry.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential.Password">
            <summary>
            Gets or sets the password for the private registry.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.IpAddress">
            <summary>
            IP address for the group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.IpAddress.#ctor">
            <summary>
            Initializes a new instance of the IpAddress class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.IpAddress.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.ContainerInstance.Models.Port},System.String)">
            <summary>
            Initializes a new instance of the IpAddress class.
            </summary>
            <param name="ports">The ports.</param>
            <param name="ip">The IP exposed to the public internet.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.IpAddress.#cctor">
            <summary>
            Static constructor for IpAddress class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.IpAddress.Ports">
            <summary>
            Gets or sets the ports.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.IpAddress.Ip">
            <summary>
            Gets or sets the IP exposed to the public internet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.IpAddress.Type">
            <summary>
            Determines whether the IP is exposed to the public internet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.IpAddress.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.Logs">
            <summary>
            The logs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Logs.#ctor">
            <summary>
            Initializes a new instance of the Logs class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Logs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Logs class.
            </summary>
            <param name="content">content of the log.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Logs.Content">
            <summary>
            Gets or sets content of the log.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.OperatingSystemTypes">
            <summary>
            Defines values for OperatingSystemTypes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.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.ContainerInstance.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.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.ContainerInstance.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.ContainerInstance.Models.Port">
            <summary>
            The port.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Port.#ctor">
            <summary>
            Initializes a new instance of the Port class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Port.#ctor(System.Int32,System.String)">
            <summary>
            Initializes a new instance of the Port class.
            </summary>
            <param name="portProperty">The port.</param>
            <param name="protocol">The protocol associated with the port.
            Possible values include: 'TCP', 'UDP'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Port.Protocol">
            <summary>
            Gets or sets the protocol associated with the port. Possible values
            include: 'TCP', 'UDP'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Port.PortProperty">
            <summary>
            Gets or sets the port.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Port.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.Resource">
            <summary>
            The Resource model definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
            <param name="location">Resource location</param>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Resource.Id">
            <summary>
            Gets resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Resource.Name">
            <summary>
            Gets resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Resource.Type">
            <summary>
            Gets resource type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Resource.Location">
            <summary>
            Gets or sets resource location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Resource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Resource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ResourceLimits">
            <summary>
            The resource limits.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ResourceLimits.#ctor">
            <summary>
            Initializes a new instance of the ResourceLimits class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ResourceLimits.#ctor(System.Nullable{System.Double},System.Nullable{System.Double})">
            <summary>
            Initializes a new instance of the ResourceLimits class.
            </summary>
            <param name="memoryInGB">The memory limit in GB of this
            container.</param>
            <param name="cpu">The CPU limit of this container.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ResourceLimits.MemoryInGB">
            <summary>
            Gets or sets the memory limit in GB of this container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ResourceLimits.Cpu">
            <summary>
            Gets or sets the CPU limit of this container.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequests">
            <summary>
            The resource requests.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequests.#ctor">
            <summary>
            Initializes a new instance of the ResourceRequests class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequests.#ctor(System.Double,System.Double)">
            <summary>
            Initializes a new instance of the ResourceRequests class.
            </summary>
            <param name="memoryInGB">The memory request in GB of this
            container.</param>
            <param name="cpu">The CPU request of this container.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequests.MemoryInGB">
            <summary>
            Gets or sets the memory request in GB of this container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequests.Cpu">
            <summary>
            Gets or sets the CPU request of this container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequests.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequirements">
            <summary>
            The resource requirements.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequirements.#ctor">
            <summary>
            Initializes a new instance of the ResourceRequirements class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequirements.#ctor(Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequests,Microsoft.Azure.Management.ContainerInstance.Models.ResourceLimits)">
            <summary>
            Initializes a new instance of the ResourceRequirements class.
            </summary>
            <param name="requests">The resource requests of this
            container.</param>
            <param name="limits">The resource limits of this container.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequirements.Requests">
            <summary>
            Gets or sets the resource requests of this container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequirements.Limits">
            <summary>
            Gets or sets the resource limits of this container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.ResourceRequirements.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.Volume">
            <summary>
            The volume.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Volume.#ctor">
            <summary>
            Initializes a new instance of the Volume class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Volume.#ctor(System.String,Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume)">
            <summary>
            Initializes a new instance of the Volume class.
            </summary>
            <param name="name">The volume name.</param>
            <param name="azureFile">The Azure file volume.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Volume.Name">
            <summary>
            Gets or sets the volume name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.Volume.AzureFile">
            <summary>
            Gets or sets the Azure file volume.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.Volume.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount">
            <summary>
            The volume mount.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount.#ctor">
            <summary>
            Initializes a new instance of the VolumeMount class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount.#ctor(System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the VolumeMount class.
            </summary>
            <param name="name">The volume mount name.</param>
            <param name="mountPath">The path with in the container at which the
            volume should be mounted. Must not contain ':'.</param>
            <param name="readOnlyProperty">The flag indicating whether the
            volume mount is read only.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount.Name">
            <summary>
            Gets or sets the volume mount name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount.MountPath">
            <summary>
            Gets or sets the path with in the container at which the volume
            should be mounted. Must not contain ':'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount.ReadOnlyProperty">
            <summary>
            Gets or sets the flag indicating whether the volume mount is read
            only.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
    </members>
</doc>