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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.INamespacesOperations.ListBySubscriptionWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.INamespacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.INamespacesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.NamespaceUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.INamespacesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.INamespacesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.INamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.ListBySubscriptionNextWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.IQueuesOperations">
            <summary>
            QueuesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.IQueuesOperations.ListAllWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.IQueuesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.IQueuesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.IQueuesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.IQueuesOperations.ListAllNextWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.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="T:Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations">
            <summary>
            SubscriptionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations.ListAllWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations.ListAllNextWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.ITopicsOperations">
            <summary>
            TopicsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ITopicsOperations.ListAllWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ITopicsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ITopicsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ITopicsOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.ITopicsOperations.ListAllNextWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.AccessRights">
            <summary>
            Defines values for AccessRights.
            </summary>
        </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.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Initializes a new instance of the CheckNameAvailabilityResult
            class.
            </summary>
            <param name="nameAvailable">Value indicating namespace is
            availability, true if the namespace is available; otherwise,
            false.</param>
            <param name="reason">The reason for unavailability of a namespace.
            Possible values include: 'None', 'InvalidName',
            'SubscriptionIsDisabled', 'NameInUse', 'NameInLockdown',
            'TooManyNamespaceInCurrentSubscription'</param>
            <param name="message">The detailed info regarding the reason
            associated with the namespace.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.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="P:Microsoft.Azure.Management.ServiceBus.Models.CheckNameAvailabilityResult.Message">
            <summary>
            Gets the detailed info regarding the reason associated with the
            namespace.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.EntityAvailabilityStatus">
            <summary>
            Defines values for EntityAvailabilityStatus.
            </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.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="transferDeadLetterMessageCount">Number of messages
            transferred into dead letters.</param>
            <param name="transferMessageCount">Number of messages transferred
            to another queue, topic, or subscription.</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.TransferDeadLetterMessageCount">
            <summary>
            Gets number of messages transferred into dead letters.
            </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="T:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create Or Update Namespace operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the NamespaceCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.#ctor(System.String,Microsoft.Azure.Management.ServiceBus.Models.Sku,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.NamespaceState},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the NamespaceCreateOrUpdateParameters
            class.
            </summary>
            <param name="location">Namespace location.</param>
            <param name="tags">Namespace tags.</param>
            <param name="provisioningState">Provisioning state of the
            namespace.</param>
            <param name="status">State of the namespace. Possible values
            include: 'Unknown', 'Creating', 'Created', 'Activating',
            'Enabling', 'Active', 'Disabling', 'Disabled', 'SoftDeleting',
            'SoftDeleted', 'Removing', 'Removed', 'Failed'</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="createACSNamespace">Indicates whether to create an ACS
            namespace.</param>
            <param name="enabled">Specifies whether this instance is
            enabled.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.Location">
            <summary>
            Gets or sets namespace location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.Sku">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.Tags">
            <summary>
            Gets or sets namespace tags.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.ProvisioningState">
            <summary>
            Gets provisioning state of the namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.Status">
            <summary>
            Gets or sets state of the namespace. Possible values include:
            'Unknown', 'Creating', 'Created', 'Activating', 'Enabling',
            'Active', 'Disabling', 'Disabled', 'SoftDeleting', 'SoftDeleted',
            'Removing', 'Removed', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.CreatedAt">
            <summary>
            Gets the time the namespace was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.UpdatedAt">
            <summary>
            Gets the time the namespace was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.ServiceBusEndpoint">
            <summary>
            Gets endpoint you can use to perform Service Bus operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.CreateACSNamespace">
            <summary>
            Gets or sets indicates whether to create an ACS namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.Enabled">
            <summary>
            Gets or sets specifies whether this instance is enabled.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters.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.NamespaceResource">
            <summary>
            Description of a namespace resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.#ctor">
            <summary>
            Initializes a new instance of the NamespaceResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.ServiceBus.Models.Sku,System.String,System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.NamespaceState},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the NamespaceResource class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="location">Resource location.</param>
            <param name="type">Resource type</param>
            <param name="tags">Resource tags</param>
            <param name="provisioningState">Provisioning state of the
            namespace.</param>
            <param name="status">State of the namespace. Possible values
            include: 'Unknown', 'Creating', 'Created', 'Activating',
            'Enabling', 'Active', 'Disabling', 'Disabled', 'SoftDeleting',
            'SoftDeleted', 'Removing', 'Removed', 'Failed'</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="createACSNamespace">Indicates whether to create an ACS
            namespace.</param>
            <param name="enabled">Specifies whether this instance is
            enabled.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.Sku">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.ProvisioningState">
            <summary>
            Gets provisioning state of the namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.Status">
            <summary>
            Gets or sets state of the namespace. Possible values include:
            'Unknown', 'Creating', 'Created', 'Activating', 'Enabling',
            'Active', 'Disabling', 'Disabled', 'SoftDeleting', 'SoftDeleted',
            'Removing', 'Removed', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.CreatedAt">
            <summary>
            Gets the time the namespace was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.UpdatedAt">
            <summary>
            Gets the time the namespace was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.ServiceBusEndpoint">
            <summary>
            Gets endpoint you can use to perform Service Bus operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.CreateACSNamespace">
            <summary>
            Gets or sets indicates whether to create an ACS namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.Enabled">
            <summary>
            Gets or sets specifies whether this instance is enabled.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceResource.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.NamespaceState">
            <summary>
            Defines values for NamespaceState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.NamespaceUpdateParameters">
            <summary>
            Parameters supplied to the Patch Namespace operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the NamespaceUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceUpdateParameters.#ctor(System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.ServiceBus.Models.Sku)">
            <summary>
            Initializes a new instance of the NamespaceUpdateParameters class.
            </summary>
            <param name="tags">Resource tags</param>
            <param name="sku">The sku of the created namespace</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceUpdateParameters.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.NamespaceUpdateParameters.Sku">
            <summary>
            Gets or sets the sku of the created namespace
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.NamespaceUpdateParameters.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.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.Policykey">
            <summary>
            Defines values for Policykey.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create Or Update Queue operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the QueueCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityAvailabilityStatus},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int64},System.Nullable{System.Int64},Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.Boolean},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the QueueCreateOrUpdateParameters
            class.
            </summary>
            <param name="location">location of the resource.</param>
            <param name="name">Queue name.</param>
            <param name="lockDuration">The 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="accessedAt">Last time a message was sent, or the last
            time there was a receive request to this queue.</param>
            <param name="autoDeleteOnIdle">the TimeSpan idle interval after
            which the queue is automatically deleted. The minimum duration is 5
            minutes.</param>
            <param name="entityAvailabilityStatus">Entity availability status
            for the queue. Possible values include: 'Available', 'Limited',
            'Renaming', 'Restoring', 'Unknown'</param>
            <param name="createdAt">The exact time the message was
            created.</param>
            <param name="defaultMessageTimeToLive">The default message time 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="duplicateDetectionHistoryTimeWindow">TimeSpan
            structure that defines the duration of the duplicate detection
            history. The default value is 10 minutes.</param>
            <param name="enableBatchedOperations">A value that indicates
            whether server-side batched operations are enabled.</param>
            <param name="deadLetteringOnMessageExpiration">A value that
            indicates whether this queue has dead letter support when a message
            expires.</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>
            <param name="enablePartitioning">A value that indicates whether the
            queue is to be partitioned across multiple message brokers.</param>
            <param name="isAnonymousAccessible">A value that indicates whether
            the message is accessible anonymously.</param>
            <param name="maxDeliveryCount">The maximum delivery count. A
            message is automatically deadlettered after this number of
            deliveries.</param>
            <param name="maxSizeInMegabytes">The maximum size of the queue in
            megabytes, which is the size of memory allocated for the
            queue.</param>
            <param name="messageCount">The number of messages in the
            queue.</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="sizeInBytes">The size of the queue, in bytes.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming',
            'Restoring', 'SendDisabled', 'Unknown'</param>
            <param name="supportOrdering">A value that indicates whether the
            queue supports ordering.</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.Name">
            <summary>
            Gets or sets queue name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.Location">
            <summary>
            Gets or sets location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.LockDuration">
            <summary>
            Gets or sets the 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.QueueCreateOrUpdateParameters.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.QueueCreateOrUpdateParameters.AutoDeleteOnIdle">
            <summary>
            Gets or sets the 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.QueueCreateOrUpdateParameters.EntityAvailabilityStatus">
            <summary>
            Gets or sets entity availability status for the queue. Possible
            values include: 'Available', 'Limited', 'Renaming', 'Restoring',
            'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.CreatedAt">
            <summary>
            Gets the exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.DefaultMessageTimeToLive">
            <summary>
            Gets or sets the default message time 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.QueueCreateOrUpdateParameters.DuplicateDetectionHistoryTimeWindow">
            <summary>
            Gets or sets 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.QueueCreateOrUpdateParameters.EnableBatchedOperations">
            <summary>
            Gets or sets a value that indicates whether server-side batched
            operations are enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.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.QueueCreateOrUpdateParameters.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="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.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.QueueCreateOrUpdateParameters.IsAnonymousAccessible">
            <summary>
            Gets or sets a value that indicates whether the message is
            accessible anonymously.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.MaxDeliveryCount">
            <summary>
            Gets or sets the maximum delivery count. A message is automatically
            deadlettered after this number of deliveries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.MaxSizeInMegabytes">
            <summary>
            Gets or sets the maximum size of the queue in megabytes, which is
            the size of memory allocated for the queue.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.MessageCount">
            <summary>
            Gets the number of messages in the queue.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.CountDetails">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.RequiresDuplicateDetection">
            <summary>
            Gets or sets a value indicating if this queue requires duplicate
            detection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.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.QueueCreateOrUpdateParameters.SizeInBytes">
            <summary>
            Gets the size of the queue, in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Creating',
            'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
            'SendDisabled', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.SupportOrdering">
            <summary>
            Gets or sets a value that indicates whether the queue supports
            ordering.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters.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.QueueResource">
            <summary>
            Description of queue Resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.#ctor">
            <summary>
            Initializes a new instance of the QueueResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.#ctor(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityAvailabilityStatus},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int64},System.Nullable{System.Int64},Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.Boolean},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the QueueResource class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="location">Resource location.</param>
            <param name="type">Resource type</param>
            <param name="lockDuration">The 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="accessedAt">Last time a message was sent, or the last
            time there was a receive request to this queue.</param>
            <param name="autoDeleteOnIdle">the TimeSpan idle interval after
            which the queue is automatically deleted. The minimum duration is 5
            minutes.</param>
            <param name="entityAvailabilityStatus">Entity availability status
            for the queue. Possible values include: 'Available', 'Limited',
            'Renaming', 'Restoring', 'Unknown'</param>
            <param name="createdAt">The exact time the message was
            created.</param>
            <param name="defaultMessageTimeToLive">The default message time 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="duplicateDetectionHistoryTimeWindow">TimeSpan
            structure that defines the duration of the duplicate detection
            history. The default value is 10 minutes.</param>
            <param name="enableBatchedOperations">A value that indicates
            whether server-side batched operations are enabled.</param>
            <param name="deadLetteringOnMessageExpiration">A value that
            indicates whether this queue has dead letter support when a message
            expires.</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>
            <param name="enablePartitioning">A value that indicates whether the
            queue is to be partitioned across multiple message brokers.</param>
            <param name="isAnonymousAccessible">A value that indicates whether
            the message is accessible anonymously.</param>
            <param name="maxDeliveryCount">The maximum delivery count. A
            message is automatically deadlettered after this number of
            deliveries.</param>
            <param name="maxSizeInMegabytes">The maximum size of the queue in
            megabytes, which is the size of memory allocated for the
            queue.</param>
            <param name="messageCount">The number of messages in the
            queue.</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="sizeInBytes">The size of the queue, in bytes.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming',
            'Restoring', 'SendDisabled', 'Unknown'</param>
            <param name="supportOrdering">A value that indicates whether the
            queue supports ordering.</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.LockDuration">
            <summary>
            Gets or sets the 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.QueueResource.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.QueueResource.AutoDeleteOnIdle">
            <summary>
            Gets or sets the 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.QueueResource.EntityAvailabilityStatus">
            <summary>
            Gets or sets entity availability status for the queue. Possible
            values include: 'Available', 'Limited', 'Renaming', 'Restoring',
            'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.CreatedAt">
            <summary>
            Gets the exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.DefaultMessageTimeToLive">
            <summary>
            Gets or sets the default message time 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.QueueResource.DuplicateDetectionHistoryTimeWindow">
            <summary>
            Gets or sets 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.QueueResource.EnableBatchedOperations">
            <summary>
            Gets or sets a value that indicates whether server-side batched
            operations are enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.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.QueueResource.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="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.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.QueueResource.IsAnonymousAccessible">
            <summary>
            Gets or sets a value that indicates whether the message is
            accessible anonymously.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.MaxDeliveryCount">
            <summary>
            Gets or sets the maximum delivery count. A message is automatically
            deadlettered after this number of deliveries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.MaxSizeInMegabytes">
            <summary>
            Gets or sets the maximum size of the queue in megabytes, which is
            the size of memory allocated for the queue.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.MessageCount">
            <summary>
            Gets the number of messages in the queue.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.CountDetails">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.RequiresDuplicateDetection">
            <summary>
            Gets or sets a value indicating if this queue requires duplicate
            detection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.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.QueueResource.SizeInBytes">
            <summary>
            Gets the size of the queue, in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Creating',
            'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
            'SendDisabled', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.SupportOrdering">
            <summary>
            Gets or sets a value that indicates whether the queue supports
            ordering.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.QueueResource.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters">
            <summary>
            Parameters supplied to the Regenerate Authorization Rule operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters.#ctor">
            <summary>
            Initializes a new instance of the RegenerateKeysParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters.#ctor(System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.Policykey})">
            <summary>
            Initializes a new instance of the RegenerateKeysParameters class.
            </summary>
            <param name="policykey">Key that needs to be regenerated. Possible
            values include: 'PrimaryKey', 'SecondaryKey'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters.Policykey">
            <summary>
            Gets or sets key that needs to be regenerated. Possible values
            include: 'PrimaryKey', 'SecondaryKey'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.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,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="location">Resource location.</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.Location">
            <summary>
            Gets or sets resource location.
            </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.ResourceListKeys">
            <summary>
            Namespace/ServiceBus Connection String
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.ResourceListKeys.#ctor">
            <summary>
            Initializes a new instance of the ResourceListKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.ResourceListKeys.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceListKeys 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.ResourceListKeys.PrimaryConnectionString">
            <summary>
            Gets or sets primary connection string of the created namespace
            authorization rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ResourceListKeys.SecondaryConnectionString">
            <summary>
            Gets or sets secondary connection string of the created namespace
            authorization rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ResourceListKeys.PrimaryKey">
            <summary>
            Gets or sets a base64-encoded 256-bit primary key for signing and
            validating the SAS token.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ResourceListKeys.SecondaryKey">
            <summary>
            Gets or sets a base64-encoded 256-bit primary key for signing and
            validating the SAS token.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.ResourceListKeys.KeyName">
            <summary>
            Gets or sets a string that describes the authorization rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create Or Update Authorization Rules
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            SharedAccessAuthorizationRuleCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.#ctor(System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.AccessRights}},System.String,System.String)">
            <summary>
            Initializes a new instance of the
            SharedAccessAuthorizationRuleCreateOrUpdateParameters class.
            </summary>
            <param name="rights">The rights associated with the rule.</param>
            <param name="location">data center location.</param>
            <param name="name">Name of the authorization rule.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Location">
            <summary>
            Gets or sets data center location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Name">
            <summary>
            Gets or sets name of the authorization rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Rights">
            <summary>
            Gets or sets the rights associated with the rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.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.SharedAccessAuthorizationRuleResource">
            <summary>
            Description of a namespace authorization rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleResource.#ctor">
            <summary>
            Initializes a new instance of the
            SharedAccessAuthorizationRuleResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleResource.#ctor(System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.AccessRights}},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the
            SharedAccessAuthorizationRuleResource class.
            </summary>
            <param name="rights">The rights associated with the rule.</param>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="location">Resource location.</param>
            <param name="type">Resource type</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleResource.Rights">
            <summary>
            Gets or sets the rights associated with the rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleResource.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.Sku">
            <summary>
            SKU of the namespace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Sku.#ctor(System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
            <param name="tier">The billing tier of this particular SKU.
            Possible values include: 'Basic', 'Standard', 'Premium'</param>
            <param name="name">Name of this SKU. Possible values include:
            'Basic', 'Standard', 'Premium'</param>
            <param name="capacity">The specified messaging units for the
            tier.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.Sku.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.Sku.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.Sku.Capacity">
            <summary>
            Gets or sets the specified messaging units for the tier.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.Sku.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.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.SubscriptionCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create Or Update Subscription operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            SubscriptionCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.String,Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.Nullable{System.DateTime},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityAvailabilityStatus},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the
            SubscriptionCreateOrUpdateParameters class.
            </summary>
            <param name="location">Subscription data center location.</param>
            <param name="type">Resource manager type of the resource.</param>
            <param name="accessedAt">Last time there was a receive request to
            this subscription.</param>
            <param name="autoDeleteOnIdle">TimeSpan idle interval after which
            the topic is automatically deleted. The minimum duration is 5
            minutes.</param>
            <param name="createdAt">Exact time the message was created.</param>
            <param name="defaultMessageTimeToLive">Default message time 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="deadLetteringOnFilterEvaluationExceptions">Value that
            indicates whether a subscription has dead letter support on filter
            evaluation exceptions.</param>
            <param name="deadLetteringOnMessageExpiration">Value that indicates
            whether a subscription has dead letter support when a message
            expires.</param>
            <param name="enableBatchedOperations">Value that indicates whether
            server-side batched operations are enabled.</param>
            <param name="entityAvailabilityStatus">Entity availability status
            for the topic. Possible values include: 'Available', 'Limited',
            'Renaming', 'Restoring', 'Unknown'</param>
            <param name="isReadOnly">Value that indicates whether the entity
            description is read-only.</param>
            <param name="lockDuration">The lock duration time span for the
            subscription.</param>
            <param name="maxDeliveryCount">Number of maximum
            deliveries.</param>
            <param name="messageCount">Number of messages.</param>
            <param name="requiresSession">Value indicating if a subscription
            supports the concept of sessions.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming',
            'Restoring', 'SendDisabled', 'Unknown'</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.Location">
            <summary>
            Gets or sets subscription data center location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.Type">
            <summary>
            Gets or sets resource manager type of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.AccessedAt">
            <summary>
            Gets last time there was a receive request to this subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.AutoDeleteOnIdle">
            <summary>
            Gets or sets 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.SubscriptionCreateOrUpdateParameters.CountDetails">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.CreatedAt">
            <summary>
            Gets exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.DefaultMessageTimeToLive">
            <summary>
            Gets or sets default message time 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.SubscriptionCreateOrUpdateParameters.DeadLetteringOnFilterEvaluationExceptions">
            <summary>
            Gets or sets value that indicates whether a subscription has dead
            letter support on filter evaluation exceptions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.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.SubscriptionCreateOrUpdateParameters.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.SubscriptionCreateOrUpdateParameters.EntityAvailabilityStatus">
            <summary>
            Gets or sets entity availability status for the topic. Possible
            values include: 'Available', 'Limited', 'Renaming', 'Restoring',
            'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.IsReadOnly">
            <summary>
            Gets or sets value that indicates whether the entity description is
            read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.LockDuration">
            <summary>
            Gets or sets the lock duration time span for the subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.MaxDeliveryCount">
            <summary>
            Gets or sets number of maximum deliveries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.MessageCount">
            <summary>
            Gets number of messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.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.SubscriptionCreateOrUpdateParameters.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Creating',
            'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
            'SendDisabled', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters.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.SubscriptionResource">
            <summary>
            Description of subscription resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.Nullable{System.DateTime},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityAvailabilityStatus},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the SubscriptionResource class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="location">Resource location.</param>
            <param name="type">Resource type</param>
            <param name="accessedAt">Last time there was a receive request to
            this subscription.</param>
            <param name="autoDeleteOnIdle">TimeSpan idle interval after which
            the topic is automatically deleted. The minimum duration is 5
            minutes.</param>
            <param name="createdAt">Exact time the message was created.</param>
            <param name="defaultMessageTimeToLive">Default message time 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="deadLetteringOnFilterEvaluationExceptions">Value that
            indicates whether a subscription has dead letter support on filter
            evaluation exceptions.</param>
            <param name="deadLetteringOnMessageExpiration">Value that indicates
            whether a subscription has dead letter support when a message
            expires.</param>
            <param name="enableBatchedOperations">Value that indicates whether
            server-side batched operations are enabled.</param>
            <param name="entityAvailabilityStatus">Entity availability status
            for the topic. Possible values include: 'Available', 'Limited',
            'Renaming', 'Restoring', 'Unknown'</param>
            <param name="isReadOnly">Value that indicates whether the entity
            description is read-only.</param>
            <param name="lockDuration">The lock duration time span for the
            subscription.</param>
            <param name="maxDeliveryCount">Number of maximum
            deliveries.</param>
            <param name="messageCount">Number of messages.</param>
            <param name="requiresSession">Value indicating if a subscription
            supports the concept of sessions.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming',
            'Restoring', 'SendDisabled', 'Unknown'</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.AccessedAt">
            <summary>
            Gets last time there was a receive request to this subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.AutoDeleteOnIdle">
            <summary>
            Gets or sets 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.SubscriptionResource.CountDetails">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.CreatedAt">
            <summary>
            Gets exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.DefaultMessageTimeToLive">
            <summary>
            Gets or sets default message time 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.SubscriptionResource.DeadLetteringOnFilterEvaluationExceptions">
            <summary>
            Gets or sets value that indicates whether a subscription has dead
            letter support on filter evaluation exceptions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.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.SubscriptionResource.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.SubscriptionResource.EntityAvailabilityStatus">
            <summary>
            Gets or sets entity availability status for the topic. Possible
            values include: 'Available', 'Limited', 'Renaming', 'Restoring',
            'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.IsReadOnly">
            <summary>
            Gets or sets value that indicates whether the entity description is
            read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.LockDuration">
            <summary>
            Gets or sets the lock duration time span for the subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.MaxDeliveryCount">
            <summary>
            Gets or sets number of maximum deliveries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.MessageCount">
            <summary>
            Gets number of messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.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.SubscriptionResource.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Creating',
            'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
            'SendDisabled', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.SubscriptionResource.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create Or Update Topic operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the TopicCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.String,System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityAvailabilityStatus},System.Nullable{System.DateTime},Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the TopicCreateOrUpdateParameters
            class.
            </summary>
            <param name="location">Location of the resource.</param>
            <param name="name">Topic name.</param>
            <param name="accessedAt">Last time the message was sent, or a
            request was received, for this topic.</param>
            <param name="autoDeleteOnIdle">TimeSpan idle interval after which
            the topic is automatically deleted. The minimum duration is 5
            minutes.</param>
            <param name="entityAvailabilityStatus">Entity availability status
            for the topic. Possible values include: 'Available', 'Limited',
            'Renaming', 'Restoring', 'Unknown'</param>
            <param name="createdAt">Exact time the message was created.</param>
            <param name="defaultMessageTimeToLive">Default message time 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="duplicateDetectionHistoryTimeWindow">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="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>
            <param name="enablePartitioning">Value that indicates whether the
            topic to be partitioned across multiple message brokers is
            enabled.</param>
            <param name="enableSubscriptionPartitioning">Value that indicates
            whether partitioning is enabled or disabled.</param>
            <param name="filteringMessagesBeforePublishing">Whether messages
            should be filtered before publishing.</param>
            <param name="isAnonymousAccessible">Value that indicates whether
            the message is accessible anonymously.</param>
            <param name="maxSizeInMegabytes">Maximum size of the topic in
            megabytes, which is the size of the memory allocated for the
            topic.</param>
            <param name="requiresDuplicateDetection">Value indicating if this
            topic requires duplicate detection.</param>
            <param name="sizeInBytes">Size of the topic, in bytes.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming',
            'Restoring', 'SendDisabled', 'Unknown'</param>
            <param name="subscriptionCount">Number of subscriptions.</param>
            <param name="supportOrdering">Value that indicates whether the
            topic supports ordering.</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.Name">
            <summary>
            Gets or sets topic name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.Location">
            <summary>
            Gets or sets location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.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.TopicCreateOrUpdateParameters.AutoDeleteOnIdle">
            <summary>
            Gets or sets 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.TopicCreateOrUpdateParameters.EntityAvailabilityStatus">
            <summary>
            Gets or sets entity availability status for the topic. Possible
            values include: 'Available', 'Limited', 'Renaming', 'Restoring',
            'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.CreatedAt">
            <summary>
            Gets exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.CountDetails">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.DefaultMessageTimeToLive">
            <summary>
            Gets or sets default message time 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.TopicCreateOrUpdateParameters.DuplicateDetectionHistoryTimeWindow">
            <summary>
            Gets or sets 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.TopicCreateOrUpdateParameters.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.TopicCreateOrUpdateParameters.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="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.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.TopicCreateOrUpdateParameters.EnableSubscriptionPartitioning">
            <summary>
            Gets or sets value that indicates whether partitioning is enabled
            or disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.FilteringMessagesBeforePublishing">
            <summary>
            Gets or sets whether messages should be filtered before publishing.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.IsAnonymousAccessible">
            <summary>
            Gets or sets value that indicates whether the message is accessible
            anonymously.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.IsExpress">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.MaxSizeInMegabytes">
            <summary>
            Gets or sets maximum size of the topic in megabytes, which is the
            size of the memory allocated for the topic.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.RequiresDuplicateDetection">
            <summary>
            Gets or sets value indicating if this topic requires duplicate
            detection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.SizeInBytes">
            <summary>
            Gets size of the topic, in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Creating',
            'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
            'SendDisabled', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.SubscriptionCount">
            <summary>
            Gets number of subscriptions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.SupportOrdering">
            <summary>
            Gets or sets value that indicates whether the topic supports
            ordering.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters.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.TopicResource">
            <summary>
            Description of topic resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.#ctor">
            <summary>
            Initializes a new instance of the TopicResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityAvailabilityStatus},System.Nullable{System.DateTime},Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{Microsoft.Azure.Management.ServiceBus.Models.EntityStatus},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the TopicResource class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="location">Resource location.</param>
            <param name="type">Resource type</param>
            <param name="accessedAt">Last time the message was sent, or a
            request was received, for this topic.</param>
            <param name="autoDeleteOnIdle">TimeSpan idle interval after which
            the topic is automatically deleted. The minimum duration is 5
            minutes.</param>
            <param name="entityAvailabilityStatus">Entity availability status
            for the topic. Possible values include: 'Available', 'Limited',
            'Renaming', 'Restoring', 'Unknown'</param>
            <param name="createdAt">Exact time the message was created.</param>
            <param name="defaultMessageTimeToLive">Default message time 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="duplicateDetectionHistoryTimeWindow">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="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>
            <param name="enablePartitioning">Value that indicates whether the
            topic to be partitioned across multiple message brokers is
            enabled.</param>
            <param name="enableSubscriptionPartitioning">Value that indicates
            whether partitioning is enabled or disabled.</param>
            <param name="filteringMessagesBeforePublishing">Whether messages
            should be filtered before publishing.</param>
            <param name="isAnonymousAccessible">Value that indicates whether
            the message is accessible anonymously.</param>
            <param name="maxSizeInMegabytes">Maximum size of the topic in
            megabytes, which is the size of the memory allocated for the
            topic.</param>
            <param name="requiresDuplicateDetection">Value indicating if this
            topic requires duplicate detection.</param>
            <param name="sizeInBytes">Size of the topic, in bytes.</param>
            <param name="status">Enumerates the possible values for the status
            of a messaging entity. Possible values include: 'Active',
            'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming',
            'Restoring', 'SendDisabled', 'Unknown'</param>
            <param name="subscriptionCount">Number of subscriptions.</param>
            <param name="supportOrdering">Value that indicates whether the
            topic supports ordering.</param>
            <param name="updatedAt">The exact time the message was
            updated.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.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.TopicResource.AutoDeleteOnIdle">
            <summary>
            Gets or sets 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.TopicResource.EntityAvailabilityStatus">
            <summary>
            Gets or sets entity availability status for the topic. Possible
            values include: 'Available', 'Limited', 'Renaming', 'Restoring',
            'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.CreatedAt">
            <summary>
            Gets exact time the message was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.CountDetails">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.DefaultMessageTimeToLive">
            <summary>
            Gets or sets default message time 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.TopicResource.DuplicateDetectionHistoryTimeWindow">
            <summary>
            Gets or sets 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.TopicResource.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.TopicResource.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="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.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.TopicResource.EnableSubscriptionPartitioning">
            <summary>
            Gets or sets value that indicates whether partitioning is enabled
            or disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.FilteringMessagesBeforePublishing">
            <summary>
            Gets or sets whether messages should be filtered before publishing.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.IsAnonymousAccessible">
            <summary>
            Gets or sets value that indicates whether the message is accessible
            anonymously.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.IsExpress">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.MaxSizeInMegabytes">
            <summary>
            Gets or sets maximum size of the topic in megabytes, which is the
            size of the memory allocated for the topic.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.RequiresDuplicateDetection">
            <summary>
            Gets or sets value indicating if this topic requires duplicate
            detection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.SizeInBytes">
            <summary>
            Gets size of the topic, in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.Status">
            <summary>
            Gets or sets enumerates the possible values for the status of a
            messaging entity. Possible values include: 'Active', 'Creating',
            'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
            'SendDisabled', 'Unknown'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.SubscriptionCount">
            <summary>
            Gets number of subscriptions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.SupportOrdering">
            <summary>
            Gets or sets value that indicates whether the topic supports
            ordering.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TopicResource.UpdatedAt">
            <summary>
            Gets the exact time the message was updated.
            </summary>
        </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="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="location">Resource location.</param>
            <param name="type">Resource type</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ServiceBus.Models.TrackedResource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperations.ListBySubscriptionWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.NamespaceUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.NamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.NamespaceCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.ListBySubscriptionNextWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.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.ListBySubscription(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.ListBySubscriptionAsync(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.NamespaceCreateOrUpdateParameters)">
            <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.NamespaceCreateOrUpdateParameters,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.NamespaceUpdateParameters)">
            <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.NamespaceUpdateParameters,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.SharedAccessAuthorizationRuleCreateOrUpdateParameters)">
            <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.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.RegenerateKeysParameters)">
            <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.RegenerateKeysParameters,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.NamespaceCreateOrUpdateParameters)">
            <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.NamespaceCreateOrUpdateParameters,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.ListBySubscriptionNext(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.ListBySubscriptionNextAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.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.ListAllWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.QueueCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperations.ListAllNextWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions">
            <summary>
            Extension methods for QueuesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.QueuesOperationsExtensions.ListAll(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.ListAllAsync(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.QueueCreateOrUpdateParameters)">
            <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.QueueCreateOrUpdateParameters,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.SharedAccessAuthorizationRuleCreateOrUpdateParameters)">
            <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.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.RegenerateKeysParameters)">
            <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.RegenerateKeysParameters,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.ListAllNext(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.ListAllNextAsync(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.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="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.ListAllWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SubscriptionCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperations.ListAllNextWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions">
            <summary>
            Extension methods for SubscriptionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.SubscriptionsOperationsExtensions.ListAll(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.ListAllAsync(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.SubscriptionCreateOrUpdateParameters)">
            <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.SubscriptionCreateOrUpdateParameters,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.ListAllNext(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.ListAllNextAsync(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.ListAllWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.TopicCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ServiceBus.Models.RegenerateKeysParameters,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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperations.ListAllNextWithHttpMessagesAsync(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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.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.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions">
            <summary>
            Extension methods for TopicsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ServiceBus.TopicsOperationsExtensions.ListAll(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.ListAllAsync(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.TopicCreateOrUpdateParameters)">
            <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.TopicCreateOrUpdateParameters,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.SharedAccessAuthorizationRuleCreateOrUpdateParameters)">
            <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.SharedAccessAuthorizationRuleCreateOrUpdateParameters,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.RegenerateKeysParameters)">
            <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.RegenerateKeysParameters,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.ListAllNext(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.ListAllNextAsync(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>