public interface TopicsClient
| Modifier and Type | Method and Description |
|---|---|
TopicResourceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
TopicCreateOrUpdateParameters parameters)
Creates a topic in the specified namespace.
|
Mono<TopicResourceInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String topicName,
TopicCreateOrUpdateParameters parameters)
Creates a topic in the specified namespace.
|
SharedAccessAuthorizationRuleResourceInner |
createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates an authorization rule for the specified topic.
|
Mono<SharedAccessAuthorizationRuleResourceInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates an authorization rule for the specified topic.
|
com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> |
createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates an authorization rule for the specified topic.
|
Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> |
createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates an authorization rule for the specified topic.
|
com.azure.core.http.rest.Response<TopicResourceInner> |
createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
TopicCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates a topic in the specified namespace.
|
Mono<com.azure.core.http.rest.Response<TopicResourceInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
TopicCreateOrUpdateParameters parameters)
Creates a topic in the specified namespace.
|
void |
delete(String resourceGroupName,
String namespaceName,
String topicName)
Deletes a topic from the specified namespace and resource group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String namespaceName,
String topicName)
Deletes a topic from the specified namespace and resource group.
|
void |
deleteAuthorizationRule(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Deletes a topic authorization rule.
|
Mono<Void> |
deleteAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Deletes a topic authorization rule.
|
com.azure.core.http.rest.Response<Void> |
deleteAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
com.azure.core.util.Context context)
Deletes a topic authorization rule.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Deletes a topic authorization rule.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
com.azure.core.util.Context context)
Deletes a topic from the specified namespace and resource group.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName)
Deletes a topic from the specified namespace and resource group.
|
TopicResourceInner |
get(String resourceGroupName,
String namespaceName,
String topicName)
Returns a description for the specified topic.
|
Mono<TopicResourceInner> |
getAsync(String resourceGroupName,
String namespaceName,
String topicName)
Returns a description for the specified topic.
|
SharedAccessAuthorizationRuleResourceInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
Mono<SharedAccessAuthorizationRuleResourceInner> |
getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> |
getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
com.azure.core.util.Context context)
Returns the specified authorization rule.
|
Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> |
getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
com.azure.core.http.rest.Response<TopicResourceInner> |
getWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
com.azure.core.util.Context context)
Returns a description for the specified topic.
|
Mono<com.azure.core.http.rest.Response<TopicResourceInner>> |
getWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName)
Returns a description for the specified topic.
|
com.azure.core.http.rest.PagedIterable<TopicResourceInner> |
listAll(String resourceGroupName,
String namespaceName)
Gets all the topics in a namespace.
|
com.azure.core.http.rest.PagedIterable<TopicResourceInner> |
listAll(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets all the topics in a namespace.
|
com.azure.core.http.rest.PagedFlux<TopicResourceInner> |
listAllAsync(String resourceGroupName,
String namespaceName)
Gets all the topics in a namespace.
|
com.azure.core.http.rest.PagedIterable<SharedAccessAuthorizationRuleResourceInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String topicName)
Gets authorization rules for a topic.
|
com.azure.core.http.rest.PagedIterable<SharedAccessAuthorizationRuleResourceInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String topicName,
com.azure.core.util.Context context)
Gets authorization rules for a topic.
|
com.azure.core.http.rest.PagedFlux<SharedAccessAuthorizationRuleResourceInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String topicName)
Gets authorization rules for a topic.
|
ResourceListKeysInner |
listKeys(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the topic.
|
Mono<ResourceListKeysInner> |
listKeysAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the topic.
|
com.azure.core.http.rest.Response<ResourceListKeysInner> |
listKeysWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
com.azure.core.util.Context context)
Gets the primary and secondary connection strings for the topic.
|
Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the topic.
|
SharedAccessAuthorizationRuleResourceInner |
postAuthorizationRule(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
Mono<SharedAccessAuthorizationRuleResourceInner> |
postAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> |
postAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
com.azure.core.util.Context context)
Returns the specified authorization rule.
|
Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> |
postAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
ResourceListKeysInner |
regenerateKeys(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Regenerates primary or secondary connection strings for the topic.
|
Mono<ResourceListKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Regenerates primary or secondary connection strings for the topic.
|
Mono<ResourceListKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
Policykey policykey)
Regenerates primary or secondary connection strings for the topic.
|
com.azure.core.http.rest.Response<ResourceListKeysInner> |
regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
Policykey policykey,
com.azure.core.util.Context context)
Regenerates primary or secondary connection strings for the topic.
|
Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> |
regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
Policykey policykey)
Regenerates primary or secondary connection strings for the topic.
|
com.azure.core.http.rest.PagedFlux<TopicResourceInner> listAllAsync(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<TopicResourceInner> listAll(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<TopicResourceInner> listAll(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<TopicResourceInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, TopicCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.parameters - Parameters supplied to the Create Or Update Topic 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<TopicResourceInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String topicName, TopicCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.parameters - Parameters supplied to the Create Or Update Topic 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.TopicResourceInner createOrUpdate(String resourceGroupName, String namespaceName, String topicName, TopicCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.parameters - Parameters supplied to the Create Or Update Topic 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<TopicResourceInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String topicName, TopicCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.parameters - Parameters supplied to the Create Or Update Topic 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>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, String topicName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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> deleteAsync(String resourceGroupName, String namespaceName, String topicName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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, String topicName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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> deleteWithResponse(String resourceGroupName, String namespaceName, String topicName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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<TopicResourceInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String topicName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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<TopicResourceInner> getAsync(String resourceGroupName, String namespaceName, String topicName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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.TopicResourceInner get(String resourceGroupName, String namespaceName, String topicName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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<TopicResourceInner> getWithResponse(String resourceGroupName, String namespaceName, String topicName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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<SharedAccessAuthorizationRuleResourceInner> listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String topicName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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, String topicName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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, String topicName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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<SharedAccessAuthorizationRuleResourceInner>> postAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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> postAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 postAuthorizationRule(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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> postAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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<Void>> deleteAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, Policykey policykey)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, Policykey policykey)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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 topicName, String authorizationRuleName, Policykey policykey, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic 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.