Microsoft.Azure.Management.TrafficManager.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.TrafficManager</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.TrafficManager.EndpointsOperations">
            <summary>
            EndpointsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperations.#ctor(Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient)">
            <summary>
            Initializes a new instance of the EndpointsOperations 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.TrafficManager.EndpointsOperations.Client">
            <summary>
            Gets a reference to the TrafficManagerManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Endpoint,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update a Traffic Manager endpoint.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be updated.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be updated.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be updated.
            </param>
            <param name='parameters'>
            The Traffic Manager endpoint parameters supplied to the Update 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.TrafficManager.EndpointsOperations.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>
            Gets a Traffic Manager endpoint.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint.
            </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.TrafficManager.EndpointsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Endpoint,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a Traffic Manager endpoint.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be created or updated.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be created or updated.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be created or updated.
            </param>
            <param name='parameters'>
            The Traffic Manager endpoint parameters supplied to the CreateOrUpdate
            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.TrafficManager.EndpointsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a Traffic Manager endpoint.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be deleted.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be deleted.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint 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="T:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions">
            <summary>
            Extension methods for EndpointsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions.Update(Microsoft.Azure.Management.TrafficManager.IEndpointsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Endpoint)">
            <summary>
            Update a Traffic Manager endpoint.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be updated.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be updated.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be updated.
            </param>
            <param name='parameters'>
            The Traffic Manager endpoint parameters supplied to the Update operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.TrafficManager.IEndpointsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Update a Traffic Manager endpoint.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be updated.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be updated.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be updated.
            </param>
            <param name='parameters'>
            The Traffic Manager endpoint parameters supplied to the Update operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions.Get(Microsoft.Azure.Management.TrafficManager.IEndpointsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets a Traffic Manager endpoint.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions.GetAsync(Microsoft.Azure.Management.TrafficManager.IEndpointsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a Traffic Manager endpoint.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.TrafficManager.IEndpointsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Endpoint)">
            <summary>
            Create or update a Traffic Manager endpoint.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be created or updated.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be created or updated.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be created or updated.
            </param>
            <param name='parameters'>
            The Traffic Manager endpoint parameters supplied to the CreateOrUpdate
            operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.TrafficManager.IEndpointsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Endpoint,System.Threading.CancellationToken)">
            <summary>
            Create or update a Traffic Manager endpoint.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be created or updated.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be created or updated.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be created or updated.
            </param>
            <param name='parameters'>
            The Traffic Manager endpoint parameters supplied to the CreateOrUpdate
            operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions.Delete(Microsoft.Azure.Management.TrafficManager.IEndpointsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a Traffic Manager endpoint.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be deleted.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be deleted.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be deleted.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.EndpointsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.TrafficManager.IEndpointsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a Traffic Manager endpoint.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager endpoint to
            be deleted.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be deleted.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be deleted.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.GeographicHierarchiesOperations">
            <summary>
            GeographicHierarchiesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.GeographicHierarchiesOperations.#ctor(Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient)">
            <summary>
            Initializes a new instance of the GeographicHierarchiesOperations 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.TrafficManager.GeographicHierarchiesOperations.Client">
            <summary>
            Gets a reference to the TrafficManagerManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.GeographicHierarchiesOperations.GetDefaultWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the default Geographic Hierarchy used by the Geographic traffic
            routing method.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.GeographicHierarchiesOperationsExtensions">
            <summary>
            Extension methods for GeographicHierarchiesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.GeographicHierarchiesOperationsExtensions.GetDefault(Microsoft.Azure.Management.TrafficManager.IGeographicHierarchiesOperations)">
            <summary>
            Gets the default Geographic Hierarchy used by the Geographic traffic
            routing method.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.GeographicHierarchiesOperationsExtensions.GetDefaultAsync(Microsoft.Azure.Management.TrafficManager.IGeographicHierarchiesOperations,System.Threading.CancellationToken)">
            <summary>
            Gets the default Geographic Hierarchy used by the Geographic traffic
            routing method.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.IEndpointsOperations">
            <summary>
            EndpointsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.IEndpointsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Endpoint,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update a Traffic Manager endpoint.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            endpoint to be updated.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be updated.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be updated.
            </param>
            <param name='parameters'>
            The Traffic Manager endpoint parameters supplied to the Update
            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.TrafficManager.IEndpointsOperations.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>
            Gets a Traffic Manager endpoint.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            endpoint.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint.
            </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.TrafficManager.IEndpointsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Endpoint,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a Traffic Manager endpoint.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            endpoint to be created or updated.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be created or updated.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint to be created or updated.
            </param>
            <param name='parameters'>
            The Traffic Manager endpoint parameters supplied to the
            CreateOrUpdate 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.TrafficManager.IEndpointsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a Traffic Manager endpoint.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            endpoint to be deleted.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='endpointType'>
            The type of the Traffic Manager endpoint to be deleted.
            </param>
            <param name='endpointName'>
            The name of the Traffic Manager endpoint 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="T:Microsoft.Azure.Management.TrafficManager.IGeographicHierarchiesOperations">
            <summary>
            GeographicHierarchiesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.IGeographicHierarchiesOperations.GetDefaultWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the default Geographic Hierarchy used by the Geographic
            traffic routing method.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.IProfilesOperations">
            <summary>
            ProfilesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.IProfilesOperations.CheckTrafficManagerRelativeDnsNameAvailabilityWithHttpMessagesAsync(Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks the availability of a Traffic Manager Relative DNS name.
            </summary>
            <param name='parameters'>
            The Traffic Manager name parameters supplied to the
            CheckTrafficManagerNameAvailability 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.TrafficManager.IProfilesOperations.ListAllInResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all Traffic Manager profiles within a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            profiles to be listed.
            </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.TrafficManager.IProfilesOperations.ListAllWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all Traffic Manager profiles within a 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.TrafficManager.IProfilesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a Traffic Manager profile.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </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.TrafficManager.IProfilesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Profile,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a Traffic Manager profile.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='parameters'>
            The Traffic Manager profile parameters supplied to the
            CreateOrUpdate 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.TrafficManager.IProfilesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a Traffic Manager profile.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            profile to be deleted.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile 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.TrafficManager.IProfilesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Profile,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update a Traffic Manager profile.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager
            profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='parameters'>
            The Traffic Manager profile parameters supplied to the Update
            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.TrafficManager.ITrafficManagerManagementClient">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.SubscriptionId">
            <summary>
            Gets 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.TrafficManager.ITrafficManagerManagementClient.ApiVersion">
            <summary>
            Client Api Version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.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.TrafficManager.ITrafficManagerManagementClient.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.TrafficManager.ITrafficManagerManagementClient.Endpoints">
            <summary>
            Gets the IEndpointsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.Profiles">
            <summary>
            Gets the IProfilesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.ITrafficManagerManagementClient.GeographicHierarchies">
            <summary>
            Gets the IGeographicHierarchiesOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters">
            <summary>
            Parameters supplied to check Traffic Manager name operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters.#ctor">
            <summary>
            Initializes a new instance of the
            CheckTrafficManagerRelativeDnsNameAvailabilityParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the
            CheckTrafficManagerRelativeDnsNameAvailabilityParameters class.
            </summary>
            <param name="name">Gets or sets the name of the resource.</param>
            <param name="type">Gets or sets the type of the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters.Name">
            <summary>
            Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters.Type">
            <summary>
            Gets or sets the type of the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.DeleteOperationResult">
            <summary>
            The result of the request or operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.DeleteOperationResult.#ctor">
            <summary>
            Initializes a new instance of the DeleteOperationResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.DeleteOperationResult.#ctor(System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the DeleteOperationResult class.
            </summary>
            <param name="operationResult">The result of the operation or
            request.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.DeleteOperationResult.OperationResult">
            <summary>
            Gets the result of the operation or request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.DnsConfig">
            <summary>
            Class containing DNS settings in a Traffic Manager profile.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.DnsConfig.#ctor">
            <summary>
            Initializes a new instance of the DnsConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.DnsConfig.#ctor(System.String,System.String,System.Nullable{System.Int64})">
            <summary>
            Initializes a new instance of the DnsConfig class.
            </summary>
            <param name="relativeName">Gets or sets the relative DNS name
            provided by this Traffic Manager profile. This value is combined
            with the DNS domain name used by Azure Traffic Manager to form the
            fully-qualified domain name (FQDN) of the profile.</param>
            <param name="fqdn">Gets or sets the fully-qualified domain name
            (FQDN) of the Traffic Manager profile. This is formed from the
            concatenation of the RelativeName with the DNS domain used by Azure
            Traffic Manager.</param>
            <param name="ttl">Gets or sets the DNS Time-To-Live (TTL), in
            seconds. This informs the local DNS resolvers and DNS clients how
            long to cache DNS responses provided by this Traffic Manager
            profile.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.DnsConfig.RelativeName">
            <summary>
            Gets or sets the relative DNS name provided by this Traffic Manager
            profile. This value is combined with the DNS domain name used by
            Azure Traffic Manager to form the fully-qualified domain name
            (FQDN) of the profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.DnsConfig.Fqdn">
            <summary>
            Gets or sets the fully-qualified domain name (FQDN) of the Traffic
            Manager profile. This is formed from the concatenation of the
            RelativeName with the DNS domain used by Azure Traffic Manager.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.DnsConfig.Ttl">
            <summary>
            Gets or sets the DNS Time-To-Live (TTL), in seconds. This informs
            the local DNS resolvers and DNS clients how long to cache DNS
            responses provided by this Traffic Manager profile.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.Endpoint">
            <summary>
            Class representing a Traffic Manager endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.#ctor">
            <summary>
            Initializes a new instance of the Endpoint class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.String,System.String,System.Nullable{System.Int64},System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the Endpoint class.
            </summary>
            <param name="id">Gets or sets the ID of the Traffic Manager
            endpoint.</param>
            <param name="name">Gets or sets the name of the Traffic Manager
            endpoint.</param>
            <param name="type">Gets or sets the endpoint type of the Traffic
            Manager endpoint.</param>
            <param name="targetResourceId">Gets or sets the Azure Resource URI
            of the of the endpoint. Not applicable to endpoints of type
            'ExternalEndpoints'.</param>
            <param name="target">Gets or sets the fully-qualified DNS name of
            the endpoint. Traffic Manager returns this value in DNS responses
            to direct traffic to this endpoint.</param>
            <param name="endpointStatus">Gets or sets the status of the
            endpoint.. If the endpoint is Enabled, it is probed for endpoint
            health and is included in the traffic routing method. Possible
            values are 'Enabled' and 'Disabled'.</param>
            <param name="weight">Gets or sets the weight of this endpoint when
            using the 'Weighted' traffic routing method. Possible values are
            from 1 to 1000.</param>
            <param name="priority">Gets or sets the priority of this endpoint
            when using the ‘Priority’ traffic routing method. Possible values
            are from 1 to 1000, lower values represent higher priority. This is
            an optional parameter. If specified, it must be specified on all
            endpoints, and no two endpoints can share the same priority
            value.</param>
            <param name="endpointLocation">Specifies the location of the
            external or nested endpoints when using the ‘Performance’ traffic
            routing method.</param>
            <param name="endpointMonitorStatus">Gets or sets the monitoring
            status of the endpoint.</param>
            <param name="minChildEndpoints">Gets or sets the minimum number of
            endpoints that must be available in the child profile in order for
            the parent profile to be considered available. Only applicable to
            endpoint of type 'NestedEndpoints'.</param>
            <param name="geoMapping">Gets or sets the list of countries/regions
            mapped to this endpoint when using the ‘Geographic’ traffic routing
            method. Please consult Traffic Manager Geographic documentation for
            a full list of accepted values.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.Id">
            <summary>
            Gets or sets the ID of the Traffic Manager endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.Name">
            <summary>
            Gets or sets the name of the Traffic Manager endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.Type">
            <summary>
            Gets or sets the endpoint type of the Traffic Manager endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.TargetResourceId">
            <summary>
            Gets or sets the Azure Resource URI of the of the endpoint. Not
            applicable to endpoints of type 'ExternalEndpoints'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.Target">
            <summary>
            Gets or sets the fully-qualified DNS name of the endpoint. Traffic
            Manager returns this value in DNS responses to direct traffic to
            this endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.EndpointStatus">
            <summary>
            Gets or sets the status of the endpoint.. If the endpoint is
            Enabled, it is probed for endpoint health and is included in the
            traffic routing method. Possible values are 'Enabled' and
            'Disabled'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.Weight">
            <summary>
            Gets or sets the weight of this endpoint when using the 'Weighted'
            traffic routing method. Possible values are from 1 to 1000.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.Priority">
            <summary>
            Gets or sets the priority of this endpoint when using the
            â€˜Priority’ traffic routing method. Possible values are from 1 to
            1000, lower values represent higher priority. This is an optional
            parameter. If specified, it must be specified on all endpoints,
            and no two endpoints can share the same priority value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.EndpointLocation">
            <summary>
            Gets or sets specifies the location of the external or nested
            endpoints when using the ‘Performance’ traffic routing method.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.EndpointMonitorStatus">
            <summary>
            Gets or sets the monitoring status of the endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.MinChildEndpoints">
            <summary>
            Gets or sets the minimum number of endpoints that must be available
            in the child profile in order for the parent profile to be
            considered available. Only applicable to endpoint of type
            'NestedEndpoints'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Endpoint.GeoMapping">
            <summary>
            Gets or sets the list of countries/regions mapped to this endpoint
            when using the ‘Geographic’ traffic routing method. Please consult
            Traffic Manager Geographic documentation for a full list of
            accepted values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig">
            <summary>
            Class containing endpoint monitoring settings in a Traffic Manager
            profile.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.#ctor">
            <summary>
            Initializes a new instance of the MonitorConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.#ctor(System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64})">
            <summary>
            Initializes a new instance of the MonitorConfig class.
            </summary>
            <param name="profileMonitorStatus">Gets or sets the profile-level
            monitoring status of the Traffic Manager profile.</param>
            <param name="protocol">Gets or sets the protocol (HTTP, HTTPS or
            TCP) used to probe for endpoint health.</param>
            <param name="port">Gets or sets the TCP port used to probe for
            endpoint health.</param>
            <param name="path">Gets or sets the path relative to the endpoint
            domain name used to probe for endpoint health.</param>
            <param name="intervalInSeconds">Gets or sets the monitor interval
            for endpoints in this profile. This is the interval at which
            Traffic Manager will check the health of each endpoint in this
            profile.</param>
            <param name="timeoutInSeconds">Gets or sets the monitor timeout for
            endpoints in this profile. This is the time that Traffic Manager
            allows endpoints in this profile to response to the health
            check.</param>
            <param name="toleratedNumberOfFailures">Gets or sets the number of
            consecutive failed health check that Traffic Manager tolerates
            before declaring an endpoint in this profile Degraded after the
            next failed health check.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.ProfileMonitorStatus">
            <summary>
            Gets or sets the profile-level monitoring status of the Traffic
            Manager profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Protocol">
            <summary>
            Gets or sets the protocol (HTTP, HTTPS or TCP) used to probe for
            endpoint health.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Port">
            <summary>
            Gets or sets the TCP port used to probe for endpoint health.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Path">
            <summary>
            Gets or sets the path relative to the endpoint domain name used to
            probe for endpoint health.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.IntervalInSeconds">
            <summary>
            Gets or sets the monitor interval for endpoints in this profile.
            This is the interval at which Traffic Manager will check the health
            of each endpoint in this profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.TimeoutInSeconds">
            <summary>
            Gets or sets the monitor timeout for endpoints in this profile.
            This is the time that Traffic Manager allows endpoints in this
            profile to response to the health check.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.ToleratedNumberOfFailures">
            <summary>
            Gets or sets the number of consecutive failed health check that
            Traffic Manager tolerates before declaring an endpoint in this
            profile Degraded after the next failed health check.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.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.TrafficManager.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.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.TrafficManager.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.TrafficManager.Models.Profile">
            <summary>
            Class representing a Traffic Manager profile.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.Profile.#ctor">
            <summary>
            Initializes a new instance of the Profile class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.Profile.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.DnsConfig,Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig,System.Collections.Generic.IList{Microsoft.Azure.Management.TrafficManager.Models.Endpoint})">
            <summary>
            Initializes a new instance of the Profile class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location</param>
            <param name="tags">Resource tags</param>
            <param name="profileStatus">Gets or sets the status of the Traffic
            Manager profile. Possible values are 'Enabled' and
            'Disabled'.</param>
            <param name="trafficRoutingMethod">Gets or sets the traffic routing
            method of the Traffic Manager profile. Possible values are
            'Performance', 'Weighted', 'Priority' or 'Geographic'.</param>
            <param name="dnsConfig">Gets or sets the DNS settings of the
            Traffic Manager profile.</param>
            <param name="monitorConfig">Gets or sets the endpoint monitoring
            settings of the Traffic Manager profile.</param>
            <param name="endpoints">Gets or sets the list of endpoints in the
            Traffic Manager profile.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Profile.ProfileStatus">
            <summary>
            Gets or sets the status of the Traffic Manager profile. Possible
            values are 'Enabled' and 'Disabled'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Profile.TrafficRoutingMethod">
            <summary>
            Gets or sets the traffic routing method of the Traffic Manager
            profile. Possible values are 'Performance', 'Weighted', 'Priority'
            or 'Geographic'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Profile.DnsConfig">
            <summary>
            Gets or sets the DNS settings of the Traffic Manager profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Profile.MonitorConfig">
            <summary>
            Gets or sets the endpoint monitoring settings of the Traffic
            Manager profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Profile.Endpoints">
            <summary>
            Gets or sets the list of endpoints in the Traffic Manager profile.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.Region">
            <summary>
            Class representing a region in the Geographic hierarchy used with the
            Geographic traffic routing method.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.Region.#ctor">
            <summary>
            Initializes a new instance of the Region class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.Region.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.TrafficManager.Models.Region})">
            <summary>
            Initializes a new instance of the Region class.
            </summary>
            <param name="code">The code of the region</param>
            <param name="name">The name of the region</param>
            <param name="regions">The list of Regions grouped under this Region
            in the Geographic Hierarchy.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Region.Code">
            <summary>
            Gets or sets the code of the region
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Region.Name">
            <summary>
            Gets or sets the name of the region
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Region.Regions">
            <summary>
            Gets or sets the list of Regions grouped under this Region in the
            Geographic Hierarchy.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.Resource">
            <summary>
            The Resource model definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.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="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Resource.Id">
            <summary>
            Gets resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Resource.Name">
            <summary>
            Gets resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Resource.Type">
            <summary>
            Gets resource type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Resource.Location">
            <summary>
            Gets or sets resource location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.Resource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerGeographicHierarchy">
            <summary>
            Class representing the Geographic hierarchy used with the Geographic
            traffic routing method.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerGeographicHierarchy.#ctor">
            <summary>
            Initializes a new instance of the TrafficManagerGeographicHierarchy
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerGeographicHierarchy.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.TrafficManager.Models.Region)">
            <summary>
            Initializes a new instance of the TrafficManagerGeographicHierarchy
            class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location</param>
            <param name="tags">Resource tags</param>
            <param name="geographicHierarchy">The region at the root of the
            hierarchy from all the regions in the hierarchy can be
            retrieved.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerGeographicHierarchy.GeographicHierarchy">
            <summary>
            Gets or sets the region at the root of the hierarchy from all the
            regions in the hierarchy can be retrieved.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability">
            <summary>
            Class representing a Traffic Manager Name Availability response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability.#ctor">
            <summary>
            Initializes a new instance of the TrafficManagerNameAvailability
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability.#ctor(System.String,System.String,System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Initializes a new instance of the TrafficManagerNameAvailability
            class.
            </summary>
            <param name="name">The relative name.</param>
            <param name="type">Traffic Manager profile resource type.</param>
            <param name="nameAvailable">Describes whether the relative name is
            available or not.</param>
            <param name="reason">The reason why the name is not available, when
            applicable.</param>
            <param name="message">Descriptive message that explains why the
            name is not available, when applicable.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability.Name">
            <summary>
            Gets or sets the relative name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability.Type">
            <summary>
            Gets or sets traffic Manager profile resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability.NameAvailable">
            <summary>
            Gets or sets describes whether the relative name is available or
            not.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability.Reason">
            <summary>
            Gets or sets the reason why the name is not available, when
            applicable.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability.Message">
            <summary>
            Gets or sets descriptive message that explains why the name is not
            available, when applicable.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.TrafficManager.ProfilesOperations">
            <summary>
            ProfilesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperations.#ctor(Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient)">
            <summary>
            Initializes a new instance of the ProfilesOperations 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.TrafficManager.ProfilesOperations.Client">
            <summary>
            Gets a reference to the TrafficManagerManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperations.CheckTrafficManagerRelativeDnsNameAvailabilityWithHttpMessagesAsync(Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks the availability of a Traffic Manager Relative DNS name.
            </summary>
            <param name='parameters'>
            The Traffic Manager name parameters supplied to the
            CheckTrafficManagerNameAvailability 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.TrafficManager.ProfilesOperations.ListAllInResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all Traffic Manager profiles within a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profiles to
            be listed.
            </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.TrafficManager.ProfilesOperations.ListAllWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all Traffic Manager profiles within a 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.TrafficManager.ProfilesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a Traffic Manager profile.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </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.TrafficManager.ProfilesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Profile,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a Traffic Manager profile.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='parameters'>
            The Traffic Manager profile parameters supplied to the CreateOrUpdate
            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.TrafficManager.ProfilesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a Traffic Manager profile.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile to be
            deleted.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile 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.TrafficManager.ProfilesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Profile,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update a Traffic Manager profile.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='parameters'>
            The Traffic Manager profile parameters supplied to the Update 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.TrafficManager.ProfilesOperationsExtensions">
            <summary>
            Extension methods for ProfilesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.CheckTrafficManagerRelativeDnsNameAvailability(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters)">
            <summary>
            Checks the availability of a Traffic Manager Relative DNS name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            The Traffic Manager name parameters supplied to the
            CheckTrafficManagerNameAvailability operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.CheckTrafficManagerRelativeDnsNameAvailabilityAsync(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,Microsoft.Azure.Management.TrafficManager.Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters,System.Threading.CancellationToken)">
            <summary>
            Checks the availability of a Traffic Manager Relative DNS name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            The Traffic Manager name parameters supplied to the
            CheckTrafficManagerNameAvailability operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.ListAllInResourceGroup(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String)">
            <summary>
            Lists all Traffic Manager profiles within a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profiles to
            be listed.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.ListAllInResourceGroupAsync(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all Traffic Manager profiles within a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profiles to
            be listed.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.ListAll(Microsoft.Azure.Management.TrafficManager.IProfilesOperations)">
            <summary>
            Lists all Traffic Manager profiles within a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.ListAllAsync(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.Threading.CancellationToken)">
            <summary>
            Lists all Traffic Manager profiles within a 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.TrafficManager.ProfilesOperationsExtensions.Get(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.String)">
            <summary>
            Gets a Traffic Manager profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.GetAsync(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a Traffic Manager profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Profile)">
            <summary>
            Create or update a Traffic Manager profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='parameters'>
            The Traffic Manager profile parameters supplied to the CreateOrUpdate
            operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Profile,System.Threading.CancellationToken)">
            <summary>
            Create or update a Traffic Manager profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='parameters'>
            The Traffic Manager profile parameters supplied to the CreateOrUpdate
            operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.Delete(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.String)">
            <summary>
            Deletes a Traffic Manager profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile to be
            deleted.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile to be deleted.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a Traffic Manager profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile to be
            deleted.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile to be deleted.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.Update(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Profile)">
            <summary>
            Update a Traffic Manager profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='parameters'>
            The Traffic Manager profile parameters supplied to the Update operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.ProfilesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.TrafficManager.IProfilesOperations,System.String,System.String,Microsoft.Azure.Management.TrafficManager.Models.Profile,System.Threading.CancellationToken)">
            <summary>
            Update a Traffic Manager profile.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the Traffic Manager profile.
            </param>
            <param name='profileName'>
            The name of the Traffic Manager profile.
            </param>
            <param name='parameters'>
            The Traffic Manager profile parameters supplied to the Update operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.SubscriptionId">
            <summary>
            Gets 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.TrafficManager.TrafficManagerManagementClient.ApiVersion">
            <summary>
            Client Api Version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.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.TrafficManager.TrafficManagerManagementClient.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.TrafficManager.TrafficManagerManagementClient.Endpoints">
            <summary>
            Gets the IEndpointsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.Profiles">
            <summary>
            Gets the IProfilesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.GeographicHierarchies">
            <summary>
            Gets the IGeographicHierarchiesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the TrafficManagerManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the TrafficManagerManagementClient 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.TrafficManager.TrafficManagerManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the TrafficManagerManagementClient 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.TrafficManager.TrafficManagerManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the TrafficManagerManagementClient 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.TrafficManager.TrafficManagerManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the TrafficManagerManagementClient 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.TrafficManager.TrafficManagerManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the TrafficManagerManagementClient 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.TrafficManager.TrafficManagerManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the TrafficManagerManagementClient 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.TrafficManager.TrafficManagerManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the TrafficManagerManagementClient 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.TrafficManager.TrafficManagerManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
    </members>
</doc>