INamespacesOperations Interface

Definition

NamespacesOperations operations.

public interface INamespacesOperations
type INamespacesOperations = interface
Public Interface INamespacesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, NamespaceModelInner, Dictionary<String,List<String>>, 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

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<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

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

Check the give namespace name availability.

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, IList<Nullable<AccessRights>>, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, NamespaceModelInner, Dictionary<String,List<String>>, 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

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

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<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

ListWithHttpMessagesAsync(Dictionary<String,List<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

RegenerateKeysWithHttpMessagesAsync(String, String, String, Nullable<Policykey>, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, NamespaceUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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