Microsoft.Azure.Management.EventHub.xml
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.Azure.Management.EventHub</name> </assembly> <members> <member name="T:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperations"> <summary> ConsumerGroupsOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperations.#ctor(Microsoft.Azure.Management.EventHub.EventHubManagementClient)"> <summary> Initializes a new instance of the ConsumerGroupsOperations 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.EventHub.ConsumerGroupsOperations.Client"> <summary> Gets a reference to the EventHubManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates an Event Hubs consumer group as a nested resource within a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639498.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='parameters'> Parameters supplied to create or update a consumer group 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.EventHub.ConsumerGroupsOperations.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 consumer group from the specified Event Hub and resource group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639491.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.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.EventHub.ConsumerGroupsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a description for the specified consumer group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639488.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperations.ListAllWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639503.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub 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.EventHub.ConsumerGroupsOperations.ListAllNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639503.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.EventHub.ConsumerGroupsOperationsExtensions"> <summary> Extension methods for ConsumerGroupsOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters)"> <summary> Creates or updates an Event Hubs consumer group as a nested resource within a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639498.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='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='parameters'> Parameters supplied to create or update a consumer group resource. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates or updates an Event Hubs consumer group as a nested resource within a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639498.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='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='parameters'> Parameters supplied to create or update a consumer group resource. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.Delete(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.String,System.String,System.String)"> <summary> Deletes a consumer group from the specified Event Hub and resource group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639491.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='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a consumer group from the specified Event Hub and resource group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639491.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='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.Get(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.String,System.String,System.String)"> <summary> Gets a description for the specified consumer group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639488.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='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.GetAsync(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets a description for the specified consumer group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639488.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='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.ListAll(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.String,System.String)"> <summary> Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639503.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='eventHubName'> The Event Hub name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.ListAllAsync(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639503.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='eventHubName'> The Event Hub name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.ConsumerGroupsOperationsExtensions.ListAllNext(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String)"> <summary> Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639503.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.EventHub.ConsumerGroupsOperationsExtensions.ListAllNextAsync(Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations,System.String,System.Threading.CancellationToken)"> <summary> Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639503.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.EventHub.EventHubManagementClient"> <summary> Azure Event Hubs client </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.BaseUri"> <summary> The base URI of the service. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.SerializationSettings"> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.Credentials"> <summary> Credentials needed for the client to connect to Azure. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.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.EventHub.EventHubManagementClient.ApiVersion"> <summary> Client API Version. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.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.EventHub.EventHubManagementClient.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.EventHub.EventHubManagementClient.Operations"> <summary> Gets the IOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.Namespaces"> <summary> Gets the INamespacesOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.EventHubs"> <summary> Gets the IEventHubsOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.EventHubManagementClient.ConsumerGroups"> <summary> Gets the IConsumerGroupsOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubManagementClient.#ctor(System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the EventHubManagementClient class. </summary> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the EventHubManagementClient 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.EventHub.EventHubManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the EventHubManagementClient 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.EventHub.EventHubManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the EventHubManagementClient 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.EventHub.EventHubManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the EventHubManagementClient 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.EventHub.EventHubManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the EventHubManagementClient 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.EventHub.EventHubManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the EventHubManagementClient 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.EventHub.EventHubManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the EventHubManagementClient 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.EventHub.EventHubManagementClient.Initialize"> <summary> Initializes client properties. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.EventHubsOperations"> <summary> EventHubsOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperations.#ctor(Microsoft.Azure.Management.EventHub.EventHubManagementClient)"> <summary> Initializes a new instance of the EventHubsOperations 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.EventHub.EventHubsOperations.Client"> <summary> Gets a reference to the EventHubManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperations.ListAllWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets all the Event Hubs in a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639493.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.EventHub.EventHubsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a new Event Hub as a nested resource within a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639497.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='parameters'> Parameters supplied to create an Event Hub 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.EventHub.EventHubsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes an Event Hub from the specified Namespace and resource group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639496.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub 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.EventHub.EventHubsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets an Event Hubs description for the specified Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639501.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub 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.EventHub.EventHubsOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,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 an Event Hub. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub 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.EventHub.EventHubsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates an AuthorizationRule for the specified Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706096.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> The shared access AuthorizationRule. </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.EventHub.EventHubsOperations.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 AuthorizationRule for an Event Hub by rule name. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706097.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.EventHubsOperations.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 an Event Hub AuthorizationRule. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706100.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.EventHubsOperations.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 ACS and SAS connection strings for the Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706098.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.EventHubsOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Regenerates the ACS and SAS connection strings for the Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706099.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey). </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.EventHub.EventHubsOperations.ListAllNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets all the Event Hubs in a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639493.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.EventHub.EventHubsOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the authorization rules for an Event Hub. </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.EventHub.EventHubsOperationsExtensions"> <summary> Extension methods for EventHubsOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.ListAll(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String)"> <summary> Gets all the Event Hubs in a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639493.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.EventHub.EventHubsOperationsExtensions.ListAllAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets all the Event Hubs in a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639493.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.EventHub.EventHubsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters)"> <summary> Creates or updates a new Event Hub as a nested resource within a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639497.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='eventHubName'> The Event Hub name </param> <param name='parameters'> Parameters supplied to create an Event Hub resource. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates or updates a new Event Hub as a nested resource within a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639497.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='eventHubName'> The Event Hub name </param> <param name='parameters'> Parameters supplied to create an Event Hub resource. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.Delete(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String)"> <summary> Deletes an Event Hub from the specified Namespace and resource group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639496.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='eventHubName'> The Event Hub name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes an Event Hub from the specified Namespace and resource group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639496.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='eventHubName'> The Event Hub name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.Get(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String)"> <summary> Gets an Event Hubs description for the specified Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639501.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='eventHubName'> The Event Hub name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.GetAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets an Event Hubs description for the specified Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639501.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='eventHubName'> The Event Hub name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String)"> <summary> Gets the authorization rules for an Event Hub. </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='eventHubName'> The Event Hub name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the authorization rules for an Event Hub. </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='eventHubName'> The Event Hub name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters)"> <summary> Creates or updates an AuthorizationRule for the specified Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706096.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> The shared access AuthorizationRule. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates or updates an AuthorizationRule for the specified Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706096.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> The shared access AuthorizationRule. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String)"> <summary> Gets an AuthorizationRule for an Event Hub by rule name. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706097.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets an AuthorizationRule for an Event Hub by rule name. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706097.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String)"> <summary> Deletes an Event Hub AuthorizationRule. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706100.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes an Event Hub AuthorizationRule. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706100.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.ListKeys(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String)"> <summary> Gets the ACS and SAS connection strings for the Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706098.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the ACS and SAS connection strings for the Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706098.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.RegenerateKeys(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters)"> <summary> Regenerates the ACS and SAS connection strings for the Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706099.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey). </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.RegenerateKeysAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters,System.Threading.CancellationToken)"> <summary> Regenerates the ACS and SAS connection strings for the Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706099.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='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.EventHubsOperationsExtensions.ListAllNext(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String)"> <summary> Gets all the Event Hubs in a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639493.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.EventHub.EventHubsOperationsExtensions.ListAllNextAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.Threading.CancellationToken)"> <summary> Gets all the Event Hubs in a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639493.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.EventHub.EventHubsOperationsExtensions.ListAuthorizationRulesNext(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String)"> <summary> Gets the authorization rules for an Event Hub. </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.EventHub.EventHubsOperationsExtensions.ListAuthorizationRulesNextAsync(Microsoft.Azure.Management.EventHub.IEventHubsOperations,System.String,System.Threading.CancellationToken)"> <summary> Gets the authorization rules for an Event Hub. </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.EventHub.IConsumerGroupsOperations"> <summary> ConsumerGroupsOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates an Event Hubs consumer group as a nested resource within a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639498.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='parameters'> Parameters supplied to create or update a consumer group 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.EventHub.IConsumerGroupsOperations.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 consumer group from the specified Event Hub and resource group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639491.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a description for the specified consumer group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639488.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='consumerGroupName'> The consumer group name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations.ListAllWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639503.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub 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.EventHub.IConsumerGroupsOperations.ListAllNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639503.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.EventHub.IEventHubManagementClient"> <summary> Azure Event Hubs client </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.BaseUri"> <summary> The base URI of the service. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.SerializationSettings"> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.Credentials"> <summary> Credentials needed for the client to connect to Azure. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.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.EventHub.IEventHubManagementClient.ApiVersion"> <summary> Client API Version. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.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.EventHub.IEventHubManagementClient.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.EventHub.IEventHubManagementClient.Operations"> <summary> Gets the IOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.Namespaces"> <summary> Gets the INamespacesOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.EventHubs"> <summary> Gets the IEventHubsOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.IEventHubManagementClient.ConsumerGroups"> <summary> Gets the IConsumerGroupsOperations. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.IEventHubsOperations"> <summary> EventHubsOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.IEventHubsOperations.ListAllWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets all the Event Hubs in a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639493.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.EventHub.IEventHubsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a new Event Hub as a nested resource within a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639497.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='parameters'> Parameters supplied to create an Event Hub 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.EventHub.IEventHubsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes an Event Hub from the specified Namespace and resource group. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639496.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub 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.EventHub.IEventHubsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets an Event Hubs description for the specified Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639501.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub 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.EventHub.IEventHubsOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,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 an Event Hub. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub 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.EventHub.IEventHubsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates an AuthorizationRule for the specified Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706096.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> The shared access AuthorizationRule. </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.EventHub.IEventHubsOperations.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 AuthorizationRule for an Event Hub by rule name. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706097.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.IEventHubsOperations.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 an Event Hub AuthorizationRule. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706100.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.IEventHubsOperations.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 ACS and SAS connection strings for the Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706098.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.IEventHubsOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Regenerates the ACS and SAS connection strings for the Event Hub. <see href="https://msdn.microsoft.com/en-us/library/azure/mt706099.aspx" /> </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='eventHubName'> The Event Hub name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey). </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.EventHub.IEventHubsOperations.ListAllNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets all the Event Hubs in a Namespace. <see href="https://msdn.microsoft.com/en-us/library/azure/mt639493.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.EventHub.IEventHubsOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the authorization rules for an Event Hub. </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.EventHub.INamespacesOperations"> <summary> NamespacesOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.INamespacesOperations.CheckNameAvailabilityWithHttpMessagesAsync(Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter,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.EventHub.INamespacesOperations.ListBySubscriptionWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all the available Namespaces within a subscription, irrespective of the resource groups. </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.EventHub.INamespacesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the available Namespaces within a resource group. </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.EventHub.INamespacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for creating 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.EventHub.INamespacesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.INamespacesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the description of the specified namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.INamespacesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for updating a namespace resource. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.EventHub.INamespacesOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a list of authorization rules for a Namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.INamespacesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates an AuthorizationRule for a Namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> The shared access AuthorizationRule. </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.EventHub.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 an AuthorizationRule for a Namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.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 AuthorizationRule for a Namespace by rule name. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.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. </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 authorization rule name. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.INamespacesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.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 specified Namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> Parameters required to regenerate the connection string. </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.EventHub.INamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for creating 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.EventHub.INamespacesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.INamespacesOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all the available Namespaces within a subscription, irrespective of the resource groups. </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.EventHub.INamespacesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the available Namespaces within a resource group. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.EventHub.INamespacesOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a list of authorization rules for a Namespace. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.IOperations"> <summary> Operations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.IOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all of the available Event Hub 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.EventHub.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 Event Hub 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.EventHub.Models.AccessRights"> <summary> Defines values for AccessRights. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter"> <summary> Parameter supplied to check Namespace name availability operation </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter.#ctor"> <summary> Initializes a new instance of the CheckNameAvailabilityParameter class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter.#ctor(System.String)"> <summary> Initializes a new instance of the CheckNameAvailabilityParameter class. </summary> <param name="name">Name to check the namespace name availability</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter.Name"> <summary> Gets or sets name to check the namespace name availability </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityResult"> <summary> The Result of the CheckNameAvailability operation </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityResult.#ctor"> <summary> Initializes a new instance of the CheckNameAvailabilityResult class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityResult.#ctor(System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.EventHub.Models.UnavailableReason},System.String)"> <summary> Initializes a new instance of the CheckNameAvailabilityResult class. </summary> <param name="nameAvailable">Value indicating Namespace is availability, true if the Namespace is available; otherwise, false.</param> <param name="reason">The reason for unavailability of a Namespace. Possible values include: 'None', 'InvalidName', 'SubscriptionIsDisabled', 'NameInUse', 'NameInLockdown', 'TooManyNamespaceInCurrentSubscription'</param> <param name="message">The detailed info regarding the reason associated with the Namespace.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.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.EventHub.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.EventHub.Models.CheckNameAvailabilityResult.Message"> <summary> Gets the detailed info regarding the reason associated with the Namespace. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters"> <summary> Parameters supplied to the Create Or Update Consumer Group operation. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the ConsumerGroupCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.Nullable{System.DateTime},System.String)"> <summary> Initializes a new instance of the ConsumerGroupCreateOrUpdateParameters class. </summary> <param name="location">Location of the resource.</param> <param name="type">ARM type of the Namespace.</param> <param name="name">Name of the consumer group.</param> <param name="createdAt">Exact time the message was created.</param> <param name="eventHubPath">The path of the Event Hub.</param> <param name="updatedAt">The exact time the message was updated.</param> <param name="userMetadata">The user metadata.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.Location"> <summary> Gets or sets location of the resource. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.Type"> <summary> Gets or sets ARM type of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.Name"> <summary> Gets or sets name of the consumer group. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.CreatedAt"> <summary> Gets exact time the message was created. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.EventHubPath"> <summary> Gets the path of the Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.UpdatedAt"> <summary> Gets the exact time the message was updated. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.UserMetadata"> <summary> Gets or sets the user metadata. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupCreateOrUpdateParameters.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupResource"> <summary> Single item in List or Get Consumer group operation </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupResource.#ctor"> <summary> Initializes a new instance of the ConsumerGroupResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupResource.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.Nullable{System.DateTime},System.String)"> <summary> Initializes a new instance of the ConsumerGroupResource class. </summary> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> <param name="createdAt">Exact time the message was created.</param> <param name="eventHubPath">The path of the Event Hub.</param> <param name="updatedAt">The exact time the message was updated.</param> <param name="userMetadata">The user metadata.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupResource.CreatedAt"> <summary> Gets exact time the message was created. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupResource.EventHubPath"> <summary> Gets the path of the Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupResource.UpdatedAt"> <summary> Gets the exact time the message was updated. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ConsumerGroupResource.UserMetadata"> <summary> Gets or sets the user metadata. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.EntityStatus"> <summary> Defines values for EntityStatus. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters"> <summary> Parameters supplied to the Create Or Update Event Hub operation. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the EventHubCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Collections.Generic.IList{System.String},System.Nullable{Microsoft.Azure.Management.EventHub.Models.EntityStatus},System.Nullable{System.DateTime})"> <summary> Initializes a new instance of the EventHubCreateOrUpdateParameters class. </summary> <param name="location">Location of the resource.</param> <param name="type">ARM type of the Namespace.</param> <param name="name">Name of the Event Hub.</param> <param name="createdAt">Exact time the Event Hub was created.</param> <param name="messageRetentionInDays">Number of days to retain the events for this Event Hub.</param> <param name="partitionCount">Number of partitions created for the Event Hub.</param> <param name="partitionIds">Current number of shards on the Event Hub.</param> <param name="status">Enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown'</param> <param name="updatedAt">The exact time the message was updated.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.Location"> <summary> Gets or sets location of the resource. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.Type"> <summary> Gets or sets ARM type of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.Name"> <summary> Gets or sets name of the Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.CreatedAt"> <summary> Gets exact time the Event Hub was created. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.MessageRetentionInDays"> <summary> Gets or sets number of days to retain the events for this Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.PartitionCount"> <summary> Gets or sets number of partitions created for the Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.PartitionIds"> <summary> Gets current number of shards on the Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.Status"> <summary> Gets or sets enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown' </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.UpdatedAt"> <summary> Gets the exact time the message was updated. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.EventHubCreateOrUpdateParameters.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.EventHubResource"> <summary> Single item in List or Get Event Hub operation </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.EventHubResource.#ctor"> <summary> Initializes a new instance of the EventHubResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.EventHubResource.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Collections.Generic.IList{System.String},System.Nullable{Microsoft.Azure.Management.EventHub.Models.EntityStatus},System.Nullable{System.DateTime})"> <summary> Initializes a new instance of the EventHubResource class. </summary> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> <param name="createdAt">Exact time the Event Hub was created.</param> <param name="messageRetentionInDays">Number of days to retain the events for this Event Hub.</param> <param name="partitionCount">Number of partitions created for the Event Hub.</param> <param name="partitionIds">Current number of shards on the Event Hub.</param> <param name="status">Enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown'</param> <param name="updatedAt">The exact time the message was updated.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubResource.CreatedAt"> <summary> Gets exact time the Event Hub was created. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubResource.MessageRetentionInDays"> <summary> Gets or sets number of days to retain the events for this Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubResource.PartitionCount"> <summary> Gets or sets number of partitions created for the Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubResource.PartitionIds"> <summary> Gets current number of shards on the Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubResource.Status"> <summary> Gets or sets enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown' </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.EventHubResource.UpdatedAt"> <summary> Gets the exact time the message was updated. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters"> <summary> Parameters supplied to the Create Or Update Namespace operation. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the NamespaceCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.#ctor(System.String,Microsoft.Azure.Management.EventHub.Models.Sku,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{Microsoft.Azure.Management.EventHub.Models.NamespaceState},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,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="status">State of the Namespace. Possible values include: 'Unknown', 'Creating', 'Created', 'Activating', 'Enabling', 'Active', 'Disabling', 'Disabled', 'SoftDeleting', 'SoftDeleted', 'Removing', 'Removed', 'Failed'</param> <param name="provisioningState">Provisioning state of the Namespace.</param> <param name="createdAt">The time the Namespace was created.</param> <param name="updatedAt">The time the Namespace was updated.</param> <param name="serviceBusEndpoint">Endpoint you can use to perform Service Bus operations.</param> <param name="metricId">Identifier for Azure Insights metrics</param> <param name="enabled">Specifies whether this instance is enabled.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.Location"> <summary> Gets or sets namespace location. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.Sku"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.Tags"> <summary> Gets or sets namespace tags. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.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.EventHub.Models.NamespaceCreateOrUpdateParameters.ProvisioningState"> <summary> Gets or sets provisioning state of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.CreatedAt"> <summary> Gets or sets the time the Namespace was created. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.UpdatedAt"> <summary> Gets or sets the time the Namespace was updated. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.ServiceBusEndpoint"> <summary> Gets or sets endpoint you can use to perform Service Bus operations. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.MetricId"> <summary> Gets identifier for Azure Insights metrics </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters.Enabled"> <summary> Gets or sets specifies whether this instance is enabled. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.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.EventHub.Models.NamespaceResource"> <summary> Single Namespace item in List or Get Operation </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.NamespaceResource.#ctor"> <summary> Initializes a new instance of the NamespaceResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.NamespaceResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.EventHub.Models.Sku,System.Nullable{Microsoft.Azure.Management.EventHub.Models.NamespaceState},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Boolean})"> <summary> Initializes a new instance of the NamespaceResource class. </summary> <param name="location">Resource location</param> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> <param name="tags">Resource tags</param> <param name="status">State of the Namespace. Possible values include: 'Unknown', 'Creating', 'Created', 'Activating', 'Enabling', 'Active', 'Disabling', 'Disabled', 'SoftDeleting', 'SoftDeleted', 'Removing', 'Removed', 'Failed'</param> <param name="provisioningState">Provisioning state of the Namespace.</param> <param name="createdAt">The time the Namespace was created.</param> <param name="updatedAt">The time the Namespace was updated.</param> <param name="serviceBusEndpoint">Endpoint you can use to perform Service Bus operations.</param> <param name="metricId">Identifier for Azure Insights metrics</param> <param name="enabled">Specifies whether this instance is enabled.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceResource.Sku"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.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.EventHub.Models.NamespaceResource.ProvisioningState"> <summary> Gets or sets provisioning state of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceResource.CreatedAt"> <summary> Gets or sets the time the Namespace was created. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceResource.UpdatedAt"> <summary> Gets or sets the time the Namespace was updated. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceResource.ServiceBusEndpoint"> <summary> Gets or sets endpoint you can use to perform Service Bus operations. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceResource.MetricId"> <summary> Gets identifier for Azure Insights metrics </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceResource.Enabled"> <summary> Gets or sets specifies whether this instance is enabled. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.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.EventHub.Models.NamespaceState"> <summary> Defines values for NamespaceState. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter"> <summary> Parameters supplied to the Patch/update Namespace operation. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter.#ctor"> <summary> Initializes a new instance of the NamespaceUpdateParameter class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter.#ctor(System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.EventHub.Models.Sku)"> <summary> Initializes a new instance of the NamespaceUpdateParameter 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.EventHub.Models.NamespaceUpdateParameter.Tags"> <summary> Gets or sets resource tags </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter.Sku"> <summary> Gets or sets the sku of the created Namespace </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.Operation"> <summary> A Event Hub REST API operation </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.Operation.#ctor"> <summary> Initializes a new instance of the Operation class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.Operation.#ctor(System.String,Microsoft.Azure.Management.EventHub.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.EventHub.Models.Operation.Name"> <summary> Gets operation name: {provider}/{resource}/{operation} </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.Operation.Display"> <summary> Gets or sets the object that represents the operation. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.OperationDisplay"> <summary> The object that represents the operation. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.OperationDisplay.#ctor"> <summary> Initializes a new instance of the OperationDisplay class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.OperationDisplay.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the OperationDisplay class. </summary> <param name="provider">Service provider: Microsoft.EventHub</param> <param name="resource">Resource on which the operation is performed: Invoice, etc.</param> <param name="operation">Operation type: Read, write, delete, etc.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.OperationDisplay.Provider"> <summary> Gets service provider: Microsoft.EventHub </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.OperationDisplay.Resource"> <summary> Gets resource on which the operation is performed: Invoice, etc. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.OperationDisplay.Operation"> <summary> Gets operation type: Read, write, delete, etc. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.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.EventHub.Models.Page`1.NextPageLink"> <summary> Gets the link to the next page. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.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.EventHub.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.EventHub.Models.Policykey"> <summary> Defines values for Policykey. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters"> <summary> Parameters supplied to the Regenerate Authorization Rule keys operation. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters.#ctor"> <summary> Initializes a new instance of the RegenerateKeysParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters.#ctor(System.Nullable{Microsoft.Azure.Management.EventHub.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.EventHub.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.EventHub.Models.Resource"> <summary> The Resource definition </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.Resource.#ctor"> <summary> Initializes a new instance of the Resource class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.Resource.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the Resource class. </summary> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.Resource.Id"> <summary> Gets resource Id </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.Resource.Name"> <summary> Gets resource name </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.Resource.Type"> <summary> Gets resource type </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.ResourceListKeys"> <summary> Namespace/EventHub Connection String </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.ResourceListKeys.#ctor"> <summary> Initializes a new instance of the ResourceListKeys class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.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 AuthorizationRule.</param> <param name="secondaryConnectionString">Secondary connection string of the created Namespace AuthorizationRule.</param> <param name="primaryKey">A base64-encoded 256-bit primary key for signing and validating the SAS token.</param> <param name="secondaryKey">A base64-encoded 256-bit primary key for signing and validating the SAS token.</param> <param name="keyName">A string that describes the AuthorizationRule.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ResourceListKeys.PrimaryConnectionString"> <summary> Gets primary connection string of the created Namespace AuthorizationRule. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ResourceListKeys.SecondaryConnectionString"> <summary> Gets secondary connection string of the created Namespace AuthorizationRule. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ResourceListKeys.PrimaryKey"> <summary> Gets a base64-encoded 256-bit primary key for signing and validating the SAS token. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ResourceListKeys.SecondaryKey"> <summary> Gets a base64-encoded 256-bit primary key for signing and validating the SAS token. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.ResourceListKeys.KeyName"> <summary> Gets a string that describes the AuthorizationRule. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters"> <summary> Parameters supplied to the Create Or Update Authorization Rules operation. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.#ctor(System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.EventHub.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 AuthorizationRule.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Location"> <summary> Gets or sets data center location. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Name"> <summary> Gets or sets name of the AuthorizationRule. </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Rights"> <summary> Gets or sets the rights associated with the rule. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.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.EventHub.Models.SharedAccessAuthorizationRuleResource"> <summary> Single item in a List or Get AuthorizationRule operation </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleResource.#ctor"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleResource.#ctor(System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.EventHub.Models.AccessRights}},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="type">Resource type</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleResource.Rights"> <summary> Gets or sets the rights associated with the rule. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.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.EventHub.Models.Sku"> <summary> SKU parameters supplied to the create Namespace operation </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.Sku.#ctor"> <summary> Initializes a new instance of the Sku class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.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'</param> <param name="capacity">The Event Hubs throughput units.</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.Sku.Name"> <summary> Gets or sets name of this SKU. Possible values include: 'Basic', 'Standard' </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.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.EventHub.Models.Sku.Capacity"> <summary> Gets or sets the Event Hubs throughput units. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.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.EventHub.Models.SkuName"> <summary> Defines values for SkuName. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.SkuTier"> <summary> Defines values for SkuTier. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.TrackedResource"> <summary> Definition of Resource </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.TrackedResource.#ctor"> <summary> Initializes a new instance of the TrackedResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.TrackedResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Initializes a new instance of the TrackedResource class. </summary> <param name="location">Resource location</param> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> <param name="tags">Resource tags</param> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.TrackedResource.Location"> <summary> Gets or sets resource location </summary> </member> <member name="P:Microsoft.Azure.Management.EventHub.Models.TrackedResource.Tags"> <summary> Gets or sets resource tags </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Models.TrackedResource.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.EventHub.Models.UnavailableReason"> <summary> Defines values for UnavailableReason. </summary> </member> <member name="T:Microsoft.Azure.Management.EventHub.NamespacesOperations"> <summary> NamespacesOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperations.#ctor(Microsoft.Azure.Management.EventHub.EventHubManagementClient)"> <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.EventHub.NamespacesOperations.Client"> <summary> Gets a reference to the EventHubManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperations.CheckNameAvailabilityWithHttpMessagesAsync(Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter,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.EventHub.NamespacesOperations.ListBySubscriptionWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all the available Namespaces within a subscription, irrespective of the resource groups. </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.EventHub.NamespacesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the available Namespaces within a resource group. </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.EventHub.NamespacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for creating 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.EventHub.NamespacesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the description of the specified namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.NamespacesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for updating a namespace resource. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperations.ListAuthorizationRulesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a list of authorization rules for a Namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.NamespacesOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates an AuthorizationRule for a Namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> The shared access AuthorizationRule. </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.EventHub.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 an AuthorizationRule for a Namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.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 AuthorizationRule for a Namespace by rule name. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.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. </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 authorization rule name. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.NamespacesOperations.RegenerateKeysWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.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 specified Namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> Parameters required to regenerate the connection string. </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.EventHub.NamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for creating 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.EventHub.NamespacesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.NamespacesOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all the available Namespaces within a subscription, irrespective of the resource groups. </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.EventHub.NamespacesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the available Namespaces within a resource group. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperations.ListAuthorizationRulesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a list of authorization rules for a Namespace. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.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.EventHub.NamespacesOperationsExtensions"> <summary> Extension methods for NamespacesOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.CheckNameAvailability(Microsoft.Azure.Management.EventHub.INamespacesOperations,Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter)"> <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.EventHub.NamespacesOperationsExtensions.CheckNameAvailabilityAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,Microsoft.Azure.Management.EventHub.Models.CheckNameAvailabilityParameter,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.EventHub.NamespacesOperationsExtensions.ListBySubscription(Microsoft.Azure.Management.EventHub.INamespacesOperations)"> <summary> Lists all the available Namespaces within a subscription, irrespective of the resource groups. </summary> <param name='operations'> The operations group for this extension method. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListBySubscriptionAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.Threading.CancellationToken)"> <summary> Lists all the available Namespaces within a subscription, irrespective of the resource groups. </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.EventHub.NamespacesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String)"> <summary> Lists the available Namespaces within a resource group. </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.EventHub.NamespacesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists the available Namespaces within a resource group. </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.EventHub.NamespacesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for creating a namespace resource. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for creating a namespace resource. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.Delete(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String)"> <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.Get(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String)"> <summary> Gets the description of the specified namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.GetAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the description of the specified namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.Update(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for updating a namespace resource. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceUpdateParameter,System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for updating a namespace resource. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String)"> <summary> Gets a list of authorization rules for a Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets a list of authorization rules for a Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters)"> <summary> Creates or updates an AuthorizationRule for a Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> The shared access AuthorizationRule. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates or updates an AuthorizationRule for a Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> The shared access AuthorizationRule. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String)"> <summary> Deletes an AuthorizationRule for a Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes an AuthorizationRule for a Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String)"> <summary> Gets an AuthorizationRule for a Namespace by rule name. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets an AuthorizationRule for a Namespace by rule name. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListKeys(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String)"> <summary> Gets the primary and secondary connection strings for the Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the primary and secondary connection strings for the Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.RegenerateKeys(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters)"> <summary> Regenerates the primary or secondary connection strings for the specified Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> Parameters required to regenerate the connection string. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.RegenerateKeysAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.RegenerateKeysParameters,System.Threading.CancellationToken)"> <summary> Regenerates the primary or secondary connection strings for the specified Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='authorizationRuleName'> The authorization rule name. </param> <param name='parameters'> Parameters required to regenerate the connection string. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for creating a namespace resource. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,Microsoft.Azure.Management.EventHub.Models.NamespaceCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='parameters'> Parameters for creating a namespace resource. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.BeginDelete(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String)"> <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> Name of the resource group within the azure subscription. </param> <param name='namespaceName'> The Namespace name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListBySubscriptionNext(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String)"> <summary> Lists all the available Namespaces within a subscription, irrespective of the resource groups. </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.EventHub.NamespacesOperationsExtensions.ListBySubscriptionNextAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists all the available Namespaces within a subscription, irrespective of the resource groups. </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.EventHub.NamespacesOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String)"> <summary> Lists the available Namespaces within a resource group. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists the available Namespaces within a resource group. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListAuthorizationRulesNext(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String)"> <summary> Gets a list of authorization rules for a Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.NamespacesOperationsExtensions.ListAuthorizationRulesNextAsync(Microsoft.Azure.Management.EventHub.INamespacesOperations,System.String,System.Threading.CancellationToken)"> <summary> Gets a list of authorization rules for a Namespace. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.EventHub.Operations"> <summary> Operations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Operations.#ctor(Microsoft.Azure.Management.EventHub.EventHubManagementClient)"> <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.EventHub.Operations.Client"> <summary> Gets a reference to the EventHubManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.Operations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all of the available Event Hub 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.EventHub.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 Event Hub 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.EventHub.OperationsExtensions"> <summary> Extension methods for Operations. </summary> </member> <member name="M:Microsoft.Azure.Management.EventHub.OperationsExtensions.List(Microsoft.Azure.Management.EventHub.IOperations)"> <summary> Lists all of the available Event Hub REST API operations. </summary> <param name='operations'> The operations group for this extension method. </param> </member> <member name="M:Microsoft.Azure.Management.EventHub.OperationsExtensions.ListAsync(Microsoft.Azure.Management.EventHub.IOperations,System.Threading.CancellationToken)"> <summary> Lists all of the available Event Hub 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.EventHub.OperationsExtensions.ListNext(Microsoft.Azure.Management.EventHub.IOperations,System.String)"> <summary> Lists all of the available Event Hub 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.EventHub.OperationsExtensions.ListNextAsync(Microsoft.Azure.Management.EventHub.IOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists all of the available Event Hub 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> </members> </doc> |