public interface TopicsClient
| Modifier and Type | Method and Description |
|---|---|
SBTopicInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner parameters)
Creates a topic in the specified namespace.
|
Mono<SBTopicInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner parameters)
Creates a topic in the specified namespace.
|
SBAuthorizationRuleInner |
createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Creates an authorization rule for the specified topic.
|
Mono<SBAuthorizationRuleInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Creates an authorization rule for the specified topic.
|
Mono<SBAuthorizationRuleInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
List<AccessRights> rights)
Creates an authorization rule for the specified topic.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
List<AccessRights> rights,
com.azure.core.util.Context context)
Creates an authorization rule for the specified topic.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
List<AccessRights> rights)
Creates an authorization rule for the specified topic.
|
com.azure.core.http.rest.Response<SBTopicInner> |
createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner parameters,
com.azure.core.util.Context context)
Creates a topic in the specified namespace.
|
Mono<com.azure.core.http.rest.Response<SBTopicInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner 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.
|
SBTopicInner |
get(String resourceGroupName,
String namespaceName,
String topicName)
Returns a description for the specified topic.
|
Mono<SBTopicInner> |
getAsync(String resourceGroupName,
String namespaceName,
String topicName)
Returns a description for the specified topic.
|
SBAuthorizationRuleInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
Mono<SBAuthorizationRuleInner> |
getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
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<SBAuthorizationRuleInner>> |
getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
com.azure.core.http.rest.Response<SBTopicInner> |
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<SBTopicInner>> |
getWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName)
Returns a description for the specified topic.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String topicName)
Gets authorization rules for a topic.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
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<SBAuthorizationRuleInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String topicName)
Gets authorization rules for a topic.
|
com.azure.core.http.rest.PagedIterable<SBTopicInner> |
listByNamespace(String resourceGroupName,
String namespaceName)
Gets all the topics in a namespace.
|
com.azure.core.http.rest.PagedIterable<SBTopicInner> |
listByNamespace(String resourceGroupName,
String namespaceName,
Integer skip,
Integer top,
com.azure.core.util.Context context)
Gets all the topics in a namespace.
|
com.azure.core.http.rest.PagedFlux<SBTopicInner> |
listByNamespaceAsync(String resourceGroupName,
String namespaceName)
Gets all the topics in a namespace.
|
com.azure.core.http.rest.PagedFlux<SBTopicInner> |
listByNamespaceAsync(String resourceGroupName,
String namespaceName,
Integer skip,
Integer top)
Gets all the topics in a namespace.
|
AccessKeysInner |
listKeys(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the topic.
|
Mono<AccessKeysInner> |
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<AccessKeysInner> |
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<AccessKeysInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the topic.
|
AccessKeysInner |
regenerateKeys(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates primary or secondary connection strings for the topic.
|
Mono<AccessKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates primary or secondary connection strings for the topic.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters,
com.azure.core.util.Context context)
Regenerates primary or secondary connection strings for the topic.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates primary or secondary connection strings for the topic.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> 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<SBAuthorizationRuleInner> 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<SBAuthorizationRuleInner> 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<SBAuthorizationRuleInner>> createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, List<AccessRights> rights)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.authorizationRuleName - The authorization rule name.rights - The rights associated with the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, List<AccessRights> rights)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.authorizationRuleName - The authorization rule name.rights - The rights associated with the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String 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.SBAuthorizationRuleInner createOrUpdateAuthorizationRule(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<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String topicName, 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.topicName - The topic 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<SBAuthorizationRuleInner>> 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<SBAuthorizationRuleInner> 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.SBAuthorizationRuleInner 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<SBAuthorizationRuleInner> 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<AccessKeysInner>> 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<AccessKeysInner> 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.AccessKeysInner 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<AccessKeysInner> 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<AccessKeysInner>> regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, RegenerateAccessKeyParameters 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 regenerate the authorization rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AccessKeysInner> regenerateKeysAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, RegenerateAccessKeyParameters 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 regenerate the authorization rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AccessKeysInner regenerateKeys(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, RegenerateAccessKeyParameters 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 regenerate the authorization rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AccessKeysInner> regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, RegenerateAccessKeyParameters 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 regenerate the authorization rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SBTopicInner> listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.skip - Skip is only used if a previous operation returned a partial result. If a previous response contains
a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting
point to use for subsequent calls.top - May be used to limit the number of results to the most recent N usageDetails.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<SBTopicInner> listByNamespaceAsync(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<SBTopicInner> listByNamespace(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<SBTopicInner> listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.skip - Skip is only used if a previous operation returned a partial result. If a previous response contains
a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting
point to use for subsequent calls.top - May be used to limit the number of results to the most recent N usageDetails.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<SBTopicInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, SBTopicInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.parameters - Parameters supplied to create a topic 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<SBTopicInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String topicName, SBTopicInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.parameters - Parameters supplied to create a topic 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.SBTopicInner createOrUpdate(String resourceGroupName, String namespaceName, String topicName, SBTopicInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.parameters - Parameters supplied to create a topic 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<SBTopicInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String topicName, SBTopicInner 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 create a topic 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<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<SBTopicInner>> 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<SBTopicInner> 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.SBTopicInner 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<SBTopicInner> 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.Copyright © 2021 Microsoft Corporation. All rights reserved.