Microsoft.Azure.Management.Relay.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.Relay</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.Relay.HybridConnectionsOperations">
            <summary>
            HybridConnectionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperations.#ctor(Microsoft.Azure.Management.Relay.RelayManagementClient)">
            <summary>
            Initializes a new instance of the HybridConnectionsOperations 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.Relay.HybridConnectionsOperations.Client">
            <summary>
            Gets a reference to the RelayManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperations.ListByNamespaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the HybridConnection within the namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.HybridConnectionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.HybridConnection,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates a service HybridConnection. This operation is
            idempotent.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a HybridConnection.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.HybridConnectionsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a HybridConnection .
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified HybridConnection.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.HybridConnectionsOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a HybridConnection.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a HybridConnection
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.HybridConnectionsOperations.DeleteAuthorizationRuleWithHttpMessagesAsync(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 HybridConnection authorization rule
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperations.GetAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            HybridConnection authorizationRule for a HybridConnection by name.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.HybridConnectionsOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the HybridConnection.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.HybridConnectionsOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the
            HybridConnection
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.HybridConnectionsOperations.ListByNamespaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the HybridConnection within the namespace.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.HybridConnectionsOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a HybridConnection.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions">
            <summary>
            Extension methods for HybridConnectionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListByNamespace(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String)">
            <summary>
            Lists the HybridConnection within the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListByNamespaceAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the HybridConnection within the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.HybridConnection)">
            <summary>
            Creates or Updates a service HybridConnection. This operation is
            idempotent.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a HybridConnection.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.HybridConnection,System.Threading.CancellationToken)">
            <summary>
            Creates or Updates a service HybridConnection. This operation is
            idempotent.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a HybridConnection.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.Delete(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a HybridConnection .
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a HybridConnection .
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.Get(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String)">
            <summary>
            Returns the description for the specified HybridConnection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified HybridConnection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String)">
            <summary>
            Authorization rules for a HybridConnection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a HybridConnection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule)">
            <summary>
            Creates or Updates an authorization rule for a HybridConnection
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a HybridConnection
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a HybridConnection authorization rule
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a HybridConnection authorization rule
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            HybridConnection authorizationRule for a HybridConnection by name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            HybridConnection authorizationRule for a HybridConnection by name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListKeys(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Primary and Secondary ConnectionStrings to the HybridConnection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the HybridConnection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.RegenerateKeys(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the
            HybridConnection
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.RegenerateKeysAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the
            HybridConnection
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListByNamespaceNext(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String)">
            <summary>
            Lists the HybridConnection within the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListByNamespaceNextAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the HybridConnection within the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListAuthorizationRulesNext(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String)">
            <summary>
            Authorization rules for a HybridConnection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.HybridConnectionsOperationsExtensions.ListAuthorizationRulesNextAsync(Microsoft.Azure.Management.Relay.IHybridConnectionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a HybridConnection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.IHybridConnectionsOperations">
            <summary>
            HybridConnectionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IHybridConnectionsOperations.ListByNamespaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the HybridConnection within the namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IHybridConnectionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.HybridConnection,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates a service HybridConnection. This operation is
            idempotent.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a HybridConnection.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IHybridConnectionsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a HybridConnection .
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IHybridConnectionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified HybridConnection.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IHybridConnectionsOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a HybridConnection.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IHybridConnectionsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a HybridConnection
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IHybridConnectionsOperations.DeleteAuthorizationRuleWithHttpMessagesAsync(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 HybridConnection authorization rule
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IHybridConnectionsOperations.GetAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            HybridConnection authorizationRule for a HybridConnection by name.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IHybridConnectionsOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the HybridConnection.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IHybridConnectionsOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the
            HybridConnection
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='hybridConnectionName'>
            The hybrid connection name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IHybridConnectionsOperations.ListByNamespaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the HybridConnection within the namespace.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IHybridConnectionsOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a HybridConnection.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.INamespacesOperations">
            <summary>
            NamespacesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.INamespacesOperations.CheckNameAvailabilityMethodWithHttpMessagesAsync(Microsoft.Azure.Management.Relay.Models.CheckNameAvailability,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Check the give namespace name availability.
            </summary>
            <param name='parameters'>
            Parameters to check availability of the given namespace name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.INamespacesOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the subscription
            irrespective of the resourceGroups.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the ResourceGroup.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create Azure Relay namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters supplied to create a Namespace Resource.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an existing namespace. This operation also removes all
            associated resources under the namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.INamespacesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a namespace. Once created, this namespace's
            resource manifest is immutable. This operation is idempotent.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters for updating a namespace resource.
            </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.Relay.INamespacesOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a namespace
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.DeleteAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a namespace authorization rule
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.INamespacesOperations.GetAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rule for a namespace by name.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the namespace
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the
            namespace
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create Azure Relay namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters supplied to create a Namespace Resource.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an existing namespace. This operation also removes all
            associated resources under the namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.INamespacesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the subscription
            irrespective of the resourceGroups.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the ResourceGroup.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.INamespacesOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a namespace.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IOperations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Relay REST API operations.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Relay REST API operations.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IRelayManagementClient">
            <summary>
            Use these API to manage Azure Relay resources through Azure Resources
            Manager.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.SubscriptionId">
            <summary>
            Subscription credentials which uniquely identify Microsoft Azure
            subscription. The subscription ID forms part of the URI for every
            service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.ApiVersion">
            <summary>
            Client Api Version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.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.Relay.IRelayManagementClient.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.Relay.IRelayManagementClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.Namespaces">
            <summary>
            Gets the INamespacesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.HybridConnections">
            <summary>
            Gets the IHybridConnectionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.IRelayManagementClient.WCFRelays">
            <summary>
            Gets the IWCFRelaysOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.IWCFRelaysOperations">
            <summary>
            WCFRelaysOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IWCFRelaysOperations.ListByNamespaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the WCFRelays within the namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IWCFRelaysOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.WcfRelay,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates a WCFRelay. This operation is idempotent.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='parameters'>
            Parameters supplied to create a WCFRelays.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IWCFRelaysOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a WCFRelays .
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IWCFRelaysOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified WCFRelays.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IWCFRelaysOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a WCFRelays.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IWCFRelaysOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a WCFRelays
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IWCFRelaysOperations.DeleteAuthorizationRuleWithHttpMessagesAsync(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 WCFRelays authorization rule
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.IWCFRelaysOperations.GetAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get authorizationRule for a WCFRelays by name.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IWCFRelaysOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the WCFRelays.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IWCFRelaysOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the
            WCFRelays
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IWCFRelaysOperations.ListByNamespaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the WCFRelays within the namespace.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.IWCFRelaysOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a WCFRelays.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.NamespacesOperations">
            <summary>
            NamespacesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperations.#ctor(Microsoft.Azure.Management.Relay.RelayManagementClient)">
            <summary>
            Initializes a new instance of the NamespacesOperations 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.Relay.NamespacesOperations.Client">
            <summary>
            Gets a reference to the RelayManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperations.CheckNameAvailabilityMethodWithHttpMessagesAsync(Microsoft.Azure.Management.Relay.Models.CheckNameAvailability,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Check the give namespace name availability.
            </summary>
            <param name='parameters'>
            Parameters to check availability of the given namespace name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the subscription irrespective of
            the resourceGroups.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the ResourceGroup.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create Azure Relay namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters supplied to create a Namespace Resource.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a namespace. Once created, this namespace's resource
            manifest is immutable. This operation is idempotent.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters for updating a namespace resource.
            </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.Relay.NamespacesOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a namespace
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.DeleteAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a namespace authorization rule
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperations.GetAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rule for a namespace by name.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the namespace
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the namespace
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create Azure Relay namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters supplied to create a Namespace Resource.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the subscription irrespective of
            the resourceGroups.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the ResourceGroup.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a namespace.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.NamespacesOperationsExtensions">
            <summary>
            Extension methods for NamespacesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.CheckNameAvailabilityMethod(Microsoft.Azure.Management.Relay.INamespacesOperations,Microsoft.Azure.Management.Relay.Models.CheckNameAvailability)">
            <summary>
            Check the give namespace name availability.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Parameters to check availability of the given namespace name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.CheckNameAvailabilityMethodAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,Microsoft.Azure.Management.Relay.Models.CheckNameAvailability,System.Threading.CancellationToken)">
            <summary>
            Check the give namespace name availability.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Parameters to check availability of the given namespace name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.List(Microsoft.Azure.Management.Relay.INamespacesOperations)">
            <summary>
            Lists all the available namespaces within the subscription irrespective of
            the resourceGroups.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the subscription irrespective of
            the resourceGroups.
            </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.Relay.NamespacesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String)">
            <summary>
            Lists all the available namespaces within the ResourceGroup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the ResourceGroup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespace)">
            <summary>
            Create Azure Relay namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters supplied to create a Namespace Resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespace,System.Threading.CancellationToken)">
            <summary>
            Create Azure Relay namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters supplied to create a Namespace Resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.Delete(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.Get(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String)">
            <summary>
            Returns the description for the specified namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.GetAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.Update(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter)">
            <summary>
            Creates or updates a namespace. Once created, this namespace's resource
            manifest is immutable. This operation is idempotent.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters for updating a namespace resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a namespace. Once created, this namespace's resource
            manifest is immutable. This operation is idempotent.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters for updating a namespace resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String)">
            <summary>
            Authorization rules for a namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule)">
            <summary>
            Creates or Updates an authorization rule for a namespace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a namespace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a namespace authorization rule
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a namespace authorization rule
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String)">
            <summary>
            Authorization rule for a namespace by name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Authorization rule for a namespace by name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListKeys(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String)">
            <summary>
            Primary and Secondary ConnectionStrings to the namespace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the namespace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.RegenerateKeys(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the namespace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.RegenerateKeysAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the namespace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespace)">
            <summary>
            Create Azure Relay namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters supplied to create a Namespace Resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RelayNamespace,System.Threading.CancellationToken)">
            <summary>
            Create Azure Relay namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='parameters'>
            Parameters supplied to create a Namespace Resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.BeginDelete(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListNext(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String)">
            <summary>
            Lists all the available namespaces within the subscription irrespective of
            the resourceGroups.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the subscription irrespective of
            the resourceGroups.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String)">
            <summary>
            Lists all the available namespaces within the ResourceGroup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all the available namespaces within the ResourceGroup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListAuthorizationRulesNext(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String)">
            <summary>
            Authorization rules for a namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.NamespacesOperationsExtensions.ListAuthorizationRulesNextAsync(Microsoft.Azure.Management.Relay.INamespacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Operations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Operations.#ctor(Microsoft.Azure.Management.Relay.RelayManagementClient)">
            <summary>
            Initializes a new instance of the Operations 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.Relay.Operations.Client">
            <summary>
            Gets a reference to the RelayManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Operations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Relay REST API operations.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.Operations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Relay REST API operations.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.OperationsExtensions">
            <summary>
            Extension methods for Operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.OperationsExtensions.List(Microsoft.Azure.Management.Relay.IOperations)">
            <summary>
            Lists all of the available Relay REST API operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.OperationsExtensions.ListAsync(Microsoft.Azure.Management.Relay.IOperations,System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Relay REST API operations.
            </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.Relay.OperationsExtensions.ListNext(Microsoft.Azure.Management.Relay.IOperations,System.String)">
            <summary>
            Lists all of the available Relay REST API operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.OperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Relay.IOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Relay REST API operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.RelayManagementClient">
            <summary>
            Use these API to manage Azure Relay resources through Azure Resources
            Manager.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.SubscriptionId">
            <summary>
            Subscription credentials which uniquely identify Microsoft Azure
            subscription. The subscription ID forms part of the URI for every service
            call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.ApiVersion">
            <summary>
            Client Api Version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.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.Relay.RelayManagementClient.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.Relay.RelayManagementClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.Namespaces">
            <summary>
            Gets the INamespacesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.HybridConnections">
            <summary>
            Gets the IHybridConnectionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.RelayManagementClient.WCFRelays">
            <summary>
            Gets the IWCFRelaysOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.RelayManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RelayManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.RelayManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RelayManagementClient 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.Relay.RelayManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RelayManagementClient 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.Relay.RelayManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RelayManagementClient 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.Relay.RelayManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RelayManagementClient 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.Relay.RelayManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RelayManagementClient 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.Relay.RelayManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RelayManagementClient 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.Relay.RelayManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RelayManagementClient 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.Relay.RelayManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.WCFRelaysOperations">
            <summary>
            WCFRelaysOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperations.#ctor(Microsoft.Azure.Management.Relay.RelayManagementClient)">
            <summary>
            Initializes a new instance of the WCFRelaysOperations 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.Relay.WCFRelaysOperations.Client">
            <summary>
            Gets a reference to the RelayManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperations.ListByNamespaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the WCFRelays within the namespace.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.WCFRelaysOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.WcfRelay,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates a WCFRelay. This operation is idempotent.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='parameters'>
            Parameters supplied to create a WCFRelays.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.WCFRelaysOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a WCFRelays .
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified WCFRelays.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.WCFRelaysOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a WCFRelays.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a WCFRelays
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.WCFRelaysOperations.DeleteAuthorizationRuleWithHttpMessagesAsync(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 WCFRelays authorization rule
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperations.GetAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get authorizationRule for a WCFRelays by name.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.WCFRelaysOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the WCFRelays.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.WCFRelaysOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the WCFRelays
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.WCFRelaysOperations.ListByNamespaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the WCFRelays within the namespace.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            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.Relay.WCFRelaysOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a WCFRelays.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions">
            <summary>
            Extension methods for WCFRelaysOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListByNamespace(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String)">
            <summary>
            Lists the WCFRelays within the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListByNamespaceAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the WCFRelays within the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.WcfRelay)">
            <summary>
            Creates or Updates a WCFRelay. This operation is idempotent.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='parameters'>
            Parameters supplied to create a WCFRelays.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.WcfRelay,System.Threading.CancellationToken)">
            <summary>
            Creates or Updates a WCFRelay. This operation is idempotent.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='parameters'>
            Parameters supplied to create a WCFRelays.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.Delete(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a WCFRelays .
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a WCFRelays .
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.Get(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String)">
            <summary>
            Returns the description for the specified WCFRelays.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.GetAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the description for the specified WCFRelays.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String)">
            <summary>
            Authorization rules for a WCFRelays.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a WCFRelays.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule)">
            <summary>
            Creates or Updates an authorization rule for a WCFRelays
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.AuthorizationRule,System.Threading.CancellationToken)">
            <summary>
            Creates or Updates an authorization rule for a WCFRelays
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            The authorization rule parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a WCFRelays authorization rule
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a WCFRelays authorization rule
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get authorizationRule for a WCFRelays by name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get authorizationRule for a WCFRelays by name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListKeys(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Primary and Secondary ConnectionStrings to the WCFRelays.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Primary and Secondary ConnectionStrings to the WCFRelays.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.RegenerateKeys(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the WCFRelays
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.RegenerateKeysAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters,System.Threading.CancellationToken)">
            <summary>
            Regenerates the Primary or Secondary ConnectionStrings to the WCFRelays
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The Namespace Name
            </param>
            <param name='relayName'>
            The relay name
            </param>
            <param name='authorizationRuleName'>
            The authorizationRule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate Auth Rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListByNamespaceNext(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String)">
            <summary>
            Lists the WCFRelays within the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListByNamespaceNextAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the WCFRelays within the namespace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListAuthorizationRulesNext(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String)">
            <summary>
            Authorization rules for a WCFRelays.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.WCFRelaysOperationsExtensions.ListAuthorizationRulesNextAsync(Microsoft.Azure.Management.Relay.IWCFRelaysOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Authorization rules for a WCFRelays.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.AccessRights">
            <summary>
            Defines values for AccessRights.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.AuthorizationRule">
            <summary>
            Description of a Namespace AuthorizationRules.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.AuthorizationRule.#ctor">
            <summary>
            Initializes a new instance of the AuthorizationRule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.AuthorizationRule.#ctor(System.Collections.Generic.IList{System.String},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the AuthorizationRule class.
            </summary>
            <param name="rights">The rights associated with the rule.</param>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.AuthorizationRule.Rights">
            <summary>
            Gets or sets the rights associated with the rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.AuthorizationRule.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.AuthorizationRuleKeys">
            <summary>
            Namespace/Relay Connection String
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.AuthorizationRuleKeys.#ctor">
            <summary>
            Initializes a new instance of the AuthorizationRuleKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.AuthorizationRuleKeys.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the AuthorizationRuleKeys class.
            </summary>
            <param name="primaryConnectionString">PrimaryConnectionString of
            the created Namespace AuthorizationRule.</param>
            <param name="secondaryConnectionString">SecondaryConnectionString
            of the created Namespace AuthorizationRule</param>
            <param name="primaryKey">A base64-encoded 256-bit primary key for
            signing and validating the SAS token</param>
            <param name="secondaryKey">A base64-encoded 256-bit secondary key
            for signing and validating the SAS token</param>
            <param name="keyName">A string that describes the authorization
            rule</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.AuthorizationRuleKeys.PrimaryConnectionString">
            <summary>
            Gets or sets primaryConnectionString of the created Namespace
            AuthorizationRule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.AuthorizationRuleKeys.SecondaryConnectionString">
            <summary>
            Gets or sets secondaryConnectionString of the created Namespace
            AuthorizationRule
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.AuthorizationRuleKeys.PrimaryKey">
            <summary>
            Gets or sets a base64-encoded 256-bit primary key for signing and
            validating the SAS token
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.AuthorizationRuleKeys.SecondaryKey">
            <summary>
            Gets or sets a base64-encoded 256-bit secondary key for signing and
            validating the SAS token
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.AuthorizationRuleKeys.KeyName">
            <summary>
            Gets or sets a string that describes the authorization rule
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.CheckNameAvailability">
            <summary>
            Description of a Check Name availability request properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.CheckNameAvailability.#ctor">
            <summary>
            Initializes a new instance of the CheckNameAvailability class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.CheckNameAvailability.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CheckNameAvailability class.
            </summary>
            <param name="name">The Name to check the namespce name availability
            and The namespace name can contain only letters, numbers, and
            hyphens. The namespace must start with a letter, and it must end
            with a letter or number.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.CheckNameAvailability.Name">
            <summary>
            Gets or sets the Name to check the namespce name availability and
            The namespace name can contain only letters, numbers, and hyphens.
            The namespace must start with a letter, and it must end with a
            letter or number.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.CheckNameAvailability.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.CheckNameAvailabilityResult">
            <summary>
            Description of a Check Name availability request properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.CheckNameAvailabilityResult.#ctor">
            <summary>
            Initializes a new instance of the CheckNameAvailabilityResult
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.CheckNameAvailabilityResult.#ctor(System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.Relay.Models.UnavailableReason},System.String)">
            <summary>
            Initializes a new instance of the CheckNameAvailabilityResult
            class.
            </summary>
            <param name="nameAvailable">Value indicating namespace is
            availability, true if the namespace is available; otherwise,
            false.</param>
            <param name="reason">The reason for unavailability of a namespace.
            Possible values include: 'None', 'InvalidName',
            'SubscriptionIsDisabled', 'NameInUse', 'NameInLockdown',
            'TooManyNamespaceInCurrentSubscription'</param>
            <param name="message">The detailed info regarding the reason
            associated with the namespace.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.CheckNameAvailabilityResult.NameAvailable">
            <summary>
            Gets or sets value indicating namespace is availability, true if
            the namespace is available; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.CheckNameAvailabilityResult.Reason">
            <summary>
            Gets or sets the reason for unavailability of a namespace. Possible
            values include: 'None', 'InvalidName', 'SubscriptionIsDisabled',
            'NameInUse', 'NameInLockdown',
            'TooManyNamespaceInCurrentSubscription'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.CheckNameAvailabilityResult.Message">
            <summary>
            Gets the detailed info regarding the reason associated with the
            namespace.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.ErrorResponse">
            <summary>
            Error reponse indicates Relay service is not able to process the
            incoming request. The reason is provided in the error message.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.ErrorResponse.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.ErrorResponse.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
            <param name="code">Error code.</param>
            <param name="message">Error message indicating why the operation
            failed.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.ErrorResponse.Code">
            <summary>
            Gets or sets error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.ErrorResponse.Message">
            <summary>
            Gets or sets error message indicating why the operation failed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.ErrorResponseException">
            <summary>
            Exception thrown for an invalid response with ErrorResponse
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.ErrorResponseException.Request">
            <summary>
            Gets information about the associated HTTP request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.ErrorResponseException.Response">
            <summary>
            Gets information about the associated HTTP response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.ErrorResponseException.Body">
            <summary>
            Gets or sets the body object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.ErrorResponseException.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponseException class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.ErrorResponseException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ErrorResponseException class.
            </summary>
            <param name="message">The exception message.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.ErrorResponseException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the ErrorResponseException class.
            </summary>
            <param name="message">The exception message.</param>
            <param name="innerException">Inner exception.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.ErrorResponseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the ErrorResponseException class.
            </summary>
            <param name="info">Serialization info.</param>
            <param name="context">Streaming context.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.ErrorResponseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Serializes content of the exception.
            </summary>
            <param name="info">Serialization info.</param>
            <param name="context">Streaming context.</param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.HybridConnection">
            <summary>
            Description of HybridConnection Resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.HybridConnection.#ctor">
            <summary>
            Initializes a new instance of the HybridConnection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.HybridConnection.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the HybridConnection class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="createdAt">The time the HybridConnection was
            created.</param>
            <param name="updatedAt">The time the namespace was updated.</param>
            <param name="listenerCount">The number of listeners for this
            HybridConnection. min : 1 and max:25 supported</param>
            <param name="requiresClientAuthorization">true if client
            authorization is needed for this HybridConnection; otherwise,
            false.</param>
            <param name="userMetadata">usermetadata is a placeholder to store
            user-defined string data for the HybridConnection endpoint.e.g. it
            can be used to store descriptive data, such as list of teams and
            their contact information also user-defined configuration settings
            can be stored.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.HybridConnection.CreatedAt">
            <summary>
            Gets the time the HybridConnection was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.HybridConnection.UpdatedAt">
            <summary>
            Gets the time the namespace was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.HybridConnection.ListenerCount">
            <summary>
            Gets the number of listeners for this HybridConnection. min : 1 and
            max:25 supported
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.HybridConnection.RequiresClientAuthorization">
            <summary>
            Gets or sets true if client authorization is needed for this
            HybridConnection; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.HybridConnection.UserMetadata">
            <summary>
            Gets or sets usermetadata is a placeholder to store user-defined
            string data for the HybridConnection endpoint.e.g. it can be used
            to store descriptive data, such as list of teams and their contact
            information also user-defined configuration settings can be stored.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.HybridConnection.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.Operation">
            <summary>
            A EventHub REST API operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.Operation.#ctor">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.Operation.#ctor(System.String,Microsoft.Azure.Management.Relay.Models.OperationDisplay)">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
            <param name="name">Operation name:
            {provider}/{resource}/{operation}</param>
            <param name="display">The object that represents the
            operation.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.Operation.Name">
            <summary>
            Gets operation name: {provider}/{resource}/{operation}
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.Operation.Display">
            <summary>
            Gets or sets the object that represents the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.OperationDisplay">
            <summary>
            The object that represents the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.OperationDisplay.#ctor">
            <summary>
            Initializes a new instance of the OperationDisplay class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.OperationDisplay.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the OperationDisplay class.
            </summary>
            <param name="provider">Service provider: Microsoft.EventHub</param>
            <param name="resource">Resource on which the operation is
            performed: Invoice, etc.</param>
            <param name="operation">Operation type: Read, write, delete,
            etc.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.OperationDisplay.Provider">
            <summary>
            Gets service provider: Microsoft.EventHub
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.OperationDisplay.Resource">
            <summary>
            Gets resource on which the operation is performed: Invoice, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.OperationDisplay.Operation">
            <summary>
            Gets operation type: Read, write, delete, etc.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.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.Relay.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.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.Relay.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.Relay.Models.PolicyKey">
            <summary>
            Defines values for PolicyKey.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters">
            <summary>
            Parameters supplied to the Regenerate Authorization Rule operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters.#ctor">
            <summary>
            Initializes a new instance of the RegenerateKeysParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RegenerateKeysParameters class.
            </summary>
            <param name="policyKey">Key that needs to be regenerated. Possible
            values include: 'PrimaryKey', 'SecondaryKey'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RegenerateKeysParameters.PolicyKey">
            <summary>
            Gets or sets key that needs to be regenerated. Possible values
            include: 'PrimaryKey', 'SecondaryKey'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.RelayNamespace">
            <summary>
            Description of a Namespace resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RelayNamespace.#ctor">
            <summary>
            Initializes a new instance of the RelayNamespace class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RelayNamespace.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the RelayNamespace class.
            </summary>
            <param name="location">Resource location</param>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="tags">Resource tags</param>
            <param name="provisioningState">Provisioning state of the
            namespace.</param>
            <param name="createdAt">The time the namespace was created.</param>
            <param name="updatedAt">The time the namespace was updated.</param>
            <param name="serviceBusEndpoint">Endpoint you can use to perform
            Service Bus operations.</param>
            <param name="metricId">Identifier for Azure Insights
            metrics</param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RelayNamespace.#cctor">
            <summary>
            Static constructor for RelayNamespace class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RelayNamespace.ProvisioningState">
            <summary>
            Gets provisioning state of the namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RelayNamespace.CreatedAt">
            <summary>
            Gets the time the namespace was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RelayNamespace.UpdatedAt">
            <summary>
            Gets the time the namespace was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RelayNamespace.ServiceBusEndpoint">
            <summary>
            Gets endpoint you can use to perform Service Bus operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RelayNamespace.MetricId">
            <summary>
            Gets identifier for Azure Insights metrics
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RelayNamespace.Sku">
            <summary>
            Sku of the Namespace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RelayNamespace.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter">
            <summary>
            Parameters supplied to the Patch Namespace operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter.#ctor">
            <summary>
            Initializes a new instance of the RelayNamespaceUpdateParameter
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the RelayNamespaceUpdateParameter
            class.
            </summary>
            <param name="tags">Resource tags</param>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter.#cctor">
            <summary>
            Static constructor for RelayNamespaceUpdateParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.RelayNamespaceUpdateParameter.Sku">
            <summary>
            The sku of the created namespace
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.Relaytype">
            <summary>
            Defines values for Relaytype.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.Resource">
            <summary>
            The Resource definition
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.Resource.#ctor(System.String,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>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.Resource.Id">
            <summary>
            Gets resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.Resource.Name">
            <summary>
            Gets resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.Resource.Type">
            <summary>
            Gets resource type
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.Sku">
            <summary>
            Sku of the Namespace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.Sku.#cctor">
            <summary>
            Static constructor for Sku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.Sku.Name">
            <summary>
            Name of this Sku
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.Sku.Tier">
            <summary>
            The tier of this particular SKU
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.TrackedResource">
            <summary>
            Definition of Resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.TrackedResource.#ctor">
            <summary>
            Initializes a new instance of the TrackedResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.TrackedResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the TrackedResource class.
            </summary>
            <param name="location">Resource location</param>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.TrackedResource.Location">
            <summary>
            Gets or sets resource location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.TrackedResource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.TrackedResource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.UnavailableReason">
            <summary>
            Defines values for UnavailableReason.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Relay.Models.WcfRelay">
            <summary>
            Description of WcfRelays Resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.WcfRelay.#ctor">
            <summary>
            Initializes a new instance of the WcfRelay class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Relay.Models.WcfRelay.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the WcfRelay class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="relayType">WCFRelay Type. Possible values include:
            'NetTcp', 'Http'</param>
            <param name="createdAt">The time the WCFRelay was created.</param>
            <param name="updatedAt">The time the namespace was updated.</param>
            <param name="listenerCount">The number of listeners for this relay.
            min : 1 and max:25 supported</param>
            <param name="requiresClientAuthorization">true if client
            authorization is needed for this relay; otherwise, false.</param>
            <param name="requiresTransportSecurity">true if transport security
            is needed for this relay; otherwise, false.</param>
            <param name="isDynamic">true if the relay is dynamic; otherwise,
            false.</param>
            <param name="userMetadata">usermetadata is a placeholder to store
            user-defined string data for the HybridConnection endpoint.e.g. it
            can be used to store descriptive data, such as list of teams and
            their contact information also user-defined configuration settings
            can be stored.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.WcfRelay.RelayType">
            <summary>
            Gets or sets wCFRelay Type. Possible values include: 'NetTcp',
            'Http'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.WcfRelay.CreatedAt">
            <summary>
            Gets the time the WCFRelay was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.WcfRelay.UpdatedAt">
            <summary>
            Gets the time the namespace was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.WcfRelay.ListenerCount">
            <summary>
            Gets the number of listeners for this relay. min : 1 and max:25
            supported
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.WcfRelay.RequiresClientAuthorization">
            <summary>
            Gets or sets true if client authorization is needed for this relay;
            otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.WcfRelay.RequiresTransportSecurity">
            <summary>
            Gets or sets true if transport security is needed for this relay;
            otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.WcfRelay.IsDynamic">
            <summary>
            Gets true if the relay is dynamic; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Relay.Models.WcfRelay.UserMetadata">
            <summary>
            Gets or sets usermetadata is a placeholder to store user-defined
            string data for the HybridConnection endpoint.e.g. it can be used
            to store descriptive data, such as list of teams and their contact
            information also user-defined configuration settings can be stored.
            </summary>
        </member>
    </members>
</doc>