Aracılığıyla paylaş


INamespacesOperations Interface

Definition

NamespacesOperations operations.

public interface INamespacesOperations
type INamespacesOperations = interface
Public Interface INamespacesOperations

Methods

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

CheckAvailabilityWithHttpMessagesAsync(CheckAvailabilityParameters, Dictionary<String,List<String>>, CancellationToken)

Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name.

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, SharedAccessAuthorizationRuleCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Creates an authorization rule for a namespace

CreateOrUpdateWithHttpMessagesAsync(String, String, NamespaceCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Creates/Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx

DeleteAuthorizationRuleWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a namespace authorization rule

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

GetAuthorizationRuleWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets an authorization rule for a namespace by name.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the description for the specified namespace.

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the available namespaces within the subscription irrespective of the resourceGroups.

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all the available namespaces within the subscription irrespective of the resourceGroups.

ListAuthorizationRulesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the authorization rules for a namespace.

ListAuthorizationRulesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the authorization rules for a namespace.

ListKeysWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the Primary and Secondary ConnectionStrings to the namespace

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists the available namespaces within a resourceGroup.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists the available namespaces within a resourceGroup.

PatchWithHttpMessagesAsync(String, String, NamespacePatchParameters, Dictionary<String,List<String>>, CancellationToken)

Patches the existing namespace

RegenerateKeysWithHttpMessagesAsync(String, String, String, PolicykeyResource, Dictionary<String,List<String>>, CancellationToken)

Regenerates the Primary/Secondary Keys to the Namespace Authorization Rule

Extension Methods

BeginDelete(INamespacesOperations, String, String)

Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

BeginDeleteAsync(INamespacesOperations, String, String, CancellationToken)

Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

CheckAvailability(INamespacesOperations, CheckAvailabilityParameters)

Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name.

CheckAvailabilityAsync(INamespacesOperations, CheckAvailabilityParameters, CancellationToken)

Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name.

CreateOrUpdate(INamespacesOperations, String, String, NamespaceCreateOrUpdateParameters)

Creates/Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx

CreateOrUpdateAsync(INamespacesOperations, String, String, NamespaceCreateOrUpdateParameters, CancellationToken)

Creates/Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx

CreateOrUpdateAuthorizationRule(INamespacesOperations, String, String, String, SharedAccessAuthorizationRuleCreateOrUpdateParameters)

Creates an authorization rule for a namespace

CreateOrUpdateAuthorizationRuleAsync(INamespacesOperations, String, String, String, SharedAccessAuthorizationRuleCreateOrUpdateParameters, CancellationToken)

Creates an authorization rule for a namespace

Delete(INamespacesOperations, String, String)

Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

DeleteAsync(INamespacesOperations, String, String, CancellationToken)

Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

DeleteAuthorizationRule(INamespacesOperations, String, String, String)

Deletes a namespace authorization rule

DeleteAuthorizationRuleAsync(INamespacesOperations, String, String, String, CancellationToken)

Deletes a namespace authorization rule

Get(INamespacesOperations, String, String)

Returns the description for the specified namespace.

GetAsync(INamespacesOperations, String, String, CancellationToken)

Returns the description for the specified namespace.

GetAuthorizationRule(INamespacesOperations, String, String, String)

Gets an authorization rule for a namespace by name.

GetAuthorizationRuleAsync(INamespacesOperations, String, String, String, CancellationToken)

Gets an authorization rule for a namespace by name.

List(INamespacesOperations, String)

Lists the available namespaces within a resourceGroup.

ListAll(INamespacesOperations)

Lists all the available namespaces within the subscription irrespective of the resourceGroups.

ListAllAsync(INamespacesOperations, CancellationToken)

Lists all the available namespaces within the subscription irrespective of the resourceGroups.

ListAllNext(INamespacesOperations, String)

Lists all the available namespaces within the subscription irrespective of the resourceGroups.

ListAllNextAsync(INamespacesOperations, String, CancellationToken)

Lists all the available namespaces within the subscription irrespective of the resourceGroups.

ListAsync(INamespacesOperations, String, CancellationToken)

Lists the available namespaces within a resourceGroup.

ListAuthorizationRules(INamespacesOperations, String, String)

Gets the authorization rules for a namespace.

ListAuthorizationRulesAsync(INamespacesOperations, String, String, CancellationToken)

Gets the authorization rules for a namespace.

ListAuthorizationRulesNext(INamespacesOperations, String)

Gets the authorization rules for a namespace.

ListAuthorizationRulesNextAsync(INamespacesOperations, String, CancellationToken)

Gets the authorization rules for a namespace.

ListKeys(INamespacesOperations, String, String, String)

Gets the Primary and Secondary ConnectionStrings to the namespace

ListKeysAsync(INamespacesOperations, String, String, String, CancellationToken)

Gets the Primary and Secondary ConnectionStrings to the namespace

ListNext(INamespacesOperations, String)

Lists the available namespaces within a resourceGroup.

ListNextAsync(INamespacesOperations, String, CancellationToken)

Lists the available namespaces within a resourceGroup.

Patch(INamespacesOperations, String, String, NamespacePatchParameters)

Patches the existing namespace

PatchAsync(INamespacesOperations, String, String, NamespacePatchParameters, CancellationToken)

Patches the existing namespace

RegenerateKeys(INamespacesOperations, String, String, String, PolicykeyResource)

Regenerates the Primary/Secondary Keys to the Namespace Authorization Rule

RegenerateKeysAsync(INamespacesOperations, String, String, String, PolicykeyResource, CancellationToken)

Regenerates the Primary/Secondary Keys to the Namespace Authorization Rule

Applies to