Microsoft.Azure.Management.NotificationHubs.xml
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.Azure.Management.NotificationHubs</name> </assembly> <members> <member name="T:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations"> <summary> The Management API includes operations for managing NotificationHub only namespaces. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.BeginDeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.CheckAvailabilityAsync(Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters,System.Threading.CancellationToken)"> <summary> Checks the availability of the given service namespace across all Windows Azure subscriptions. This is useful because the domain name is created based on the service namespace name. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj870968.aspx for more information) </summary> <param name='parameters'> The namespace name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the Check NameAvailability operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates/Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='parameters'> Parameters supplied to the create a Namespace Resource. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the CreateOrUpdate Namespace. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.CreateOrUpdateAuthorizationRuleAsync(System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> The create namespace authorization rule operation creates an authorization rule for a namespace </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='authorizationRuleName'> The namespace authorizationRuleName name. </param> <param name='parameters'> The shared access authorization rule. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the CreateOrUpdate operation on the AuthorizationRules </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete existing Namespace </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The name of the namespace. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.DeleteAuthorizationRuleAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The delete a namespace authorization rule operation </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='authorizationRuleName'> The namespace authorizationRuleName name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Returns the description for the specified namespace. (see http://msdn.microsoft.com/library/azure/dn140232.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.GetAuthorizationRuleAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The get authorization rule operation gets an authorization rule for a namespace by name. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace to get the authorization rule for. </param> <param name='authorizationRuleName'> The entity name to get the authorization rule for. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.GetDeleteNamespaceOperationStatusAsync(System.String,System.Threading.CancellationToken)"> <summary> The Get namespace Delete Operation Status operation returns the status of the delete operation. After calling the operation, you can call Get namespace Delete Operation Status to determine whether the operation has succeeded, failed, or is still in progress. This method differs from GetLongRunningOperationStatus in providing NotificationHub service resource description. </summary> <param name='operationStatusLink'> Location value returned by the Begin operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)"> <summary> The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operationStatusLink'> Location value returned by the Begin operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.ListAsync(System.String,System.Threading.CancellationToken)"> <summary> Lists the available namespaces within a resourceGroup. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. If resourceGroupName value is null the method lists all the namespaces within subscription </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.ListAllAsync(System.Threading.CancellationToken)"> <summary> Lists all the available namespaces within the subscription irrespective of the resourceGroups. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information) </summary> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.ListAuthorizationRulesAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> The get authorization rules operation gets the authorization rules for a namespace. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace to get the authorization rule for. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.ListKeysAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the Primary and Secondary ConnectionStrings to the namespace (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='authorizationRuleName'> The connection string of the namespace for the specified authorizationRule. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Namespace/NotificationHub Connection String </returns> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations"> <summary> The Management API includes operations for managing notification hubs. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.CheckAvailabilityAsync(System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters,System.Threading.CancellationToken)"> <summary> Checks the availability of the given notificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj870968.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='parameters'> The notificationHub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the Check NameAvailability operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.CreateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates a new NotificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='parameters'> Parameters supplied to the create a Namespace Resource. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the CreateOrUpdate operation on the NotificationHub </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.CreateOrUpdateAuthorizationRuleAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> The create NotificationHub authorization rule operation creates an authorization rule for a NotificationHub </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='authorizationRuleName'> The namespace authorizationRuleName name. </param> <param name='parameters'> The shared access authorization rule. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the CreateOrUpdate operation on the AuthorizationRules </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a notification hub associated with a namespace. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.DeleteAuthorizationRuleAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The delete a notificationHub authorization rule operation </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='authorizationRuleName'> The namespace authorizationRuleName name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the notification hubs associated with a namespace. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.GetAuthorizationRuleAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The get authorization rule operation gets an authorization rule for a NotificationHub by name. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace to get the authorization rule for. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='authorizationRuleName'> The entity name to get the authorization rule for. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.GetPnsCredentialsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the PNS Credentials associated with a notification hub . </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the notification hubs associated with a namespace. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.ListAuthorizationRulesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The get authorization rules operation gets the authorization rules for a NotificationHub. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The NotificationHub to get the authorization rule for. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.ListKeysAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the Primary and Secondary ConnectionStrings to the NotificationHub (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='authorizationRuleName'> The connection string of the NotificationHub for the specified authorizationRule. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Namespace/NotificationHub Connection String </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations.UpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates a new NotificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='namespaceName'> The namespace name. </param> <param name='notificationHubName'> The notification hub name. </param> <param name='parameters'> Parameters supplied to the create a Namespace Resource. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the CreateOrUpdate operation on the NotificationHub </returns> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient"> <summary> .Net client wrapper for the REST API for Azure NotificationHub Service </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient.ApiVersion"> <summary> Gets the API version. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient.BaseUri"> <summary> Gets the URI used as the base for all cloud service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient.Credentials"> <summary> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient.LongRunningOperationInitialTimeout"> <summary> Gets or sets the initial timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient.Namespaces"> <summary> The Management API includes operations for managing NotificationHub only namespaces. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient.NotificationHubs"> <summary> The Management API includes operations for managing notification hubs. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.AccessRights"> <summary> AuthorizationRules access rights. </summary> </member> <member name="F:Microsoft.Azure.Management.NotificationHubs.Models.AccessRights.Manage"> <summary> Listen Access Right. </summary> </member> <member name="F:Microsoft.Azure.Management.NotificationHubs.Models.AccessRights.Send"> <summary> Manage Access Right. </summary> </member> <member name="F:Microsoft.Azure.Management.NotificationHubs.Models.AccessRights.Listen"> <summary> Send Access Right. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.AdmCredential"> <summary> Description of a NotificationHub AdmCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.AdmCredential.#ctor"> <summary> Initializes a new instance of the AdmCredential class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AdmCredential.Properties"> <summary> Optional. Gets or sets properties of NotificationHub AdmCredential. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.AdmCredentialProperties"> <summary> Description of a NotificationHub AdmCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.AdmCredentialProperties.#ctor"> <summary> Initializes a new instance of the AdmCredentialProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AdmCredentialProperties.AuthTokenUrl"> <summary> Optional. Gets or sets the URL of the authorization token. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AdmCredentialProperties.ClientId"> <summary> Optional. Gets or sets the client identifier. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AdmCredentialProperties.ClientSecret"> <summary> Optional. Gets or sets the credential secret access key. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredential"> <summary> Description of a NotificationHub ApnsCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredential.#ctor"> <summary> Initializes a new instance of the ApnsCredential class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredential.Properties"> <summary> Optional. Gets or sets properties of NotificationHub ApnsCredential. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredentialProperties"> <summary> Description of a NotificationHub ApnsCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredentialProperties.#ctor"> <summary> Initializes a new instance of the ApnsCredentialProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredentialProperties.ApnsCertificate"> <summary> Optional. Gets or sets the APNS certificate. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredentialProperties.CertificateKey"> <summary> Optional. Gets or sets the certificate key. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredentialProperties.Endpoint"> <summary> Optional. Gets or sets the endpoint of this credential. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredentialProperties.Thumbprint"> <summary> Optional. Gets or sets the Apns certificate Thumbprint </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule"> <summary> AuthorizationRules properties. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule.#ctor"> <summary> Initializes a new instance of the AuthorizationRule class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule.ClaimType"> <summary> Optional. The type of the claim. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule.ClaimValue"> <summary> Optional. The value of the claim. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule.CreatedTime"> <summary> Optional. The time at which the authorization rule was created. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule.KeyName"> <summary> Optional. The name of the key that was used. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule.ModifiedTime"> <summary> Optional. The most recent time the rule was updated. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule.Revision"> <summary> Optional. The revision number for the rule. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.AuthorizationRule.Rights"> <summary> Optional. The rights associated with the rule. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.BaiduCredential"> <summary> Description of a NotificationHub BaiduCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.BaiduCredential.#ctor"> <summary> Initializes a new instance of the BaiduCredential class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.BaiduCredential.Properties"> <summary> Optional. Gets or sets properties of NotificationHub BaiduCredential. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.BaiduCredentialProperties"> <summary> Description of a NotificationHub BaiduCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.BaiduCredentialProperties.#ctor"> <summary> Initializes a new instance of the BaiduCredentialProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.BaiduCredentialProperties.BaiduApiKey"> <summary> Optional. Get or Set Baidu Api Key. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.BaiduCredentialProperties.BaiduEndPoint"> <summary> Optional. Get or Set Baidu Endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.BaiduCredentialProperties.BaiduSecretKey"> <summary> Optional. Get or Set Baidu Secret Key </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters"> <summary> Parameters supplied to the Check Name Availability for Namespace and NotificationHubs. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters.#ctor"> <summary> Initializes a new instance of the CheckAvailabilityParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters.#ctor(System.String)"> <summary> Initializes a new instance of the CheckAvailabilityParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters.IsAvailable"> <summary> Optional. Gets or sets true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters.Location"> <summary> Optional. Gets or sets location. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters.Name"> <summary> Required. Gets or sets name </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters.Tags"> <summary> Optional. Gets or sets tags. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityProperties"> <summary> Parameters supplied to the Check NameAvailability operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityProperties.#ctor"> <summary> Initializes a new instance of the CheckAvailabilityProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityProperties.IsAvailable"> <summary> Optional. Gets or sets true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResource"> <summary> Description of a CheckAvailibility resource. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResource.#ctor"> <summary> Initializes a new instance of the CheckAvailabilityResource class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResource.Id"> <summary> Optional. Gets or sets the id </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResource.IsAvailable"> <summary> Optional. Gets or sets true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResource.Location"> <summary> Optional. Gets or sets datacenter location </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResource.Name"> <summary> Optional. Gets or sets name </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResource.Tags"> <summary> Optional. Gets or sets tags </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResource.Type"> <summary> Optional. Gets or sets resource type </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResponse"> <summary> Response of the Check NameAvailability operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResponse.#ctor"> <summary> Initializes a new instance of the CheckAvailabilityResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityResponse.Value"> <summary> Optional. Gets or sets true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.GcmCredential"> <summary> Description of a NotificationHub GcmCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.GcmCredential.#ctor"> <summary> Initializes a new instance of the GcmCredential class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.GcmCredential.Properties"> <summary> Optional. Gets or sets properties of NotificationHub GcmCredential. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.GcmCredentialProperties"> <summary> Description of a NotificationHub GcmCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.GcmCredentialProperties.#ctor"> <summary> Initializes a new instance of the GcmCredentialProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.GcmCredentialProperties.GcmEndpoint"> <summary> Optional. Gets or sets the GCM endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.GcmCredentialProperties.GoogleApiKey"> <summary> Optional. Gets or sets the Google API key. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.LongRunningOperationResponse"> <summary> A standard service response for long running operations. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.LongRunningOperationResponse.#ctor"> <summary> Initializes a new instance of the LongRunningOperationResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.LongRunningOperationResponse.Error"> <summary> Optional. Gets or sets error description of the opertion. Equals to null is no errors. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.LongRunningOperationResponse.OperationStatusLink"> <summary> Optional. Gets or sets operation status link. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.LongRunningOperationResponse.RetryAfter"> <summary> Optional. Gets or sets the number of minutes to retry the operation after. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.LongRunningOperationResponse.Status"> <summary> Optional. Gets or sets current status of the operation. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredential"> <summary> Description of a NotificationHub MpnsCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredential.#ctor"> <summary> Initializes a new instance of the MpnsCredential class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredential.Properties"> <summary> Optional. Gets or sets properties of NotificationHub MpnsCredential. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredentialProperties"> <summary> Description of a NotificationHub MpnsCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredentialProperties.#ctor"> <summary> Initializes a new instance of the MpnsCredentialProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredentialProperties.CertificateKey"> <summary> Optional. Gets or sets the certificate key for this credential. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredentialProperties.MpnsCertificate"> <summary> Optional. Gets or sets the MPNS certificate. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredentialProperties.Thumbprint"> <summary> Optional. Gets or sets the Mpns certificate Thumbprint </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters"> <summary> Parameters supplied to the CreateOrUpdate Namespace operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the NamespaceCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters.#ctor(System.String,Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties)"> <summary> Initializes a new instance of the NamespaceCreateOrUpdateParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters.Location"> <summary> Required. Gets or sets Namespace data center location. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters.Properties"> <summary> Required. Gets or sets properties of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters.Tags"> <summary> Optional. Gets or sets Namespace tags. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateResponse"> <summary> The response of the CreateOrUpdate Namespace. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the NamespaceCreateOrUpdateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateResponse.Value"> <summary> Optional. Gets or sets Namespace resource description. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceGetResponse"> <summary> The response of the Get Namespace operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceGetResponse.#ctor"> <summary> Initializes a new instance of the NamespaceGetResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceGetResponse.Value"> <summary> Optional. Gets or sets result of the Get Namespace operation. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceListResponse"> <summary> The response of the List Namespace operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceListResponse.#ctor"> <summary> Initializes a new instance of the NamespaceListResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceListResponse.NextLink"> <summary> Optional. Gets or sets link to the next set of results. Not empty if Value contains incomplete list of Namespaces </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceListResponse.Value"> <summary> Optional. Gets or sets result of the List Namespace operation. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceLongRunningResponse"> <summary> The response of the CreateOrUpdate Api Management service long running operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceLongRunningResponse.#ctor"> <summary> Initializes a new instance of the NamespaceLongRunningResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceLongRunningResponse.Value"> <summary> Optional. Gets or sets namespace resource description. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties"> <summary> Namespace properties. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.#ctor"> <summary> Initializes a new instance of the NamespaceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.CreatedAt"> <summary> Optional. The time the namespace was created. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.Critical"> <summary> Optional. Whether or not the namespace is set as Critical. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.Enabled"> <summary> Optional. Whether or not the namespace is currently enabled. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.Name"> <summary> Optional. The name of the namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.NamespaceType"> <summary> Optional. Gets or sets the namespace type. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.ProvisioningState"> <summary> Optional. Gets or sets provisioning state of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.Region"> <summary> Optional. Specifies the targeted region in which the namespace should be created. It can be any of the following values: Australia EastAustralia SoutheastCentral USEast USEast US 2West USNorth Central USSouth Central USEast AsiaSoutheast AsiaBrazil SouthJapan EastJapan WestNorth EuropeWest Europe (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.ScaleUnit"> <summary> Optional. ScaleUnit where the namespace gets created </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.ServiceBusEndpoint"> <summary> Optional. Endpoint you can use to perform NotificationHub operations. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.Status"> <summary> Optional. Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceProperties.SubscriptionId"> <summary> Optional. The Id of the Azure subscription associated with the namespace. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource"> <summary> Description of a Namespace resource. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource.#ctor"> <summary> Initializes a new instance of the NamespaceResource class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource.Id"> <summary> Optional. Gets or sets the id of the created Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource.Location"> <summary> Optional. Gets or sets datacenter location of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource.Name"> <summary> Optional. Gets or sets name of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource.Properties"> <summary> Optional. Gets or sets properties of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource.Tags"> <summary> Optional. Gets or sets tags of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource.Type"> <summary> Optional. Gets or sets resource type of the Namespace. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters"> <summary> Parameters supplied to the CreateOrUpdate NotificationHub operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the NotificationHubCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters.#ctor(System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties)"> <summary> Initializes a new instance of the NotificationHubCreateOrUpdateParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters.Location"> <summary> Required. Gets or sets NotificationHub data center location. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters.Properties"> <summary> Required. Gets or sets properties of the NotificationHub. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters.Tags"> <summary> Optional. Gets or sets NotificationHub tags. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateResponse"> <summary> Response of the CreateOrUpdate operation on the NotificationHub </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the NotificationHubCreateOrUpdateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateResponse.Value"> <summary> Optional. Gets or Sets NotificationHub description </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubGetResponse"> <summary> The response of the Get NotificationHub operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubGetResponse.#ctor"> <summary> Initializes a new instance of the NotificationHubGetResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubGetResponse.Value"> <summary> Optional. Gets or sets result of the Get NotificationHub operation. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubListResponse"> <summary> The response of the List NotificationHub operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubListResponse.#ctor"> <summary> Initializes a new instance of the NotificationHubListResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubListResponse.NextLink"> <summary> Optional. Gets or sets link to the next set of results. Not empty if Value contains incomplete list of NotificationHub </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubListResponse.Value"> <summary> Optional. Gets or sets result of the List NotificationHub operation. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties"> <summary> NotificationHub properties. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.#ctor"> <summary> Initializes a new instance of the NotificationHubProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.AdmCredential"> <summary> Optional. The AdmCredential of the created NotificationHub </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.ApnsCredential"> <summary> Optional. The ApnsCredential of the created NotificationHub </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.AuthorizationRules"> <summary> Optional. The AuthorizationRules of the created NotificationHub </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.BaiduCredential"> <summary> Optional. The BaiduCredential of the created NotificationHub </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.GcmCredential"> <summary> Optional. The GcmCredential of the created NotificationHub </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.MpnsCredential"> <summary> Optional. The MpnsCredential of the created NotificationHub </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.Name"> <summary> Optional. The NotificationHub name. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.RegistrationTtl"> <summary> Optional. The RegistrationTtl of the created NotificationHub </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubProperties.WnsCredential"> <summary> Optional. The WnsCredential of the created NotificationHub </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource"> <summary> Description of a NotificatioHub Resource. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource.#ctor"> <summary> Initializes a new instance of the NotificationHubResource class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource.Id"> <summary> Optional. Gets or sets the id of the created NotificatioHub. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource.Location"> <summary> Optional. Gets or sets datacenter location of the NotificatioHub. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource.Name"> <summary> Optional. Gets or sets name of the NotificatioHub. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource.Properties"> <summary> Optional. Gets or sets properties of the NotificatioHub. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource.Tags"> <summary> Optional. Gets or sets tags of the NotificatioHub. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource.Type"> <summary> Optional. Gets or sets resource type of the NotificatioHub. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.ResourceError"> <summary> Description of a standard NotificationHub service response error. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.ResourceError.#ctor"> <summary> Initializes a new instance of the ResourceError class. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.ResourceError.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the ResourceError class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ResourceError.Code"> <summary> Required. Gets or sets the error code returned from the service. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ResourceError.Details"> <summary> Optional. Gets or sets the error detais. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ResourceError.Message"> <summary> Required. Gets or sets the error message returned from the service. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.ResourceListKeys"> <summary> Namespace/NotificationHub Connection String </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.ResourceListKeys.#ctor"> <summary> Initializes a new instance of the ResourceListKeys class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ResourceListKeys.PrimaryConnectionString"> <summary> Optional. Gets or sets the primaryConnectionString of the created Namespace AuthorizationRule. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.ResourceListKeys.SecondaryConnectionString"> <summary> Optional. Gets or sets the secondaryConnectionString of the created Namespace AuthorizationRule </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters"> <summary> Parameters supplied to the CreateOrUpdate Namespace AuthorizationRules. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties)"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleCreateOrUpdateParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Location"> <summary> Optional. Gets or sets Namespace data center location. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Name"> <summary> Optional. Gets or sets Name of the Namespace AuthorizationRule. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters.Properties"> <summary> Required. Gets or sets properties of the Namespace AuthorizationRules. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateResponse"> <summary> Response of the CreateOrUpdate operation on the AuthorizationRules </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleCreateOrUpdateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateResponse.Value"> <summary> Optional. Gets or Sets Namespace AuthorizationRules description </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleGetResponse"> <summary> The response of the Get Namespace operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleGetResponse.#ctor"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleGetResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleGetResponse.Value"> <summary> Optional. Gets or sets result of the Get Namespace operation. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleListResponse"> <summary> The response of the List Namespace operation. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleListResponse.#ctor"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleListResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleListResponse.NextLink"> <summary> Optional. Gets or sets link to the next set of results. Not empty if Value contains incomplete list of AuthorizationRules </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleListResponse.Value"> <summary> Optional. Gets or sets result of the List AuthorizationRules operation. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties"> <summary> SharedAccessAuthorizationRule properties. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties.#ctor"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties.PrimaryKey"> <summary> Optional. The primary key that was used. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties.SecondaryKey"> <summary> Optional. The secondary key that was used. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleResource"> <summary> Description of a Namespace AuthorizationRules. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleResource.#ctor"> <summary> Initializes a new instance of the SharedAccessAuthorizationRuleResource class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleResource.Id"> <summary> Optional. Gets or sets the id of the created Namespace AuthorizationRules. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleResource.Location"> <summary> Optional. Gets or sets datacenter location of the Namespace AuthorizationRules. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleResource.Name"> <summary> Optional. Gets or sets name of the Namespace AuthorizationRules. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleResource.Properties"> <summary> Optional. Gets or sets properties of the Namespace. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleResource.Tags"> <summary> Optional. Gets or sets tags of the Namespace AuthorizationRules. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleResource.Type"> <summary> Optional. Gets or sets resource type of the Namespace AuthorizationRules. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.WnsCredential"> <summary> Description of a NotificationHub WnsCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.WnsCredential.#ctor"> <summary> Initializes a new instance of the WnsCredential class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.WnsCredential.Properties"> <summary> Optional. Gets or sets properties of NotificationHub WnsCredential. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.Models.WnsCredentialProperties"> <summary> Description of a NotificationHub WnsCredential. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.Models.WnsCredentialProperties.#ctor"> <summary> Initializes a new instance of the WnsCredentialProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.WnsCredentialProperties.PackageSid"> <summary> Optional. Gets or sets the package ID for this credential. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.WnsCredentialProperties.SecretKey"> <summary> Optional. Gets or sets the secret key. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.Models.WnsCredentialProperties.WindowsLiveEndpoint"> <summary> Optional. Gets or sets the Windows Live endpoint. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations"> <summary> The Management API includes operations for managing NotificationHub only namespaces. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.#ctor(Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient)"> <summary> Initializes a new instance of the NamespaceOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.BeginDeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.CheckAvailabilityAsync(Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters,System.Threading.CancellationToken)"> <summary> Checks the availability of the given service namespace across all Windows Azure subscriptions. This is useful because the domain name is created based on the service namespace name. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj870968.aspx for more information) </summary> <param name='parameters'> Required. The namespace name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the Check NameAvailability operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates/Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the CreateOrUpdate Namespace. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.CreateOrUpdateAuthorizationRuleAsync(System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> The create namespace authorization rule operation creates an authorization rule for a namespace </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <param name='parameters'> Required. The shared access authorization rule. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the CreateOrUpdate operation on the AuthorizationRules </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete existing Namespace </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The name of the namespace. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.DeleteAuthorizationRuleAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The delete a namespace authorization rule operation </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Returns the description for the specified namespace. (see http://msdn.microsoft.com/library/azure/dn140232.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.GetAuthorizationRuleAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The get authorization rule operation gets an authorization rule for a namespace by name. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <param name='authorizationRuleName'> Required. The entity name to get the authorization rule for. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.GetDeleteNamespaceOperationStatusAsync(System.String,System.Threading.CancellationToken)"> <summary> The Get namespace Delete Operation Status operation returns the status of the delete operation. After calling the operation, you can call Get namespace Delete Operation Status to determine whether the operation has succeeded, failed, or is still in progress. This method differs from GetLongRunningOperationStatus in providing NotificationHub service resource description. </summary> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)"> <summary> The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.ListAsync(System.String,System.Threading.CancellationToken)"> <summary> Lists the available namespaces within a resourceGroup. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. If resourceGroupName value is null the method lists all the namespaces within subscription </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.ListAllAsync(System.Threading.CancellationToken)"> <summary> Lists all the available namespaces within the subscription irrespective of the resourceGroups. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information) </summary> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.ListAuthorizationRulesAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> The get authorization rules operation gets the authorization rules for a namespace. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.ListKeysAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the Primary and Secondary ConnectionStrings to the namespace (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The connection string of the namespace for the specified authorizationRule. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Namespace/NotificationHub Connection String </returns> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NamespaceOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions"> <summary> .Net client wrapper for the REST API for Azure NotificationHub Service </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.BeginDelete(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String)"> <summary> Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String)"> <summary> Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.CheckAvailability(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters)"> <summary> Checks the availability of the given service namespace across all Windows Azure subscriptions. This is useful because the domain name is created based on the service namespace name. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj870968.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='parameters'> Required. The namespace name. </param> <returns> Response of the Check NameAvailability operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.CheckAvailabilityAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters)"> <summary> Checks the availability of the given service namespace across all Windows Azure subscriptions. This is useful because the domain name is created based on the service namespace name. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj870968.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='parameters'> Required. The namespace name. </param> <returns> Response of the Check NameAvailability operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters)"> <summary> Creates/Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <returns> The response of the CreateOrUpdate Namespace. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters)"> <summary> Creates/Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <returns> The response of the CreateOrUpdate Namespace. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters)"> <summary> The create namespace authorization rule operation creates an authorization rule for a namespace </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <param name='parameters'> Required. The shared access authorization rule. </param> <returns> Response of the CreateOrUpdate operation on the AuthorizationRules </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters)"> <summary> The create namespace authorization rule operation creates an authorization rule for a namespace </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <param name='parameters'> Required. The shared access authorization rule. </param> <returns> Response of the CreateOrUpdate operation on the AuthorizationRules </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.Delete(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String)"> <summary> Delete existing Namespace </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The name of the namespace. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String)"> <summary> Delete existing Namespace </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The name of the namespace. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,System.String)"> <summary> The delete a namespace authorization rule operation </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,System.String)"> <summary> The delete a namespace authorization rule operation </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.Get(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String)"> <summary> Returns the description for the specified namespace. (see http://msdn.microsoft.com/library/azure/dn140232.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.GetAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String)"> <summary> Returns the description for the specified namespace. (see http://msdn.microsoft.com/library/azure/dn140232.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,System.String)"> <summary> The get authorization rule operation gets an authorization rule for a namespace by name. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <param name='authorizationRuleName'> Required. The entity name to get the authorization rule for. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,System.String)"> <summary> The get authorization rule operation gets an authorization rule for a namespace by name. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <param name='authorizationRuleName'> Required. The entity name to get the authorization rule for. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.GetDeleteNamespaceOperationStatus(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String)"> <summary> The Get namespace Delete Operation Status operation returns the status of the delete operation. After calling the operation, you can call Get namespace Delete Operation Status to determine whether the operation has succeeded, failed, or is still in progress. This method differs from GetLongRunningOperationStatus in providing NotificationHub service resource description. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.GetDeleteNamespaceOperationStatusAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String)"> <summary> The Get namespace Delete Operation Status operation returns the status of the delete operation. After calling the operation, you can call Get namespace Delete Operation Status to determine whether the operation has succeeded, failed, or is still in progress. This method differs from GetLongRunningOperationStatus in providing NotificationHub service resource description. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <returns> The response of the CreateOrUpdate Api Management service long running operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.GetLongRunningOperationStatus(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String)"> <summary> The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.GetLongRunningOperationStatusAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String)"> <summary> The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.List(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String)"> <summary> Lists the available namespaces within a resourceGroup. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. If resourceGroupName value is null the method lists all the namespaces within subscription </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.ListAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String)"> <summary> Lists the available namespaces within a resourceGroup. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. If resourceGroupName value is null the method lists all the namespaces within subscription </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.ListAll(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations)"> <summary> Lists all the available namespaces within the subscription irrespective of the resourceGroups. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.ListAllAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations)"> <summary> Lists all the available namespaces within the subscription irrespective of the resourceGroups. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String)"> <summary> The get authorization rules operation gets the authorization rules for a namespace. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String)"> <summary> The get authorization rules operation gets the authorization rules for a namespace. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.ListKeys(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,System.String)"> <summary> Gets the Primary and Secondary ConnectionStrings to the namespace (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The connection string of the namespace for the specified authorizationRule. </param> <returns> Namespace/NotificationHub Connection String </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NamespaceOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.NotificationHubs.INamespaceOperations,System.String,System.String,System.String)"> <summary> Gets the Primary and Secondary ConnectionStrings to the namespace (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INamespaceOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='authorizationRuleName'> Required. The connection string of the namespace for the specified authorizationRule. </param> <returns> Namespace/NotificationHub Connection String </returns> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations"> <summary> The Management API includes operations for managing notification hubs. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.#ctor(Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient)"> <summary> Initializes a new instance of the NotificationHubOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.CheckAvailabilityAsync(System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters,System.Threading.CancellationToken)"> <summary> Checks the availability of the given notificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj870968.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='parameters'> Required. The notificationHub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the Check NameAvailability operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.CreateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates a new NotificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the CreateOrUpdate operation on the NotificationHub </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.CreateOrUpdateAuthorizationRuleAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> The create NotificationHub authorization rule operation creates an authorization rule for a NotificationHub </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <param name='parameters'> Required. The shared access authorization rule. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the CreateOrUpdate operation on the AuthorizationRules </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a notification hub associated with a namespace. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.DeleteAuthorizationRuleAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The delete a notificationHub authorization rule operation </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the notification hubs associated with a namespace. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.GetAuthorizationRuleAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The get authorization rule operation gets an authorization rule for a NotificationHub by name. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The entity name to get the authorization rule for. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.GetPnsCredentialsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the PNS Credentials associated with a notification hub . </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the Get NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the notification hubs associated with a namespace. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.ListAuthorizationRulesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> The get authorization rules operation gets the authorization rules for a NotificationHub. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The NotificationHub to get the authorization rule for. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.ListKeysAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the Primary and Secondary ConnectionStrings to the NotificationHub (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The connection string of the NotificationHub for the specified authorizationRule. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Namespace/NotificationHub Connection String </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.UpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates a new NotificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> Response of the CreateOrUpdate operation on the NotificationHub </returns> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions"> <summary> .Net client wrapper for the REST API for Azure NotificationHub Service </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.CheckAvailability(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters)"> <summary> Checks the availability of the given notificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj870968.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='parameters'> Required. The notificationHub name. </param> <returns> Response of the Check NameAvailability operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.CheckAvailabilityAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.CheckAvailabilityParameters)"> <summary> Checks the availability of the given notificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj870968.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='parameters'> Required. The notificationHub name. </param> <returns> Response of the Check NameAvailability operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.Create(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters)"> <summary> Creates a new NotificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <returns> Response of the CreateOrUpdate operation on the NotificationHub </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.CreateAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters)"> <summary> Creates a new NotificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <returns> Response of the CreateOrUpdate operation on the NotificationHub </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.CreateOrUpdateAuthorizationRule(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters)"> <summary> The create NotificationHub authorization rule operation creates an authorization rule for a NotificationHub </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <param name='parameters'> Required. The shared access authorization rule. </param> <returns> Response of the CreateOrUpdate operation on the AuthorizationRules </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleCreateOrUpdateParameters)"> <summary> The create NotificationHub authorization rule operation creates an authorization rule for a NotificationHub </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <param name='parameters'> Required. The shared access authorization rule. </param> <returns> Response of the CreateOrUpdate operation on the AuthorizationRules </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.Delete(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String)"> <summary> Deletes a notification hub associated with a namespace. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String)"> <summary> Deletes a notification hub associated with a namespace. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.DeleteAuthorizationRule(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,System.String)"> <summary> The delete a notificationHub authorization rule operation </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.DeleteAuthorizationRuleAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,System.String)"> <summary> The delete a notificationHub authorization rule operation </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The namespace authorizationRuleName name. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.Get(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String)"> <summary> Lists the notification hubs associated with a namespace. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <returns> The response of the Get NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.GetAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String)"> <summary> Lists the notification hubs associated with a namespace. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <returns> The response of the Get NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.GetAuthorizationRule(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,System.String)"> <summary> The get authorization rule operation gets an authorization rule for a NotificationHub by name. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The entity name to get the authorization rule for. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.GetAuthorizationRuleAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,System.String)"> <summary> The get authorization rule operation gets an authorization rule for a NotificationHub by name. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace to get the authorization rule for. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The entity name to get the authorization rule for. </param> <returns> The response of the Get Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.GetPnsCredentials(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String)"> <summary> Lists the PNS Credentials associated with a notification hub . </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <returns> The response of the Get NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.GetPnsCredentialsAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String)"> <summary> Lists the PNS Credentials associated with a notification hub . </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <returns> The response of the Get NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.List(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String)"> <summary> Lists the notification hubs associated with a namespace. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <returns> The response of the List NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.ListAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String)"> <summary> Lists the notification hubs associated with a namespace. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <returns> The response of the List NotificationHub operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.ListAuthorizationRules(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String)"> <summary> The get authorization rules operation gets the authorization rules for a NotificationHub. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The NotificationHub to get the authorization rule for. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.ListAuthorizationRulesAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String)"> <summary> The get authorization rules operation gets the authorization rules for a NotificationHub. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The NotificationHub to get the authorization rule for. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <returns> The response of the List Namespace operation. </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.ListKeys(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,System.String)"> <summary> Gets the Primary and Secondary ConnectionStrings to the NotificationHub (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The connection string of the NotificationHub for the specified authorizationRule. </param> <returns> Namespace/NotificationHub Connection String </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,System.String)"> <summary> Gets the Primary and Secondary ConnectionStrings to the NotificationHub (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='authorizationRuleName'> Required. The connection string of the NotificationHub for the specified authorizationRule. </param> <returns> Namespace/NotificationHub Connection String </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.Update(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters)"> <summary> Creates a new NotificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <returns> Response of the CreateOrUpdate operation on the NotificationHub </returns> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations,System.String,System.String,System.String,Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters)"> <summary> Creates a new NotificationHub in a namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx for more information) </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.NotificationHubs.INotificationHubOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='namespaceName'> Required. The namespace name. </param> <param name='notificationHubName'> Required. The notification hub name. </param> <param name='parameters'> Required. Parameters supplied to the create a Namespace Resource. </param> <returns> Response of the CreateOrUpdate operation on the NotificationHub </returns> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient"> <summary> .Net client wrapper for the REST API for Azure NotificationHub Service </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.#ctor"> <summary> Initializes a new instance of the NotificationHubsManagementClient class. </summary> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)"> <summary> Initializes a new instance of the NotificationHubsManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='baseUri'> Optional. Gets the URI used as the base for all cloud service requests. </param> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)"> <summary> Initializes a new instance of the NotificationHubsManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.#ctor(System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the NotificationHubsManagementClient class. </summary> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the NotificationHubsManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='baseUri'> Optional. Gets the URI used as the base for all cloud service requests. </param> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the NotificationHubsManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient})"> <summary> Clones properties from current instance to another NotificationHubsManagementClient instance </summary> <param name='client'> Instance of NotificationHubsManagementClient to clone to </param> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.ApiVersion"> <summary> Gets the API version. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.BaseUri"> <summary> Gets the URI used as the base for all cloud service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.Credentials"> <summary> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.LongRunningOperationInitialTimeout"> <summary> Gets or sets the initial timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.Namespaces"> <summary> The Management API includes operations for managing NotificationHub only namespaces. </summary> </member> <member name="P:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient.NotificationHubs"> <summary> The Management API includes operations for managing notification hubs. </summary> </member> <member name="T:Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClientExtensions"> <summary> .Net client wrapper for the REST API for Azure NotificationHub Service </summary> </member> </members> </doc> |