public interface SubscriptionsClient
| Modifier and Type | Method and Description |
|---|---|
SubscriptionResourceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SubscriptionCreateOrUpdateParameters parameters)
Creates a topic subscription.
|
Mono<SubscriptionResourceInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SubscriptionCreateOrUpdateParameters parameters)
Creates a topic subscription.
|
com.azure.core.http.rest.Response<SubscriptionResourceInner> |
createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SubscriptionCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates a topic subscription.
|
Mono<com.azure.core.http.rest.Response<SubscriptionResourceInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SubscriptionCreateOrUpdateParameters parameters)
Creates a topic subscription.
|
void |
delete(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName)
Deletes a subscription from the specified topic.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName)
Deletes a subscription from the specified topic.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
com.azure.core.util.Context context)
Deletes a subscription from the specified topic.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName)
Deletes a subscription from the specified topic.
|
SubscriptionResourceInner |
get(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName)
Returns a subscription description for the specified topic.
|
Mono<SubscriptionResourceInner> |
getAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName)
Returns a subscription description for the specified topic.
|
com.azure.core.http.rest.Response<SubscriptionResourceInner> |
getWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
com.azure.core.util.Context context)
Returns a subscription description for the specified topic.
|
Mono<com.azure.core.http.rest.Response<SubscriptionResourceInner>> |
getWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName)
Returns a subscription description for the specified topic.
|
com.azure.core.http.rest.PagedIterable<SubscriptionResourceInner> |
listAll(String resourceGroupName,
String namespaceName,
String topicName)
List all the subscriptions under a specified topic.
|
com.azure.core.http.rest.PagedIterable<SubscriptionResourceInner> |
listAll(String resourceGroupName,
String namespaceName,
String topicName,
com.azure.core.util.Context context)
List all the subscriptions under a specified topic.
|
com.azure.core.http.rest.PagedFlux<SubscriptionResourceInner> |
listAllAsync(String resourceGroupName,
String namespaceName,
String topicName)
List all the subscriptions under a specified topic.
|
com.azure.core.http.rest.PagedFlux<SubscriptionResourceInner> listAllAsync(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<SubscriptionResourceInner> listAll(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<SubscriptionResourceInner> listAll(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<SubscriptionResourceInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SubscriptionCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription name.parameters - Parameters supplied to the Create Or Update Subscription 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<SubscriptionResourceInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SubscriptionCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription name.parameters - Parameters supplied to the Create Or Update Subscription 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.SubscriptionResourceInner createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SubscriptionCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription name.parameters - Parameters supplied to the Create Or Update Subscription 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<SubscriptionResourceInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SubscriptionCreateOrUpdateParameters 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.subscriptionName - The subscription name.parameters - Parameters supplied to the Create Or Update Subscription 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, String subscriptionName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription 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, String subscriptionName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription 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, String subscriptionName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription 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, String subscriptionName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription 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<SubscriptionResourceInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription 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<SubscriptionResourceInner> getAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription 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.SubscriptionResourceInner get(String resourceGroupName, String namespaceName, String topicName, String subscriptionName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription 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<SubscriptionResourceInner> getWithResponse(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.topicName - The topic name.subscriptionName - The subscription 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.