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
|