INamespacesOperations Interface

Definition

NamespacesOperations operations.

public interface INamespacesOperations
type INamespacesOperations = interface
Public Interface INamespacesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, SBNamespace, 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(CheckNameAvailability, Dictionary<String,List<String>>, CancellationToken)

Check the give namespace name availability.

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

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

CreateOrUpdateNetworkRuleSetWithHttpMessagesAsync(String, String, NetworkRuleSet, Dictionary<String,List<String>>, CancellationToken)

Create or update NetworkRuleSet for a Namespace.

CreateOrUpdateWithHttpMessagesAsync(String, String, SBNamespace, 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

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

Gets NetworkRuleSet for a Namespace.

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

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

Gets list of NetworkRuleSet for a Namespace.

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

Gets list of NetworkRuleSet for a Namespace.

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, RegenerateAccessKeyParameters, 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, SBNamespaceUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

Extension Methods

BeginCreateOrUpdate(INamespacesOperations, String, String, SBNamespace)

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

BeginCreateOrUpdateAsync(INamespacesOperations, String, String, SBNamespace, 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

BeginDelete(INamespacesOperations, String, String)

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.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

CheckNameAvailabilityMethod(INamespacesOperations, CheckNameAvailability)

Check the give namespace name availability.

CheckNameAvailabilityMethodAsync(INamespacesOperations, CheckNameAvailability, CancellationToken)

Check the give namespace name availability.

CreateOrUpdate(INamespacesOperations, String, String, SBNamespace)

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

CreateOrUpdateAsync(INamespacesOperations, String, String, SBNamespace, 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

CreateOrUpdateAuthorizationRule(INamespacesOperations, String, String, String, SBAuthorizationRule)

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

CreateOrUpdateAuthorizationRuleAsync(INamespacesOperations, String, String, String, SBAuthorizationRule, CancellationToken)

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

CreateOrUpdateNetworkRuleSet(INamespacesOperations, String, String, NetworkRuleSet)

Create or update NetworkRuleSet for a Namespace.

CreateOrUpdateNetworkRuleSetAsync(INamespacesOperations, String, String, NetworkRuleSet, CancellationToken)

Create or update NetworkRuleSet for a Namespace.

Delete(INamespacesOperations, String, String)

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.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

DeleteAuthorizationRule(INamespacesOperations, String, String, String)

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

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

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

Get(INamespacesOperations, String, String)

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

GetAsync(INamespacesOperations, String, String, CancellationToken)

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

GetAuthorizationRule(INamespacesOperations, String, String, String)

Gets an authorization rule for a namespace by rule name. https://msdn.microsoft.com/en-us/library/azure/mt639392.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

GetNetworkRuleSet(INamespacesOperations, String, String)

Gets NetworkRuleSet for a Namespace.

GetNetworkRuleSetAsync(INamespacesOperations, String, String, CancellationToken)

Gets NetworkRuleSet for a Namespace.

List(INamespacesOperations)

Gets all the available namespaces within the subscription, irrespective of the resource groups. https://msdn.microsoft.com/en-us/library/azure/mt639412.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

ListAuthorizationRules(INamespacesOperations, String, String)

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

ListAuthorizationRulesAsync(INamespacesOperations, String, String, CancellationToken)

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

ListAuthorizationRulesNext(INamespacesOperations, String)

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

ListByResourceGroup(INamespacesOperations, String)

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

ListByResourceGroupAsync(INamespacesOperations, String, CancellationToken)

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

ListByResourceGroupNext(INamespacesOperations, String)

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

ListKeys(INamespacesOperations, String, String, String)

Gets the primary and secondary connection strings for the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639398.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

ListNetworkRuleSets(INamespacesOperations, String, String)

Gets list of NetworkRuleSet for a Namespace.

ListNetworkRuleSetsAsync(INamespacesOperations, String, String, CancellationToken)

Gets list of NetworkRuleSet for a Namespace.

ListNetworkRuleSetsNext(INamespacesOperations, String)

Gets list of NetworkRuleSet for a Namespace.

ListNetworkRuleSetsNextAsync(INamespacesOperations, String, CancellationToken)

Gets list of NetworkRuleSet for a Namespace.

ListNext(INamespacesOperations, String)

Gets all the available namespaces within the subscription, irrespective of the resource groups. https://msdn.microsoft.com/en-us/library/azure/mt639412.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

RegenerateKeys(INamespacesOperations, String, String, String, RegenerateAccessKeyParameters)

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

RegenerateKeysAsync(INamespacesOperations, String, String, String, RegenerateAccessKeyParameters, CancellationToken)

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

Update(INamespacesOperations, String, String, SBNamespaceUpdateParameters)

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

UpdateAsync(INamespacesOperations, String, String, SBNamespaceUpdateParameters, CancellationToken)

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

Applies to