public interface NamespacesClient extends InnerSupportsGet<SBNamespaceInner>, InnerSupportsListing<SBNamespaceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SBNamespaceInner>,SBNamespaceInner> |
beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
SBNamespaceInner parameters)
Creates or updates a service namespace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SBNamespaceInner>,SBNamespaceInner> |
beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
SBNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a service namespace.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SBNamespaceInner>,SBNamespaceInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String namespaceName,
SBNamespaceInner parameters)
Creates or updates a service namespace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String namespaceName)
Deletes an existing namespace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Deletes an existing namespace.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String namespaceName)
Deletes an existing namespace.
|
CheckNameAvailabilityResultInner |
checkNameAvailability(String name)
Check the give namespace name availability.
|
Mono<CheckNameAvailabilityResultInner> |
checkNameAvailabilityAsync(String name)
Check the give namespace name availability.
|
com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner> |
checkNameAvailabilityWithResponse(String name,
com.azure.core.util.Context context)
Check the give namespace name availability.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> |
checkNameAvailabilityWithResponseAsync(String name)
Check the give namespace name availability.
|
SBNamespaceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
SBNamespaceInner parameters)
Creates or updates a service namespace.
|
SBNamespaceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
SBNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a service namespace.
|
Mono<SBNamespaceInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
SBNamespaceInner parameters)
Creates or updates a service namespace.
|
SBAuthorizationRuleInner |
createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Creates or updates an authorization rule for a namespace.
|
Mono<SBAuthorizationRuleInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Creates or updates an authorization rule for a namespace.
|
Mono<SBAuthorizationRuleInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights)
Creates or updates an authorization rule for a namespace.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights,
com.azure.core.util.Context context)
Creates or updates an authorization rule for a namespace.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights)
Creates or updates an authorization rule for a namespace.
|
NetworkRuleSetInner |
createOrUpdateNetworkRuleSet(String resourceGroupName,
String namespaceName,
NetworkRuleSetInner parameters)
Create or update NetworkRuleSet for a Namespace.
|
Mono<NetworkRuleSetInner> |
createOrUpdateNetworkRuleSetAsync(String resourceGroupName,
String namespaceName,
NetworkRuleSetInner parameters)
Create or update NetworkRuleSet for a Namespace.
|
com.azure.core.http.rest.Response<NetworkRuleSetInner> |
createOrUpdateNetworkRuleSetWithResponse(String resourceGroupName,
String namespaceName,
NetworkRuleSetInner parameters,
com.azure.core.util.Context context)
Create or update NetworkRuleSet for a Namespace.
|
Mono<com.azure.core.http.rest.Response<NetworkRuleSetInner>> |
createOrUpdateNetworkRuleSetWithResponseAsync(String resourceGroupName,
String namespaceName,
NetworkRuleSetInner parameters)
Create or update NetworkRuleSet for a Namespace.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
SBNamespaceInner parameters)
Creates or updates a service namespace.
|
void |
delete(String resourceGroupName,
String namespaceName)
Deletes an existing namespace.
|
void |
delete(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Deletes an existing namespace.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String namespaceName)
Deletes an existing namespace.
|
void |
deleteAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Deletes a namespace authorization rule.
|
Mono<Void> |
deleteAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Deletes a namespace authorization rule.
|
com.azure.core.http.rest.Response<Void> |
deleteAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
com.azure.core.util.Context context)
Deletes a namespace authorization rule.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Deletes a namespace authorization rule.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String namespaceName)
Deletes an existing namespace.
|
SBAuthorizationRuleInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
Mono<SBAuthorizationRuleInner> |
getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
com.azure.core.util.Context context)
Gets an authorization rule for a namespace by rule name.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
SBNamespaceInner |
getByResourceGroup(String resourceGroupName,
String namespaceName)
Gets a description for the specified namespace.
|
Mono<SBNamespaceInner> |
getByResourceGroupAsync(String resourceGroupName,
String namespaceName)
Gets a description for the specified namespace.
|
com.azure.core.http.rest.Response<SBNamespaceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets a description for the specified namespace.
|
Mono<com.azure.core.http.rest.Response<SBNamespaceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String namespaceName)
Gets a description for the specified namespace.
|
NetworkRuleSetInner |
getNetworkRuleSet(String resourceGroupName,
String namespaceName)
Gets NetworkRuleSet for a Namespace.
|
Mono<NetworkRuleSetInner> |
getNetworkRuleSetAsync(String resourceGroupName,
String namespaceName)
Gets NetworkRuleSet for a Namespace.
|
com.azure.core.http.rest.Response<NetworkRuleSetInner> |
getNetworkRuleSetWithResponse(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets NetworkRuleSet for a Namespace.
|
Mono<com.azure.core.http.rest.Response<NetworkRuleSetInner>> |
getNetworkRuleSetWithResponseAsync(String resourceGroupName,
String namespaceName)
Gets NetworkRuleSet for a Namespace.
|
com.azure.core.http.rest.PagedIterable<SBNamespaceInner> |
list()
Gets all the available namespaces within the subscription, irrespective of the resource groups.
|
com.azure.core.http.rest.PagedIterable<SBNamespaceInner> |
list(com.azure.core.util.Context context)
Gets all the available namespaces within the subscription, irrespective of the resource groups.
|
com.azure.core.http.rest.PagedFlux<SBNamespaceInner> |
listAsync()
Gets all the available namespaces within the subscription, irrespective of the resource groups.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName)
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName)
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<SBNamespaceInner> |
listByResourceGroup(String resourceGroupName)
Gets the available namespaces within a resource group.
|
com.azure.core.http.rest.PagedIterable<SBNamespaceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets the available namespaces within a resource group.
|
com.azure.core.http.rest.PagedFlux<SBNamespaceInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets the available namespaces within a resource group.
|
AccessKeysInner |
listKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
Mono<AccessKeysInner> |
listKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
listKeysWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
com.azure.core.util.Context context)
Gets the primary and secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
com.azure.core.http.rest.PagedIterable<NetworkRuleSetInner> |
listNetworkRuleSets(String resourceGroupName,
String namespaceName)
Gets list of NetworkRuleSet for a Namespace.
|
com.azure.core.http.rest.PagedIterable<NetworkRuleSetInner> |
listNetworkRuleSets(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets list of NetworkRuleSet for a Namespace.
|
com.azure.core.http.rest.PagedFlux<NetworkRuleSetInner> |
listNetworkRuleSetsAsync(String resourceGroupName,
String namespaceName)
Gets list of NetworkRuleSet for a Namespace.
|
void |
migrate(String resourceGroupName,
String namespaceName,
NameSpaceType targetNamespaceType)
This operation Migrate the given namespace to provided name type.
|
Mono<Void> |
migrateAsync(String resourceGroupName,
String namespaceName,
NameSpaceType targetNamespaceType)
This operation Migrate the given namespace to provided name type.
|
com.azure.core.http.rest.Response<Void> |
migrateWithResponse(String resourceGroupName,
String namespaceName,
NameSpaceType targetNamespaceType,
com.azure.core.util.Context context)
This operation Migrate the given namespace to provided name type.
|
Mono<com.azure.core.http.rest.Response<Void>> |
migrateWithResponseAsync(String resourceGroupName,
String namespaceName,
NameSpaceType targetNamespaceType)
This operation Migrate the given namespace to provided name type.
|
AccessKeysInner |
regenerateKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<AccessKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters,
com.azure.core.util.Context context)
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the namespace.
|
SBNamespaceInner |
update(String resourceGroupName,
String namespaceName,
SBNamespaceUpdateParameters parameters)
Updates a service namespace.
|
Mono<SBNamespaceInner> |
updateAsync(String resourceGroupName,
String namespaceName,
SBNamespaceUpdateParameters parameters)
Updates a service namespace.
|
com.azure.core.http.rest.Response<SBNamespaceInner> |
updateWithResponse(String resourceGroupName,
String namespaceName,
SBNamespaceUpdateParameters parameters,
com.azure.core.util.Context context)
Updates a service namespace.
|
Mono<com.azure.core.http.rest.Response<SBNamespaceInner>> |
updateWithResponseAsync(String resourceGroupName,
String namespaceName,
SBNamespaceUpdateParameters parameters)
Updates a service namespace.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> listAuthorizationRulesAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> listAuthorizationRules(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> listAuthorizationRules(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, List<AccessRights> rights)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.rights - The rights associated with the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, List<AccessRights> rights)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.rights - The rights associated with the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SBAuthorizationRuleInner createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, List<AccessRights> rights, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.rights - The rights associated with the rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAuthorizationRule(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBAuthorizationRuleInner> getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SBAuthorizationRuleInner getAuthorizationRule(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AccessKeysInner>> listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AccessKeysInner> listKeysAsync(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AccessKeysInner listKeys(String resourceGroupName, String namespaceName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AccessKeysInner> listKeysWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AccessKeysInner>> regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to regenerate the authorization rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AccessKeysInner> regenerateKeysAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to regenerate the authorization rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AccessKeysInner regenerateKeys(String resourceGroupName, String namespaceName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to regenerate the authorization rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AccessKeysInner> regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, RegenerateAccessKeyParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to regenerate the authorization rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> checkNameAvailabilityWithResponseAsync(String name)
name - The Name to check the namespace name availability and The namespace name can contain only letters,
numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(String name)
name - The Name to check the namespace name availability and The namespace name can contain only letters,
numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CheckNameAvailabilityResultInner checkNameAvailability(String name)
name - The Name to check the namespace name availability and The namespace name can contain only letters,
numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner> checkNameAvailabilityWithResponse(String name, com.azure.core.util.Context context)
name - The Name to check the namespace name availability and The namespace name can contain only letters,
numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> migrateWithResponseAsync(String resourceGroupName, String namespaceName, NameSpaceType targetNamespaceType)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.targetNamespaceType - Type of namespaces.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> migrateAsync(String resourceGroupName, String namespaceName, NameSpaceType targetNamespaceType)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.targetNamespaceType - Type of namespaces.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void migrate(String resourceGroupName, String namespaceName, NameSpaceType targetNamespaceType)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.targetNamespaceType - Type of namespaces.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> migrateWithResponse(String resourceGroupName, String namespaceName, NameSpaceType targetNamespaceType, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.targetNamespaceType - Type of namespaces.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SBNamespaceInner> listAsync()
listAsync in interface InnerSupportsListing<SBNamespaceInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SBNamespaceInner> list()
list in interface InnerSupportsListing<SBNamespaceInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SBNamespaceInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SBNamespaceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<SBNamespaceInner>resourceGroupName - Name of the Resource group within the Azure subscription.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SBNamespaceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<SBNamespaceInner>resourceGroupName - Name of the Resource group within the Azure subscription.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SBNamespaceInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, SBNamespaceInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to create a namespace resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SBNamespaceInner>,SBNamespaceInner> beginCreateOrUpdateAsync(String resourceGroupName, String namespaceName, SBNamespaceInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to create a namespace resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SBNamespaceInner>,SBNamespaceInner> beginCreateOrUpdate(String resourceGroupName, String namespaceName, SBNamespaceInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to create a namespace resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SBNamespaceInner>,SBNamespaceInner> beginCreateOrUpdate(String resourceGroupName, String namespaceName, SBNamespaceInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to create a namespace resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBNamespaceInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, SBNamespaceInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to create a namespace resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SBNamespaceInner createOrUpdate(String resourceGroupName, String namespaceName, SBNamespaceInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to create a namespace resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SBNamespaceInner createOrUpdate(String resourceGroupName, String namespaceName, SBNamespaceInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to create a namespace resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String namespaceName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SBNamespaceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBNamespaceInner> getByResourceGroupAsync(String resourceGroupName, String namespaceName)
getByResourceGroupAsync in interface InnerSupportsGet<SBNamespaceInner>resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SBNamespaceInner getByResourceGroup(String resourceGroupName, String namespaceName)
getByResourceGroup in interface InnerSupportsGet<SBNamespaceInner>resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SBNamespaceInner> getByResourceGroupWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SBNamespaceInner>> updateWithResponseAsync(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to update a namespace resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBNamespaceInner> updateAsync(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to update a namespace resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SBNamespaceInner update(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to update a namespace resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SBNamespaceInner> updateWithResponse(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to update a namespace resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkRuleSetInner>> createOrUpdateNetworkRuleSetWithResponseAsync(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - The Namespace IpFilterRule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkRuleSetInner> createOrUpdateNetworkRuleSetAsync(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - The Namespace IpFilterRule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkRuleSetInner createOrUpdateNetworkRuleSet(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - The Namespace IpFilterRule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkRuleSetInner> createOrUpdateNetworkRuleSetWithResponse(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - The Namespace IpFilterRule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkRuleSetInner>> getNetworkRuleSetWithResponseAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkRuleSetInner> getNetworkRuleSetAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkRuleSetInner getNetworkRuleSet(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkRuleSetInner> getNetworkRuleSetWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkRuleSetInner> listNetworkRuleSetsAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkRuleSetInner> listNetworkRuleSets(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkRuleSetInner> listNetworkRuleSets(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.