Microsoft.Azure.Management.ServiceBus.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.ServiceBus</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.ServiceBus.INamespacesOperations">
            <summary>
            NamespacesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.INamespacesOperations.CheckNameAvailabilityMethodWithHttpMessagesAsync(Microsoft.Azure.Management.ServiceBus.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.Azure.Management.ServiceBus.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.ServiceBus.INamespacesOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the available namespaces within the subscription,
            irrespective of the resource groups.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the available namespaces within a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a service namespace. Once created, this
            namespace's resource manifest is immutable. This operation is
            idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx" />
            </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.ServiceBus.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.ServiceBus.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.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a description for the specified namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a service 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 supplied to update 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.ServiceBus.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.ServiceBus.INamespacesOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the authorization rules for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,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.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639410.aspx" />
            </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 shared access authorization 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.ServiceBus.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.ServiceBus.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.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639417.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.GetAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an authorization rule for a namespace by rule name.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639392.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the primary and secondary connection strings for the
            namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639398.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the primary or secondary connection strings for the
            namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt718977.aspx" />
            </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 the authorization 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.ServiceBus.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.ServiceBus.INamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a service namespace. Once created, this
            namespace's resource manifest is immutable. This operation is
            idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx" />
            </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.ServiceBus.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.ServiceBus.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.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the available namespaces within the subscription,
            irrespective of the resource groups.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the available namespaces within a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.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.ServiceBus.INamespacesOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the authorization rules for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx" />
            </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.ServiceBus.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.ServiceBus.IOperations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.IOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available ServiceBus 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.ServiceBus.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.ServiceBus.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 ServiceBus 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.ServiceBus.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.ServiceBus.IQueuesOperations">
            <summary>
            QueuesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.IQueuesOperations.ListByNamespaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the queues within a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx" />
            </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.ServiceBus.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.ServiceBus.IQueuesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBQueue,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a Service Bus queue. This operation is
            idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue name.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update a queue 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.ServiceBus.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.ServiceBus.IQueuesOperations.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 queue from the specified namespace in a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.IQueuesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a description for the specified queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.IQueuesOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all authorization rules for a queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.IQueuesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an authorization rule for a queue.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            The shared access authorization 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.ServiceBus.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.ServiceBus.IQueuesOperations.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 queue authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705609.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.IQueuesOperations.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>
            Gets an authorization rule for a queue by rule name.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.IQueuesOperations.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 connection strings to the queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.IQueuesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the primary or secondary connection strings to the
            queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate the authorization 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.ServiceBus.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.ServiceBus.IQueuesOperations.ListByNamespaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the queues within a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx" />
            </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.ServiceBus.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.ServiceBus.IQueuesOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all authorization rules for a queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx" />
            </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.ServiceBus.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.ServiceBus.IRulesOperations">
            <summary>
            RulesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.IRulesOperations.ListBySubscriptionsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all the rules within given topic-subscription
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription 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.ServiceBus.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.ServiceBus.IRulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.Rule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new rule and updates an existing rule
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a 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.ServiceBus.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.ServiceBus.IRulesOperations.DeleteWithHttpMessagesAsync(System.String,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 an existing rule.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule 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.ServiceBus.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.ServiceBus.IRulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the description for the specified rule.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule 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.ServiceBus.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.ServiceBus.IRulesOperations.ListBySubscriptionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all the rules within given topic-subscription
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.IServiceBusManagementClient">
            <summary>
            Azure Service Bus client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.SubscriptionId">
            <summary>
            Subscription credentials that uniquely identify a Microsoft Azure
            subscription. The subscription ID forms part of the URI for every
            service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.ApiVersion">
            <summary>
            Client API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.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.ServiceBus.IServiceBusManagementClient.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.ServiceBus.IServiceBusManagementClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.Namespaces">
            <summary>
            Gets the INamespacesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.Queues">
            <summary>
            Gets the IQueuesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.Topics">
            <summary>
            Gets the ITopicsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.Subscriptions">
            <summary>
            Gets the ISubscriptionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.IServiceBusManagementClient.Rules">
            <summary>
            Gets the IRulesOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations">
            <summary>
            SubscriptionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations.ListByTopicWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all the subscriptions under a specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.ISubscriptionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBSubscription,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a topic subscription.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a subscription 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.ServiceBus.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.ServiceBus.ISubscriptionsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a subscription from the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639381.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription 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.ServiceBus.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.ServiceBus.ISubscriptionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a subscription description for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639402.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription 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.ServiceBus.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.ServiceBus.ISubscriptionsOperations.ListByTopicNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all the subscriptions under a specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx" />
            </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.ServiceBus.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.ServiceBus.ITopicsOperations">
            <summary>
            TopicsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ITopicsOperations.ListByNamespaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the topics in a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx" />
            </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.ServiceBus.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.ServiceBus.ITopicsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBTopic,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a topic in the specified namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a topic 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.ServiceBus.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.ServiceBus.ITopicsOperations.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 topic from the specified namespace and resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.ITopicsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a description for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.ITopicsOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets authorization rules for a topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.ITopicsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an authorizatio rule for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            The shared access authorization 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.ServiceBus.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.ServiceBus.ITopicsOperations.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>
            Returns the specified authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.ITopicsOperations.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 topic authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.ITopicsOperations.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>
            Gets the primary and secondary connection strings for the topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.ITopicsOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates primary or secondary connection strings for the topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate the authorization 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.ServiceBus.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.ServiceBus.ITopicsOperations.ListByNamespaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the topics in a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx" />
            </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.ServiceBus.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.ServiceBus.ITopicsOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets authorization rules for a topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </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.ServiceBus.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.ServiceBus.Models.AccessKeys">
            <summary>
            Namespace/ServiceBus Connection String
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.AccessKeys.#ctor">
            <summary>
            Initializes a new instance of the AccessKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.AccessKeys.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the AccessKeys class.
            </summary>
            <param name="primaryConnectionString">Primary connection string of
            the created namespace authorization rule.</param>
            <param name="secondaryConnectionString">Secondary connection string
            of the created namespace authorization rule.</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 primary 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.ServiceBus.Models.AccessKeys.PrimaryConnectionString">
            <summary>
            Gets primary connection string of the created namespace
            authorization rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.AccessKeys.SecondaryConnectionString">
            <summary>
            Gets secondary connection string of the created namespace
            authorization rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.AccessKeys.PrimaryKey">
            <summary>
            Gets a base64-encoded 256-bit primary key for signing and
            validating the SAS token.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.AccessKeys.SecondaryKey">
            <summary>
            Gets a base64-encoded 256-bit primary key for signing and
            validating the SAS token.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.AccessKeys.KeyName">
            <summary>
            Gets a string that describes the authorization rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.AccessRights">
            <summary>
            Defines values for AccessRights.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.Action">
            <summary>
            Represents the filter actions which are allowed for the transformation
            of a message that have been matched by a filter expression.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Action.#ctor">
            <summary>
            Initializes a new instance of the Action class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Action.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the Action class.
            </summary>
            <param name="sqlExpression">SQL expression. e.g.
            MyProperty='ABC'</param>
            <param name="compatibilityLevel">This property is reserved for
            future use. An integer value showing the compatibility level,
            currently hard-coded to 20.</param>
            <param name="requiresPreprocessing">Value that indicates whether
            the rule action requires preprocessing.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Action.SqlExpression">
            <summary>
            Gets or sets SQL expression. e.g. MyProperty='ABC'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Action.CompatibilityLevel">
            <summary>
            Gets or sets this property is reserved for future use. An integer
            value showing the compatibility level, currently hard-coded to 20.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Action.RequiresPreprocessing">
            <summary>
            Gets or sets value that indicates whether the rule action requires
            preprocessing.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.AuthorizationRuleProperties">
            <summary>
            AuthorizationRule properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.AuthorizationRuleProperties.#ctor">
            <summary>
            Initializes a new instance of the AuthorizationRuleProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.AuthorizationRuleProperties.#ctor(System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.AccessRights}})">
            <summary>
            Initializes a new instance of the AuthorizationRuleProperties
            class.
            </summary>
            <param name="rights">The rights associated with the rule.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.AuthorizationRuleProperties.Rights">
            <summary>
            Gets or sets the rights associated with the rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.AuthorizationRuleProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.CheckNameAvailability">
            <summary>
            Description of a Check Name availability request properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.CheckNameAvailability.#ctor">
            <summary>
            Initializes a new instance of the CheckNameAvailability class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.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.ServiceBus.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.ServiceBus.Models.CheckNameAvailabilityResult">
            <summary>
            Description of a Check Name availability request properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.CheckNameAvailabilityResult.#ctor">
            <summary>
            Initializes a new instance of the CheckNameAvailabilityResult
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.CheckNameAvailabilityResult.#ctor(System.String,System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.UnavailableReason})">
            <summary>
            Initializes a new instance of the CheckNameAvailabilityResult
            class.
            </summary>
            <param name="message">The detailed info regarding the reason
            associated with the namespace.</param>
            <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>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CheckNameAvailabilityResult.Message">
            <summary>
            Gets the detailed info regarding the reason associated with the
            namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.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="T:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter">
            <summary>
            Represents the correlation filter expression.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.#ctor">
            <summary>
            Initializes a new instance of the CorrelationFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the CorrelationFilter class.
            </summary>
            <param name="correlationId">Identifier of the correlation.</param>
            <param name="messageId">Identifier of the message.</param>
            <param name="to">Address to send to.</param>
            <param name="replyTo">Address of the queue to reply to.</param>
            <param name="label">Application specific label.</param>
            <param name="sessionId">Session identifier.</param>
            <param name="replyToSessionId">Session identifier to reply
            to.</param>
            <param name="contentType">Content type of the message.</param>
            <param name="requiresPreprocessing">Value that indicates whether
            the rule action requires preprocessing.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.CorrelationId">
            <summary>
            Gets or sets identifier of the correlation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.MessageId">
            <summary>
            Gets or sets identifier of the message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.To">
            <summary>
            Gets or sets address to send to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.ReplyTo">
            <summary>
            Gets or sets address of the queue to reply to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.Label">
            <summary>
            Gets or sets application specific label.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.SessionId">
            <summary>
            Gets or sets session identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.ReplyToSessionId">
            <summary>
            Gets or sets session identifier to reply to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.ContentType">
            <summary>
            Gets or sets content type of the message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter.RequiresPreprocessing">
            <summary>
            Gets or sets value that indicates whether the rule action requires
            preprocessing.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.EntityStatus">
            <summary>
            Defines values for EntityStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.ErrorResponse">
            <summary>
            Error reponse indicates ServiceBus 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.ServiceBus.Models.ErrorResponse.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.Models.ErrorResponse.Code">
            <summary>
            Gets or sets error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ErrorResponse.Message">
            <summary>
            Gets or sets error message indicating why the operation failed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.ErrorResponseException">
            <summary>
            Exception thrown for an invalid response with ErrorResponse
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ErrorResponseException.Request">
            <summary>
            Gets information about the associated HTTP request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ErrorResponseException.Response">
            <summary>
            Gets information about the associated HTTP response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ErrorResponseException.Body">
            <summary>
            Gets or sets the body object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.ErrorResponseException.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponseException class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.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="T:Microsoft.Azure.Management.ServiceBus.Models.FilterType">
            <summary>
            Defines values for FilterType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.KeyType">
            <summary>
            Defines values for KeyType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails">
            <summary>
            Message Count Details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails.#ctor">
            <summary>
            Initializes a new instance of the MessageCountDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails.#ctor(System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64})">
            <summary>
            Initializes a new instance of the MessageCountDetails class.
            </summary>
            <param name="activeMessageCount">Number of active messages in the
            queue, topic, or subscription.</param>
            <param name="deadLetterMessageCount">Number of messages that are
            dead lettered.</param>
            <param name="scheduledMessageCount">Number of scheduled
            messages.</param>
            <param name="transferMessageCount">Number of messages transferred
            to another queue, topic, or subscription.</param>
            <param name="transferDeadLetterMessageCount">Number of messages
            transferred into dead letters.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails.ActiveMessageCount">
            <summary>
            Gets number of active messages in the queue, topic, or
            subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails.DeadLetterMessageCount">
            <summary>
            Gets number of messages that are dead lettered.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails.ScheduledMessageCount">
            <summary>
            Gets number of scheduled messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails.TransferMessageCount">
            <summary>
            Gets number of messages transferred to another queue, topic, or
            subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails.TransferDeadLetterMessageCount">
            <summary>
            Gets number of messages transferred into dead letters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.Operation">
            <summary>
            A ServiceBus REST API operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Operation.#ctor">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Operation.#ctor(System.String,Microsoft.Azure.Management.ServiceBus.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.ServiceBus.Models.Operation.Name">
            <summary>
            Gets operation name: {provider}/{resource}/{operation}
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Operation.Display">
            <summary>
            Gets or sets the object that represents the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.OperationDisplay">
            <summary>
            The object that represents the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.OperationDisplay.#ctor">
            <summary>
            Initializes a new instance of the OperationDisplay class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.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.ServiceBus</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.ServiceBus.Models.OperationDisplay.Provider">
            <summary>
            Gets service provider: Microsoft.ServiceBus
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.OperationDisplay.Resource">
            <summary>
            Gets resource on which the operation is performed: Invoice, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.OperationDisplay.Operation">
            <summary>
            Gets operation type: Read, write, delete, etc.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.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.ServiceBus.Models.RegenerateAccessKeyParameters">
            <summary>
            Parameters supplied to the Regenerate Authorization Rule operation,
            specifies which key neeeds to be reset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters.#ctor">
            <summary>
            Initializes a new instance of the RegenerateAccessKeyParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters.#ctor(Microsoft.Azure.Management.ServiceBus.Models.KeyType,System.String)">
            <summary>
            Initializes a new instance of the RegenerateAccessKeyParameters
            class.
            </summary>
            <param name="keyType">The access key to regenerate. Possible values
            include: 'PrimaryKey', 'SecondaryKey'</param>
            <param name="key">Optional, if the key value provided, is reset for
            KeyType value or autogenerate Key value set for keyType</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters.KeyType">
            <summary>
            Gets or sets the access key to regenerate. Possible values include:
            'PrimaryKey', 'SecondaryKey'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters.Key">
            <summary>
            Gets or sets optional, if the key value provided, is reset for
            KeyType value or autogenerate Key value set for keyType
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.Resource">
            <summary>
            The Resource definition for other than namespace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.Models.Resource.Id">
            <summary>
            Gets resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Resource.Name">
            <summary>
            Gets resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Resource.Type">
            <summary>
            Gets resource type
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.ResourceNamespacePatch">
            <summary>
            The Resource definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.ResourceNamespacePatch.#ctor">
            <summary>
            Initializes a new instance of the ResourceNamespacePatch class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.ResourceNamespacePatch.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the ResourceNamespacePatch class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ResourceNamespacePatch.Location">
            <summary>
            Gets or sets resource location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ResourceNamespacePatch.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.Rule">
            <summary>
            Description of Rule Resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Rule.#ctor">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Rule.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.Action,System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.FilterType},Microsoft.Azure.Management.ServiceBus.Models.SqlFilter,Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter)">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="action">Represents the filter actions which are
            allowed for the transformation of a message that have been matched
            by a filter expression.</param>
            <param name="filterType">Filter type that is evaluated against a
            BrokeredMessage. Possible values include: 'SqlFilter',
            'CorrelationFilter'</param>
            <param name="sqlFilter">Properties of sqlFilter</param>
            <param name="correlationFilter">Properties of
            correlationFilter</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Rule.Action">
            <summary>
            Gets or sets represents the filter actions which are allowed for
            the transformation of a message that have been matched by a filter
            expression.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Rule.FilterType">
            <summary>
            Gets or sets filter type that is evaluated against a
            BrokeredMessage. Possible values include: 'SqlFilter',
            'CorrelationFilter'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Rule.SqlFilter">
            <summary>
            Gets or sets properties of sqlFilter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Rule.CorrelationFilter">
            <summary>
            Gets or sets properties of correlationFilter
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule">
            <summary>
            Description of a namespace authorization rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule.#ctor">
            <summary>
            Initializes a new instance of the SBAuthorizationRule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule.#ctor(System.String,System.String,System.String,System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.AccessRights}})">
            <summary>
            Initializes a new instance of the SBAuthorizationRule class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="rights">The rights associated with the rule.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule.Rights">
            <summary>
            Gets or sets the rights associated with the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace">
            <summary>
            Description of a namespace resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.#ctor">
            <summary>
            Initializes a new instance of the SBNamespace class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.ServiceBus.Models.SBSku,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the SBNamespace class.
            </summary>
            <param name="location">The Geo-location where the resource
            live</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="sku">Porperties of Sku</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="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.Sku">
            <summary>
            Gets or sets porperties of Sku
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.ProvisioningState">
            <summary>
            Gets provisioning state of the namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.CreatedAt">
            <summary>
            Gets the time the namespace was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.UpdatedAt">
            <summary>
            Gets the time the namespace was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.ServiceBusEndpoint">
            <summary>
            Gets endpoint you can use to perform Service Bus operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.MetricId">
            <summary>
            Gets identifier for Azure Insights metrics
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBNamespace.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters">
            <summary>
            Description of a namespace resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the SBNamespaceUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.ServiceBus.Models.SBSku,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the SBNamespaceUpdateParameters
            class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location</param>
            <param name="tags">Resource tags</param>
            <param name="sku">Porperties of Sku</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="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.Sku">
            <summary>
            Gets or sets porperties of Sku
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.ProvisioningState">
            <summary>
            Gets provisioning state of the namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.CreatedAt">
            <summary>
            Gets the time the namespace was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.UpdatedAt">
            <summary>
            Gets the time the namespace was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.ServiceBusEndpoint">
            <summary>
            Gets endpoint you can use to perform Service Bus operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.MetricId">
            <summary>
            Gets identifier for Azure Insights metrics
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SBQueue">
            <summary>
            Description of queue Resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.#ctor">
            <summary>
            Initializes a new instance of the SBQueue class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.TimeSpan},System.Nullable{System.Boolean},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.TimeSpan},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the SBQueue class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="countDetails">Message Count Details.</param>
            <param name="createdAt">The exact time the message was
            created.</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
            <param name="accessedAt">Last time a message was sent, or the last
            time there was a receive request to this queue.</param>
            <param name="sizeInBytes">The size of the queue, in bytes.</param>
            <param name="messageCount">The number of messages in the
            queue.</param>
            <param name="lockDuration">ISO 8601 timespan duration of a
            peek-lock; that is, the amount of time that the message is locked
            for other receivers. The maximum value for LockDuration is 5
            minutes; the default value is 1 minute.</param>
            <param name="maxSizeInMegabytes">The maximum size of the queue in
            megabytes, which is the size of memory allocated for the queue.
            Default is 1024.</param>
            <param name="requiresDuplicateDetection">A value indicating if this
            queue requires duplicate detection.</param>
            <param name="requiresSession">A value that indicates whether the
            queue supports the concept of sessions.</param>
            <param name="defaultMessageTimeToLive">ISO 8601 default message
            timespan to live value. This is the duration after which the
            message expires, starting from when the message is sent to Service
            Bus. This is the default value used when TimeToLive is not set on a
            message itself.</param>
            <param name="deadLetteringOnMessageExpiration">A value that
            indicates whether this queue has dead letter support when a message
            expires.</param>
            <param name="duplicateDetectionHistoryTimeWindow">ISO 8601 timeSpan
            structure that defines the duration of the duplicate detection
            history. The default value is 10 minutes.</param>
            <param name="maxDeliveryCount">The maximum delivery count. A
            message is automatically deadlettered after this number of
            deliveries. default value is 10.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled',
            'Creating', 'Deleting', 'Renaming', 'Unknown'</param>
            <param name="autoDeleteOnIdle">ISO 8061 timeSpan idle interval
            after which the queue is automatically deleted. The minimum
            duration is 5 minutes.</param>
            <param name="enablePartitioning">A value that indicates whether the
            queue is to be partitioned across multiple message brokers.</param>
            <param name="enableExpress">A value that indicates whether Express
            Entities are enabled. An express queue holds a message in memory
            temporarily before writing it to persistent storage.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.CountDetails">
            <summary>
            Gets message Count Details.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.CreatedAt">
            <summary>
            Gets the exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.AccessedAt">
            <summary>
            Gets last time a message was sent, or the last time there was a
            receive request to this queue.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.SizeInBytes">
            <summary>
            Gets the size of the queue, in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.MessageCount">
            <summary>
            Gets the number of messages in the queue.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.LockDuration">
            <summary>
            Gets or sets ISO 8601 timespan duration of a peek-lock; that is,
            the amount of time that the message is locked for other receivers.
            The maximum value for LockDuration is 5 minutes; the default value
            is 1 minute.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.MaxSizeInMegabytes">
            <summary>
            Gets or sets the maximum size of the queue in megabytes, which is
            the size of memory allocated for the queue. Default is 1024.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.RequiresDuplicateDetection">
            <summary>
            Gets or sets a value indicating if this queue requires duplicate
            detection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.RequiresSession">
            <summary>
            Gets or sets a value that indicates whether the queue supports the
            concept of sessions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.DefaultMessageTimeToLive">
            <summary>
            Gets or sets ISO 8601 default message timespan to live value. This
            is the duration after which the message expires, starting from when
            the message is sent to Service Bus. This is the default value used
            when TimeToLive is not set on a message itself.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.DeadLetteringOnMessageExpiration">
            <summary>
            Gets or sets a value that indicates whether this queue has dead
            letter support when a message expires.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.DuplicateDetectionHistoryTimeWindow">
            <summary>
            Gets or sets ISO 8601 timeSpan structure that defines the duration
            of the duplicate detection history. The default value is 10
            minutes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.MaxDeliveryCount">
            <summary>
            Gets or sets the maximum delivery count. A message is automatically
            deadlettered after this number of deliveries. default value is 10.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Disabled',
            'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating',
            'Deleting', 'Renaming', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.AutoDeleteOnIdle">
            <summary>
            Gets or sets ISO 8061 timeSpan idle interval after which the queue
            is automatically deleted. The minimum duration is 5 minutes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.EnablePartitioning">
            <summary>
            Gets or sets a value that indicates whether the queue is to be
            partitioned across multiple message brokers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBQueue.EnableExpress">
            <summary>
            Gets or sets a value that indicates whether Express Entities are
            enabled. An express queue holds a message in memory temporarily
            before writing it to persistent storage.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SBSku">
            <summary>
            SKU of the namespace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBSku.#ctor">
            <summary>
            Initializes a new instance of the SBSku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBSku.#ctor(Microsoft.Azure.Management.ServiceBus.Models.SkuName,System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.SkuTier},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the SBSku class.
            </summary>
            <param name="name">Name of this SKU. Possible values include:
            'Basic', 'Standard', 'Premium'</param>
            <param name="tier">The billing tier of this particular SKU.
            Possible values include: 'Basic', 'Standard', 'Premium'</param>
            <param name="capacity">The specified messaging units for the tier.
            For Premium tier, capacity are 1,2 and 4.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSku.Name">
            <summary>
            Gets or sets name of this SKU. Possible values include: 'Basic',
            'Standard', 'Premium'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSku.Tier">
            <summary>
            Gets or sets the billing tier of this particular SKU. Possible
            values include: 'Basic', 'Standard', 'Premium'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSku.Capacity">
            <summary>
            Gets or sets the specified messaging units for the tier. For
            Premium tier, capacity are 1,2 and 4.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBSku.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription">
            <summary>
            Description of subscription resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.#ctor">
            <summary>
            Initializes a new instance of the SBSubscription class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.#ctor(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.Nullable{System.TimeSpan},System.Nullable{System.Boolean},System.Nullable{System.TimeSpan},System.Nullable{System.Boolean},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.Boolean},System.Nullable{System.TimeSpan})">
            <summary>
            Initializes a new instance of the SBSubscription class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="messageCount">Number of messages.</param>
            <param name="createdAt">Exact time the message was created.</param>
            <param name="accessedAt">Last time there was a receive request to
            this subscription.</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
            <param name="countDetails">Message count details</param>
            <param name="lockDuration">ISO 8061 lock duration timespan for the
            subscription. The default value is 1 minute.</param>
            <param name="requiresSession">Value indicating if a subscription
            supports the concept of sessions.</param>
            <param name="defaultMessageTimeToLive">ISO 8061 Default message
            timespan to live value. This is the duration after which the
            message expires, starting from when the message is sent to Service
            Bus. This is the default value used when TimeToLive is not set on a
            message itself.</param>
            <param name="deadLetteringOnMessageExpiration">Value that indicates
            whether a subscription has dead letter support when a message
            expires.</param>
            <param name="duplicateDetectionHistoryTimeWindow">ISO 8601 timeSpan
            structure that defines the duration of the duplicate detection
            history. The default value is 10 minutes.</param>
            <param name="maxDeliveryCount">Number of maximum
            deliveries.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled',
            'Creating', 'Deleting', 'Renaming', 'Unknown'</param>
            <param name="enableBatchedOperations">Value that indicates whether
            server-side batched operations are enabled.</param>
            <param name="autoDeleteOnIdle">ISO 8061 timeSpan idle interval
            after which the topic is automatically deleted. The minimum
            duration is 5 minutes.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.MessageCount">
            <summary>
            Gets number of messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.CreatedAt">
            <summary>
            Gets exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.AccessedAt">
            <summary>
            Gets last time there was a receive request to this subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.CountDetails">
            <summary>
            Gets message count details
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.LockDuration">
            <summary>
            Gets or sets ISO 8061 lock duration timespan for the subscription.
            The default value is 1 minute.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.RequiresSession">
            <summary>
            Gets or sets value indicating if a subscription supports the
            concept of sessions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.DefaultMessageTimeToLive">
            <summary>
            Gets or sets ISO 8061 Default message timespan to live value. This
            is the duration after which the message expires, starting from when
            the message is sent to Service Bus. This is the default value used
            when TimeToLive is not set on a message itself.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.DeadLetteringOnMessageExpiration">
            <summary>
            Gets or sets value that indicates whether a subscription has dead
            letter support when a message expires.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.DuplicateDetectionHistoryTimeWindow">
            <summary>
            Gets or sets ISO 8601 timeSpan structure that defines the duration
            of the duplicate detection history. The default value is 10
            minutes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.MaxDeliveryCount">
            <summary>
            Gets or sets number of maximum deliveries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Disabled',
            'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating',
            'Deleting', 'Renaming', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.EnableBatchedOperations">
            <summary>
            Gets or sets value that indicates whether server-side batched
            operations are enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBSubscription.AutoDeleteOnIdle">
            <summary>
            Gets or sets ISO 8061 timeSpan idle interval after which the topic
            is automatically deleted. The minimum duration is 5 minutes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SBTopic">
            <summary>
            Description of topic resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.#ctor">
            <summary>
            Initializes a new instance of the SBTopic class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.#ctor(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int32},Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.TimeSpan},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.Boolean},System.Nullable{System.TimeSpan},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the SBTopic class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="sizeInBytes">Size of the topic, in bytes.</param>
            <param name="createdAt">Exact time the message was created.</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
            <param name="accessedAt">Last time the message was sent, or a
            request was received, for this topic.</param>
            <param name="subscriptionCount">Number of subscriptions.</param>
            <param name="countDetails">Message count deatils</param>
            <param name="defaultMessageTimeToLive">ISO 8601 Default message
            timespan to live value. This is the duration after which the
            message expires, starting from when the message is sent to Service
            Bus. This is the default value used when TimeToLive is not set on a
            message itself.</param>
            <param name="maxSizeInMegabytes">Maximum size of the topic in
            megabytes, which is the size of the memory allocated for the topic.
            Default is 1024.</param>
            <param name="requiresDuplicateDetection">Value indicating if this
            topic requires duplicate detection.</param>
            <param name="duplicateDetectionHistoryTimeWindow">ISO8601 timespan
            structure that defines the duration of the duplicate detection
            history. The default value is 10 minutes.</param>
            <param name="enableBatchedOperations">Value that indicates whether
            server-side batched operations are enabled.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled',
            'Creating', 'Deleting', 'Renaming', 'Unknown'</param>
            <param name="supportOrdering">Value that indicates whether the
            topic supports ordering.</param>
            <param name="autoDeleteOnIdle">ISO 8601 timespan idle interval
            after which the topic is automatically deleted. The minimum
            duration is 5 minutes.</param>
            <param name="enablePartitioning">Value that indicates whether the
            topic to be partitioned across multiple message brokers is
            enabled.</param>
            <param name="enableExpress">Value that indicates whether Express
            Entities are enabled. An express topic holds a message in memory
            temporarily before writing it to persistent storage.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.SizeInBytes">
            <summary>
            Gets size of the topic, in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.CreatedAt">
            <summary>
            Gets exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.AccessedAt">
            <summary>
            Gets last time the message was sent, or a request was received, for
            this topic.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.SubscriptionCount">
            <summary>
            Gets number of subscriptions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.CountDetails">
            <summary>
            Gets message count deatils
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.DefaultMessageTimeToLive">
            <summary>
            Gets or sets ISO 8601 Default message timespan to live value. This
            is the duration after which the message expires, starting from when
            the message is sent to Service Bus. This is the default value used
            when TimeToLive is not set on a message itself.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.MaxSizeInMegabytes">
            <summary>
            Gets or sets maximum size of the topic in megabytes, which is the
            size of the memory allocated for the topic. Default is 1024.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.RequiresDuplicateDetection">
            <summary>
            Gets or sets value indicating if this topic requires duplicate
            detection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.DuplicateDetectionHistoryTimeWindow">
            <summary>
            Gets or sets ISO8601 timespan structure that defines the duration
            of the duplicate detection history. The default value is 10
            minutes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.EnableBatchedOperations">
            <summary>
            Gets or sets value that indicates whether server-side batched
            operations are enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Disabled',
            'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating',
            'Deleting', 'Renaming', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.SupportOrdering">
            <summary>
            Gets or sets value that indicates whether the topic supports
            ordering.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.AutoDeleteOnIdle">
            <summary>
            Gets or sets ISO 8601 timespan idle interval after which the topic
            is automatically deleted. The minimum duration is 5 minutes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.EnablePartitioning">
            <summary>
            Gets or sets value that indicates whether the topic to be
            partitioned across multiple message brokers is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SBTopic.EnableExpress">
            <summary>
            Gets or sets value that indicates whether Express Entities are
            enabled. An express topic holds a message in memory temporarily
            before writing it to persistent storage.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SkuName">
            <summary>
            Defines values for SkuName.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SkuTier">
            <summary>
            Defines values for SkuTier.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SqlFilter">
            <summary>
            Represents a filter which is a composition of an expression and an
            action that is executed in the pub/sub pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SqlFilter.#ctor">
            <summary>
            Initializes a new instance of the SqlFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SqlFilter.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the SqlFilter class.
            </summary>
            <param name="sqlExpression">The SQL expression. e.g.
            MyProperty='ABC'</param>
            <param name="compatibilityLevel">This property is reserved for
            future use. An integer value showing the compatibility level,
            currently hard-coded to 20.</param>
            <param name="requiresPreprocessing">Value that indicates whether
            the rule action requires preprocessing.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SqlFilter.SqlExpression">
            <summary>
            Gets or sets the SQL expression. e.g. MyProperty='ABC'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SqlFilter.CompatibilityLevel">
            <summary>
            Gets this property is reserved for future use. An integer value
            showing the compatibility level, currently hard-coded to 20.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SqlFilter.RequiresPreprocessing">
            <summary>
            Gets or sets value that indicates whether the rule action requires
            preprocessing.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SqlRuleAction">
            <summary>
            Represents set of actions written in SQL language-based syntax that is
            performed against a ServiceBus.Messaging.BrokeredMessage
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SqlRuleAction.#ctor">
            <summary>
            Initializes a new instance of the SqlRuleAction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SqlRuleAction.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the SqlRuleAction class.
            </summary>
            <param name="sqlExpression">SQL expression. e.g.
            MyProperty='ABC'</param>
            <param name="compatibilityLevel">This property is reserved for
            future use. An integer value showing the compatibility level,
            currently hard-coded to 20.</param>
            <param name="requiresPreprocessing">Value that indicates whether
            the rule action requires preprocessing.</param>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.TrackedResource">
            <summary>
            The Resource definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.TrackedResource.#ctor">
            <summary>
            Initializes a new instance of the TrackedResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.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">The Geo-location where the resource
            live</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.ServiceBus.Models.TrackedResource.Location">
            <summary>
            Gets or sets the Geo-location where the resource live
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TrackedResource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.Models.UnavailableReason">
            <summary>
            Defines values for UnavailableReason.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.NamespacesOperations">
            <summary>
            NamespacesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperations.#ctor(Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient)">
            <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.ServiceBus.NamespacesOperations.Client">
            <summary>
            Gets a reference to the ServiceBusManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperations.CheckNameAvailabilityMethodWithHttpMessagesAsync(Microsoft.Azure.Management.ServiceBus.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.Azure.Management.ServiceBus.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.ServiceBus.NamespacesOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the available namespaces within the subscription, irrespective of
            the resource groups.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the available namespaces within a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a service namespace. Once created, this namespace's
            resource manifest is immutable. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx" />
            </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.ServiceBus.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.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx" />
            </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.ServiceBus.NamespacesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a description for the specified namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a service 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 supplied to update 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.ServiceBus.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.ServiceBus.NamespacesOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the authorization rules for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,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.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639410.aspx" />
            </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 shared access authorization 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.ServiceBus.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.ServiceBus.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.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639417.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.GetAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an authorization rule for a namespace by rule name.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639392.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the primary and secondary connection strings for the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639398.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the primary or secondary connection strings for the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt718977.aspx" />
            </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 the authorization 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.ServiceBus.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.ServiceBus.NamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a service namespace. Once created, this namespace's
            resource manifest is immutable. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx" />
            </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.ServiceBus.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.ServiceBus.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.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the available namespaces within the subscription, irrespective of
            the resource groups.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the available namespaces within a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the authorization rules for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx" />
            </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.ServiceBus.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.ServiceBus.NamespacesOperationsExtensions">
            <summary>
            Extension methods for NamespacesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperationsExtensions.CheckNameAvailabilityMethod(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,Microsoft.Azure.Management.ServiceBus.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.ServiceBus.NamespacesOperationsExtensions.CheckNameAvailabilityMethodAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,Microsoft.Azure.Management.ServiceBus.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.ServiceBus.NamespacesOperationsExtensions.List(Microsoft.Azure.Management.ServiceBus.INamespacesOperations)">
            <summary>
            Gets all the available namespaces within the subscription, irrespective of
            the resource groups.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperationsExtensions.ListAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all the available namespaces within the subscription, irrespective of
            the resource groups.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String)">
            <summary>
            Gets the available namespaces within a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the available namespaces within a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespace)">
            <summary>
            Creates or updates a service namespace. Once created, this namespace's
            resource manifest is immutable. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespace,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a service namespace. Once created, this namespace's
            resource manifest is immutable. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.Delete(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.Get(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String)">
            <summary>
            Gets a description for the specified namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.GetAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a description for the specified namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.Update(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters)">
            <summary>
            Updates a service 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 supplied to update a namespace resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespaceUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a service 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 supplied to update a namespace resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String)">
            <summary>
            Gets the authorization rules for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the authorization rules for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule)">
            <summary>
            Creates or updates an authorization rule for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639410.aspx" />
            </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 shared access authorization rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an authorization rule for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639410.aspx" />
            </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 shared access authorization rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a namespace authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639417.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a namespace authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639417.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String)">
            <summary>
            Gets an authorization rule for a namespace by rule name.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639392.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an authorization rule for a namespace by rule name.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639392.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListKeys(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the primary and secondary connection strings for the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639398.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the primary and secondary connection strings for the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639398.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.RegenerateKeys(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters)">
            <summary>
            Regenerates the primary or secondary connection strings for the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt718977.aspx" />
            </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 the authorization rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperationsExtensions.RegenerateKeysAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Threading.CancellationToken)">
            <summary>
            Regenerates the primary or secondary connection strings for the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt718977.aspx" />
            </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 the authorization rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespace)">
            <summary>
            Creates or updates a service namespace. Once created, this namespace's
            resource manifest is immutable. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBNamespace,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a service namespace. Once created, this namespace's
            resource manifest is immutable. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.BeginDelete(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing namespace. This operation also removes all associated
            resources under the namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListNext(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String)">
            <summary>
            Gets all the available namespaces within the subscription, irrespective of
            the resource groups.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the available namespaces within the subscription, irrespective of
            the resource groups.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String)">
            <summary>
            Gets the available namespaces within a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the available namespaces within a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListAuthorizationRulesNext(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String)">
            <summary>
            Gets the authorization rules for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx" />
            </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.ServiceBus.NamespacesOperationsExtensions.ListAuthorizationRulesNextAsync(Microsoft.Azure.Management.ServiceBus.INamespacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the authorization rules for a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx" />
            </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.ServiceBus.Operations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Operations.#ctor(Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient)">
            <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.ServiceBus.Operations.Client">
            <summary>
            Gets a reference to the ServiceBusManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Operations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available ServiceBus 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.ServiceBus.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.ServiceBus.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 ServiceBus 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.ServiceBus.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.ServiceBus.OperationsExtensions">
            <summary>
            Extension methods for Operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.OperationsExtensions.List(Microsoft.Azure.Management.ServiceBus.IOperations)">
            <summary>
            Lists all of the available ServiceBus REST API operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.OperationsExtensions.ListAsync(Microsoft.Azure.Management.ServiceBus.IOperations,System.Threading.CancellationToken)">
            <summary>
            Lists all of the available ServiceBus 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.ServiceBus.OperationsExtensions.ListNext(Microsoft.Azure.Management.ServiceBus.IOperations,System.String)">
            <summary>
            Lists all of the available ServiceBus 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.ServiceBus.OperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ServiceBus.IOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the available ServiceBus 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.ServiceBus.QueuesOperations">
            <summary>
            QueuesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperations.#ctor(Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient)">
            <summary>
            Initializes a new instance of the QueuesOperations 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.ServiceBus.QueuesOperations.Client">
            <summary>
            Gets a reference to the ServiceBusManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperations.ListByNamespaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the queues within a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx" />
            </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.ServiceBus.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.ServiceBus.QueuesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBQueue,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a Service Bus queue. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue name.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update a queue 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.ServiceBus.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.ServiceBus.QueuesOperations.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 queue from the specified namespace in a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.QueuesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a description for the specified queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.QueuesOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all authorization rules for a queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.QueuesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an authorization rule for a queue.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            The shared access authorization 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.ServiceBus.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.ServiceBus.QueuesOperations.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 queue authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705609.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.QueuesOperations.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>
            Gets an authorization rule for a queue by rule name.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.QueuesOperations.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 connection strings to the queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue 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.ServiceBus.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.ServiceBus.QueuesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the primary or secondary connection strings to the queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate the authorization 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.ServiceBus.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.ServiceBus.QueuesOperations.ListByNamespaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the queues within a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx" />
            </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.ServiceBus.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.ServiceBus.QueuesOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all authorization rules for a queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx" />
            </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.ServiceBus.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.ServiceBus.QueuesOperationsExtensions">
            <summary>
            Extension methods for QueuesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.ListByNamespace(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String)">
            <summary>
            Gets the queues within a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx" />
            </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.ServiceBus.QueuesOperationsExtensions.ListByNamespaceAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the queues within a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx" />
            </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.ServiceBus.QueuesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBQueue)">
            <summary>
            Creates or updates a Service Bus queue. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update a queue resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBQueue,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a Service Bus queue. This operation is idempotent.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='parameters'>
            Parameters supplied to create or update a queue resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.Delete(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a queue from the specified namespace in a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx" />
            </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='queueName'>
            The queue name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a queue from the specified namespace in a resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.Get(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String)">
            <summary>
            Returns a description for the specified queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx" />
            </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='queueName'>
            The queue name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.GetAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a description for the specified queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String)">
            <summary>
            Gets all authorization rules for a queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx" />
            </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='queueName'>
            The queue name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all authorization rules for a queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule)">
            <summary>
            Creates an authorization rule for a queue.
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            The shared access authorization rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,System.Threading.CancellationToken)">
            <summary>
            Creates an authorization rule for a queue.
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            The shared access authorization rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a queue authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705609.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a queue authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705609.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets an authorization rule for a queue by rule name.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an authorization rule for a queue by rule name.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.ListKeys(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Primary and secondary connection strings to the queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Primary and secondary connection strings to the queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.RegenerateKeys(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters)">
            <summary>
            Regenerates the primary or secondary connection strings to the queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate the authorization rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.RegenerateKeysAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Threading.CancellationToken)">
            <summary>
            Regenerates the primary or secondary connection strings to the queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx" />
            </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='queueName'>
            The queue name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate the authorization rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.ListByNamespaceNext(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String)">
            <summary>
            Gets the queues within a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx" />
            </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.ServiceBus.QueuesOperationsExtensions.ListByNamespaceNextAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the queues within a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx" />
            </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.ServiceBus.QueuesOperationsExtensions.ListAuthorizationRulesNext(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String)">
            <summary>
            Gets all authorization rules for a queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx" />
            </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.ServiceBus.QueuesOperationsExtensions.ListAuthorizationRulesNextAsync(Microsoft.Azure.Management.ServiceBus.IQueuesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all authorization rules for a queue.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx" />
            </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.ServiceBus.RulesOperations">
            <summary>
            RulesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperations.#ctor(Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient)">
            <summary>
            Initializes a new instance of the RulesOperations 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.ServiceBus.RulesOperations.Client">
            <summary>
            Gets a reference to the ServiceBusManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperations.ListBySubscriptionsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all the rules within given topic-subscription
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription 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.ServiceBus.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.ServiceBus.RulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.Rule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new rule and updates an existing rule
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a 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.ServiceBus.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.ServiceBus.RulesOperations.DeleteWithHttpMessagesAsync(System.String,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 an existing rule.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule 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.ServiceBus.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.ServiceBus.RulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the description for the specified rule.
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule 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.ServiceBus.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.ServiceBus.RulesOperations.ListBySubscriptionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all the rules within given topic-subscription
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.ServiceBus.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.ServiceBus.RulesOperationsExtensions">
            <summary>
            Extension methods for RulesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.ListBySubscriptions(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            List all the rules within given topic-subscription
            </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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.ListBySubscriptionsAsync(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List all the rules within given topic-subscription
            </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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.Rule)">
            <summary>
            Creates a new rule and updates an existing 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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.Rule,System.Threading.CancellationToken)">
            <summary>
            Creates a new rule and updates an existing 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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.Delete(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes an existing 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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing 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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.Get(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves the description for the specified 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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.GetAsync(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the description for the specified 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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='ruleName'>
            The rule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.ListBySubscriptionsNext(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String)">
            <summary>
            List all the rules within given topic-subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.RulesOperationsExtensions.ListBySubscriptionsNextAsync(Microsoft.Azure.Management.ServiceBus.IRulesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List all the rules within given topic-subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient">
            <summary>
            Azure Service Bus client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.SubscriptionId">
            <summary>
            Subscription credentials that uniquely identify a Microsoft Azure
            subscription. The subscription ID forms part of the URI for every service
            call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.ApiVersion">
            <summary>
            Client API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.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.ServiceBus.ServiceBusManagementClient.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.ServiceBus.ServiceBusManagementClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.Namespaces">
            <summary>
            Gets the INamespacesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.Queues">
            <summary>
            Gets the IQueuesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.Topics">
            <summary>
            Gets the ITopicsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.Subscriptions">
            <summary>
            Gets the ISubscriptionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.Rules">
            <summary>
            Gets the IRulesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ServiceBusManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ServiceBusManagementClient 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.ServiceBus.ServiceBusManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ServiceBusManagementClient 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.ServiceBus.ServiceBusManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ServiceBusManagementClient 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.ServiceBus.ServiceBusManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ServiceBusManagementClient 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.ServiceBus.ServiceBusManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ServiceBusManagementClient 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.ServiceBus.ServiceBusManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ServiceBusManagementClient 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.ServiceBus.ServiceBusManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ServiceBusManagementClient 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.ServiceBus.ServiceBusManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperations">
            <summary>
            SubscriptionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperations.#ctor(Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient)">
            <summary>
            Initializes a new instance of the SubscriptionsOperations 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.ServiceBus.SubscriptionsOperations.Client">
            <summary>
            Gets a reference to the ServiceBusManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperations.ListByTopicWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all the subscriptions under a specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.SubscriptionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBSubscription,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a topic subscription.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a subscription 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.ServiceBus.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.ServiceBus.SubscriptionsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a subscription from the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639381.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription 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.ServiceBus.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.ServiceBus.SubscriptionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a subscription description for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639402.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription 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.ServiceBus.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.ServiceBus.SubscriptionsOperations.ListByTopicNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all the subscriptions under a specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx" />
            </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.ServiceBus.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.ServiceBus.SubscriptionsOperationsExtensions">
            <summary>
            Extension methods for SubscriptionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.ListByTopic(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.String,System.String)">
            <summary>
            List all the subscriptions under a specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx" />
            </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='topicName'>
            The topic name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.ListByTopicAsync(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List all the subscriptions under a specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBSubscription)">
            <summary>
            Creates a topic subscription.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a subscription resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBSubscription,System.Threading.CancellationToken)">
            <summary>
            Creates a topic subscription.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a subscription resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.Delete(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a subscription from the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639381.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a subscription from the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639381.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.Get(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns a subscription description for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639402.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a subscription description for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639402.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='subscriptionName'>
            The subscription name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.ListByTopicNext(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String)">
            <summary>
            List all the subscriptions under a specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx" />
            </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.ServiceBus.SubscriptionsOperationsExtensions.ListByTopicNextAsync(Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List all the subscriptions under a specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx" />
            </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.ServiceBus.TopicsOperations">
            <summary>
            TopicsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperations.#ctor(Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient)">
            <summary>
            Initializes a new instance of the TopicsOperations 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.ServiceBus.TopicsOperations.Client">
            <summary>
            Gets a reference to the ServiceBusManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperations.ListByNamespaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the topics in a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx" />
            </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.ServiceBus.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.ServiceBus.TopicsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBTopic,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a topic in the specified namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a topic 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.ServiceBus.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.ServiceBus.TopicsOperations.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 topic from the specified namespace and resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.TopicsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a description for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.TopicsOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets authorization rules for a topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.TopicsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an authorizatio rule for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            The shared access authorization 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.ServiceBus.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.ServiceBus.TopicsOperations.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>
            Returns the specified authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.TopicsOperations.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 topic authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.TopicsOperations.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>
            Gets the primary and secondary connection strings for the topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic 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.ServiceBus.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.ServiceBus.TopicsOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates primary or secondary connection strings for the topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx" />
            </summary>
            <param name='resourceGroupName'>
            Name of the Resource group within the Azure subscription.
            </param>
            <param name='namespaceName'>
            The namespace name
            </param>
            <param name='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate the authorization 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.ServiceBus.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.ServiceBus.TopicsOperations.ListByNamespaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the topics in a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx" />
            </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.ServiceBus.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.ServiceBus.TopicsOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets authorization rules for a topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </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.ServiceBus.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.ServiceBus.TopicsOperationsExtensions">
            <summary>
            Extension methods for TopicsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.ListByNamespace(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String)">
            <summary>
            Gets all the topics in a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx" />
            </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.ServiceBus.TopicsOperationsExtensions.ListByNamespaceAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the topics in a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx" />
            </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.ServiceBus.TopicsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBTopic)">
            <summary>
            Creates a topic in the specified namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a topic resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBTopic,System.Threading.CancellationToken)">
            <summary>
            Creates a topic in the specified namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='parameters'>
            Parameters supplied to create a topic resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.Delete(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a topic from the specified namespace and resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx" />
            </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='topicName'>
            The topic name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a topic from the specified namespace and resource group.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.Get(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String)">
            <summary>
            Returns a description for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx" />
            </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='topicName'>
            The topic name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a description for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String)">
            <summary>
            Gets authorization rules for a topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </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='topicName'>
            The topic name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets authorization rules for a topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule)">
            <summary>
            Creates an authorizatio rule for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            The shared access authorization rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule,System.Threading.CancellationToken)">
            <summary>
            Creates an authorizatio rule for the specified topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            The shared access authorization rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns the specified authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the specified authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a topic authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a topic authorization rule.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.ListKeys(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the primary and secondary connection strings for the topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the primary and secondary connection strings for the topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.RegenerateKeys(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters)">
            <summary>
            Regenerates primary or secondary connection strings for the topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate the authorization rule.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.RegenerateKeysAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateAccessKeyParameters,System.Threading.CancellationToken)">
            <summary>
            Regenerates primary or secondary connection strings for the topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx" />
            </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='topicName'>
            The topic name.
            </param>
            <param name='authorizationRuleName'>
            The authorizationrule name.
            </param>
            <param name='parameters'>
            Parameters supplied to regenerate the authorization rule.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.ListByNamespaceNext(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String)">
            <summary>
            Gets all the topics in a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx" />
            </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.ServiceBus.TopicsOperationsExtensions.ListByNamespaceNextAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the topics in a namespace.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx" />
            </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.ServiceBus.TopicsOperationsExtensions.ListAuthorizationRulesNext(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String)">
            <summary>
            Gets authorization rules for a topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </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.ServiceBus.TopicsOperationsExtensions.ListAuthorizationRulesNextAsync(Microsoft.Azure.Management.ServiceBus.ITopicsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets authorization rules for a topic.
            <see href="https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx" />
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>