public interface NamespacesClient extends InnerSupportsGet<NamespaceResourceInner>, InnerSupportsListing<NamespaceResourceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NamespaceResourceInner>,NamespaceResourceInner> |
beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters)
Creates or updates a service namespace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NamespaceResourceInner>,NamespaceResourceInner> |
beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters 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<NamespaceResourceInner>,NamespaceResourceInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters 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.
|
NamespaceResourceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters)
Creates or updates a service namespace.
|
NamespaceResourceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates or updates a service namespace.
|
Mono<NamespaceResourceInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters)
Creates or updates a service namespace.
|
SharedAccessAuthorizationRuleResourceInner |
createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates or updates an authorization rule for a namespace.
|
Mono<SharedAccessAuthorizationRuleResourceInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates or updates an authorization rule for a namespace.
|
com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> |
createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates or updates an authorization rule for a namespace.
|
Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> |
createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates or updates an authorization rule for a namespace.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters 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.
|
SharedAccessAuthorizationRuleResourceInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
Mono<SharedAccessAuthorizationRuleResourceInner> |
getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> |
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<SharedAccessAuthorizationRuleResourceInner>> |
getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
NamespaceResourceInner |
getByResourceGroup(String resourceGroupName,
String namespaceName)
Gets a description for the specified namespace.
|
Mono<NamespaceResourceInner> |
getByResourceGroupAsync(String resourceGroupName,
String namespaceName)
Gets a description for the specified namespace.
|
com.azure.core.http.rest.Response<NamespaceResourceInner> |
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<NamespaceResourceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String namespaceName)
Gets a description for the specified namespace.
|
com.azure.core.http.rest.PagedIterable<NamespaceResourceInner> |
list()
Gets all the available namespaces within the subscription, irrespective of the resource groups.
|
com.azure.core.http.rest.PagedIterable<NamespaceResourceInner> |
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<NamespaceResourceInner> |
listAsync()
Gets all the available namespaces within the subscription, irrespective of the resource groups.
|
com.azure.core.http.rest.PagedIterable<SharedAccessAuthorizationRuleResourceInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName)
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<SharedAccessAuthorizationRuleResourceInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedFlux<SharedAccessAuthorizationRuleResourceInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName)
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<NamespaceResourceInner> |
listByResourceGroup(String resourceGroupName)
Gets the available namespaces within a resource group.
|
com.azure.core.http.rest.PagedIterable<NamespaceResourceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets the available namespaces within a resource group.
|
com.azure.core.http.rest.PagedFlux<NamespaceResourceInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets the available namespaces within a resource group.
|
ResourceListKeysInner |
listKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
Mono<ResourceListKeysInner> |
listKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<ResourceListKeysInner> |
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<ResourceListKeysInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
ResourceListKeysInner |
regenerateKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<ResourceListKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<ResourceListKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
Policykey policykey)
Regenerates the primary or secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<ResourceListKeysInner> |
regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
Policykey policykey,
com.azure.core.util.Context context)
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> |
regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
Policykey policykey)
Regenerates the primary or secondary connection strings for the namespace.
|
NamespaceResourceInner |
update(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters)
Updates a service namespace.
|
Mono<NamespaceResourceInner> |
updateAsync(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters)
Updates a service namespace.
|
com.azure.core.http.rest.Response<NamespaceResourceInner> |
updateWithResponse(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters,
com.azure.core.util.Context context)
Updates a service namespace.
|
Mono<com.azure.core.http.rest.Response<NamespaceResourceInner>> |
updateWithResponseAsync(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters)
Updates a service namespace.
|
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.com.azure.core.http.rest.PagedFlux<NamespaceResourceInner> listAsync()
listAsync in interface InnerSupportsListing<NamespaceResourceInner>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<NamespaceResourceInner> list()
list in interface InnerSupportsListing<NamespaceResourceInner>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<NamespaceResourceInner> 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<NamespaceResourceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<NamespaceResourceInner>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<NamespaceResourceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<NamespaceResourceInner>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<NamespaceResourceInner> 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, NamespaceCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to the Create Or Update Namespace 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NamespaceResourceInner>,NamespaceResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String namespaceName, NamespaceCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to the Create Or Update Namespace 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NamespaceResourceInner>,NamespaceResourceInner> beginCreateOrUpdate(String resourceGroupName, String namespaceName, NamespaceCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to the Create Or Update Namespace 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NamespaceResourceInner>,NamespaceResourceInner> beginCreateOrUpdate(String resourceGroupName, String namespaceName, NamespaceCreateOrUpdateParameters 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 the Create Or Update Namespace operation.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<NamespaceResourceInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, NamespaceCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to the Create Or Update Namespace 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.NamespaceResourceInner createOrUpdate(String resourceGroupName, String namespaceName, NamespaceCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to the Create Or Update Namespace 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.NamespaceResourceInner createOrUpdate(String resourceGroupName, String namespaceName, NamespaceCreateOrUpdateParameters 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 the Create Or Update Namespace operation.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<NamespaceResourceInner>> 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<NamespaceResourceInner> getByResourceGroupAsync(String resourceGroupName, String namespaceName)
getByResourceGroupAsync in interface InnerSupportsGet<NamespaceResourceInner>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.NamespaceResourceInner getByResourceGroup(String resourceGroupName, String namespaceName)
getByResourceGroup in interface InnerSupportsGet<NamespaceResourceInner>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<NamespaceResourceInner> 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<NamespaceResourceInner>> updateWithResponseAsync(String resourceGroupName, String namespaceName, NamespaceUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to the Patch Namespace 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<NamespaceResourceInner> updateAsync(String resourceGroupName, String namespaceName, NamespaceUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to the Patch Namespace 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.NamespaceResourceInner update(String resourceGroupName, String namespaceName, NamespaceUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.parameters - Parameters supplied to the Patch Namespace 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.Response<NamespaceResourceInner> updateWithResponse(String resourceGroupName, String namespaceName, NamespaceUpdateParameters 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 the Patch Namespace operation.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<SharedAccessAuthorizationRuleResourceInner> 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<SharedAccessAuthorizationRuleResourceInner> 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<SharedAccessAuthorizationRuleResourceInner> 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<SharedAccessAuthorizationRuleResourceInner>> createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to the Create Or Update Authorization Rules 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<SharedAccessAuthorizationRuleResourceInner> createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to the Create Or Update Authorization Rules 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.SharedAccessAuthorizationRuleResourceInner createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to the Create Or Update Authorization Rules 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.Response<SharedAccessAuthorizationRuleResourceInner> createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters 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 the Create Or Update Authorization Rules operation.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<SharedAccessAuthorizationRuleResourceInner>> 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<SharedAccessAuthorizationRuleResourceInner> 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.SharedAccessAuthorizationRuleResourceInner 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<SharedAccessAuthorizationRuleResourceInner> 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<ResourceListKeysInner>> 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<ResourceListKeysInner> 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.ResourceListKeysInner 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<ResourceListKeysInner> 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<ResourceListKeysInner>> regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, Policykey policykey)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.policykey - Key that needs to be regenerated.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<ResourceListKeysInner> regenerateKeysAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, Policykey policykey)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.authorizationRuleName - The authorization rule name.policykey - Key that needs to be regenerated.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<ResourceListKeysInner> regenerateKeysAsync(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.ResourceListKeysInner regenerateKeys(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<ResourceListKeysInner> regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, Policykey policykey, 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.policykey - Key that needs to be regenerated.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 © 2020 Microsoft Corporation. All rights reserved.