public interface NamespacesClient extends InnerSupportsGet<EHNamespaceInner>, InnerSupportsListing<EHNamespaceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EHNamespaceInner>,EHNamespaceInner> |
beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EHNamespaceInner>,EHNamespaceInner> |
beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a namespace.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EHNamespaceInner>,EHNamespaceInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a 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.
|
EHNamespaceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
EHNamespaceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a namespace.
|
Mono<EHNamespaceInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
AuthorizationRuleInner |
createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Creates or updates an AuthorizationRule for a Namespace.
|
Mono<AuthorizationRuleInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Creates or updates an AuthorizationRule for a Namespace.
|
Mono<AuthorizationRuleInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights)
Creates or updates an AuthorizationRule for a Namespace.
|
com.azure.core.http.rest.Response<AuthorizationRuleInner> |
createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights,
com.azure.core.util.Context context)
Creates or updates an AuthorizationRule for a Namespace.
|
Mono<com.azure.core.http.rest.Response<AuthorizationRuleInner>> |
createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights)
Creates or updates an AuthorizationRule 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,
EHNamespaceInner parameters)
Creates or updates a 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 an AuthorizationRule for a Namespace.
|
Mono<Void> |
deleteAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Deletes an AuthorizationRule for a Namespace.
|
com.azure.core.http.rest.Response<Void> |
deleteAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
com.azure.core.util.Context context)
Deletes an AuthorizationRule for a Namespace.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Deletes an AuthorizationRule for a Namespace.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String namespaceName)
Deletes an existing namespace.
|
AuthorizationRuleInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an AuthorizationRule for a Namespace by rule name.
|
Mono<AuthorizationRuleInner> |
getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an AuthorizationRule for a Namespace by rule name.
|
com.azure.core.http.rest.Response<AuthorizationRuleInner> |
getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
com.azure.core.util.Context context)
Gets an AuthorizationRule for a Namespace by rule name.
|
Mono<com.azure.core.http.rest.Response<AuthorizationRuleInner>> |
getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an AuthorizationRule for a Namespace by rule name.
|
EHNamespaceInner |
getByResourceGroup(String resourceGroupName,
String namespaceName)
Gets the description of the specified namespace.
|
Mono<EHNamespaceInner> |
getByResourceGroupAsync(String resourceGroupName,
String namespaceName)
Gets the description of the specified namespace.
|
com.azure.core.http.rest.Response<EHNamespaceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets the description of the specified namespace.
|
Mono<com.azure.core.http.rest.Response<EHNamespaceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String namespaceName)
Gets the description of the specified namespace.
|
MessagingPlanInner |
getMessagingPlan(String resourceGroupName,
String namespaceName)
Gets messaging plan for specified namespace.
|
Mono<MessagingPlanInner> |
getMessagingPlanAsync(String resourceGroupName,
String namespaceName)
Gets messaging plan for specified namespace.
|
com.azure.core.http.rest.Response<MessagingPlanInner> |
getMessagingPlanWithResponse(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets messaging plan for specified namespace.
|
Mono<com.azure.core.http.rest.Response<MessagingPlanInner>> |
getMessagingPlanWithResponseAsync(String resourceGroupName,
String namespaceName)
Gets messaging plan for 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<EHNamespaceInner> |
list()
Lists all the available Namespaces within a subscription, irrespective of the resource groups.
|
com.azure.core.http.rest.PagedIterable<EHNamespaceInner> |
list(com.azure.core.util.Context context)
Lists all the available Namespaces within a subscription, irrespective of the resource groups.
|
com.azure.core.http.rest.PagedFlux<EHNamespaceInner> |
listAsync()
Lists all the available Namespaces within a subscription, irrespective of the resource groups.
|
com.azure.core.http.rest.PagedIterable<AuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName)
Gets a list of authorization rules for a Namespace.
|
com.azure.core.http.rest.PagedIterable<AuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets a list of authorization rules for a Namespace.
|
com.azure.core.http.rest.PagedFlux<AuthorizationRuleInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName)
Gets a list of authorization rules for a Namespace.
|
com.azure.core.http.rest.PagedIterable<EHNamespaceInner> |
listByResourceGroup(String resourceGroupName)
Lists the available Namespaces within a resource group.
|
com.azure.core.http.rest.PagedIterable<EHNamespaceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists the available Namespaces within a resource group.
|
com.azure.core.http.rest.PagedFlux<EHNamespaceInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists 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.
|
AccessKeysInner |
regenerateKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the specified Namespace.
|
Mono<AccessKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the specified 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 specified 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 specified Namespace.
|
EHNamespaceInner |
update(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
Mono<EHNamespaceInner> |
updateAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
com.azure.core.http.rest.Response<EHNamespaceInner> |
updateWithResponse(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a namespace.
|
Mono<com.azure.core.http.rest.Response<EHNamespaceInner>> |
updateWithResponseAsync(String resourceGroupName,
String namespaceName,
EHNamespaceInner parameters)
Creates or updates a namespace.
|
com.azure.core.http.rest.PagedFlux<AuthorizationRuleInner> 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<AuthorizationRuleInner> 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<AuthorizationRuleInner> 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<AuthorizationRuleInner>> 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<AuthorizationRuleInner> 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<AuthorizationRuleInner> 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.AuthorizationRuleInner 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<AuthorizationRuleInner> 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<AuthorizationRuleInner>> 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<AuthorizationRuleInner> 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.AuthorizationRuleInner 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<AuthorizationRuleInner> 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 the Regenerate Authorization Rule operation, specifies which key needs
to be reset.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 the Regenerate Authorization Rule operation, specifies which key needs
to be reset.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 the Regenerate Authorization Rule operation, specifies which key needs
to be reset.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 the Regenerate Authorization Rule operation, specifies which key needs
to be reset.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 - Name to check the namespace name availability.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 - Name to check the namespace name availability.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 - Name to check the namespace name availability.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 - Name to check the namespace name availability.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<EHNamespaceInner> listAsync()
listAsync in interface InnerSupportsListing<EHNamespaceInner>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<EHNamespaceInner> list()
list in interface InnerSupportsListing<EHNamespaceInner>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<EHNamespaceInner> 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<EHNamespaceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<EHNamespaceInner>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<EHNamespaceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<EHNamespaceInner>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<EHNamespaceInner> 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, EHNamespaceInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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<EHNamespaceInner>,EHNamespaceInner> beginCreateOrUpdateAsync(String resourceGroupName, String namespaceName, EHNamespaceInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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<EHNamespaceInner>,EHNamespaceInner> beginCreateOrUpdate(String resourceGroupName, String namespaceName, EHNamespaceInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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<EHNamespaceInner>,EHNamespaceInner> beginCreateOrUpdate(String resourceGroupName, String namespaceName, EHNamespaceInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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<EHNamespaceInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, EHNamespaceInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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.EHNamespaceInner createOrUpdate(String resourceGroupName, String namespaceName, EHNamespaceInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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.EHNamespaceInner createOrUpdate(String resourceGroupName, String namespaceName, EHNamespaceInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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<EHNamespaceInner>> 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<EHNamespaceInner> getByResourceGroupAsync(String resourceGroupName, String namespaceName)
getByResourceGroupAsync in interface InnerSupportsGet<EHNamespaceInner>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.EHNamespaceInner getByResourceGroup(String resourceGroupName, String namespaceName)
getByResourceGroup in interface InnerSupportsGet<EHNamespaceInner>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<EHNamespaceInner> 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<EHNamespaceInner>> updateWithResponseAsync(String resourceGroupName, String namespaceName, EHNamespaceInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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<EHNamespaceInner> updateAsync(String resourceGroupName, String namespaceName, EHNamespaceInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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.EHNamespaceInner update(String resourceGroupName, String namespaceName, EHNamespaceInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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<EHNamespaceInner> updateWithResponse(String resourceGroupName, String namespaceName, EHNamespaceInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Single Namespace item in List or Get 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<MessagingPlanInner>> getMessagingPlanWithResponseAsync(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<MessagingPlanInner> getMessagingPlanAsync(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.MessagingPlanInner getMessagingPlan(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<MessagingPlanInner> getMessagingPlanWithResponse(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<NetworkRuleSetInner>> createOrUpdateNetworkRuleSetWithResponseAsync(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Description of NetworkRuleSet 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<NetworkRuleSetInner> createOrUpdateNetworkRuleSetAsync(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Description of NetworkRuleSet 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.NetworkRuleSetInner createOrUpdateNetworkRuleSet(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters)
resourceGroupName - Name of the resource group within the azure subscription.namespaceName - The Namespace name.parameters - Description of NetworkRuleSet 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<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 - Description of NetworkRuleSet 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>> 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 © 2020 Microsoft Corporation. All rights reserved.