NamespacesOperationsExtensions Class

Definition

Extension methods for NamespacesOperations.

public static class NamespacesOperationsExtensions
type NamespacesOperationsExtensions = class
Public Module NamespacesOperationsExtensions
Inheritance
NamespacesOperationsExtensions

Methods

BeginCreateOrUpdateAsync(INamespacesOperations, String, String, NamespaceModelInner, CancellationToken)

Creates or updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

BeginDeleteAsync(INamespacesOperations, String, String, CancellationToken)

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

CheckNameAvailabilityMethodAsync(INamespacesOperations, String, CancellationToken)

Check the give namespace name availability.

CreateOrUpdateAsync(INamespacesOperations, String, String, NamespaceModelInner, CancellationToken)

Creates or updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

CreateOrUpdateAuthorizationRuleAsync(INamespacesOperations, String, String, String, IList<Nullable<AccessRights>>, CancellationToken)

Creates or updates an authorization rule for a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639410.aspx

DeleteAsync(INamespacesOperations, String, String, CancellationToken)

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

Deletes a namespace authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt639417.aspx

GetAsync(INamespacesOperations, String, String, CancellationToken)

Gets a description for the specified namespace. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

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

Gets an authorization rule for a namespace by rule name. https://msdn.microsoft.com/en-us/library/azure/mt639392.aspx

ListAsync(INamespacesOperations, CancellationToken)

Gets all the available namespaces within the subscription, irrespective of the resource groups. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListAuthorizationRulesAsync(INamespacesOperations, String, String, CancellationToken)

Gets the authorization rules for a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx

ListAuthorizationRulesNextAsync(INamespacesOperations, String, CancellationToken)

Gets the authorization rules for a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx

ListByResourceGroupAsync(INamespacesOperations, String, CancellationToken)

Gets the available namespaces within a resource group. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListByResourceGroupNextAsync(INamespacesOperations, String, CancellationToken)

Gets the available namespaces within a resource group. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

Gets the primary and secondary connection strings for the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639398.aspx

ListNextAsync(INamespacesOperations, String, CancellationToken)

Gets all the available namespaces within the subscription, irrespective of the resource groups. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

RegenerateKeysAsync(INamespacesOperations, String, String, String, Nullable<Policykey>, CancellationToken)

Regenerates the primary or secondary connection strings for the namespace. https://msdn.microsoft.com/en-us/library/azure/mt718977.aspx

UpdateAsync(INamespacesOperations, String, String, NamespaceUpdateParametersInner, CancellationToken)

Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.

Applies to