com.azure.core.http.rest.Response<EventSubscription> |
EventSubscriptions.getByIdWithResponse(String id,
com.azure.core.util.Context context) |
Get properties of an event subscription.
|
com.azure.core.http.rest.Response<EventSubscription> |
EventSubscriptions.getWithResponse(String scope,
String eventSubscriptionName,
com.azure.core.util.Context context) |
Get properties of an event subscription.
|
com.azure.core.http.rest.Response<EventSubscription> |
SystemTopicEventSubscriptions.getWithResponse(String resourceGroupName,
String systemTopicName,
String eventSubscriptionName,
com.azure.core.util.Context context) |
Get an event subscription.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.list() |
List all aggregated global event subscriptions under a specific Azure subscription.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.list(String filter,
Integer top,
com.azure.core.util.Context context) |
List all aggregated global event subscriptions under a specific Azure subscription.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listByDomainTopic(String resourceGroupName,
String domainName,
String topicName) |
List all event subscriptions that have been created for a specific domain topic.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listByDomainTopic(String resourceGroupName,
String domainName,
String topicName,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all event subscriptions that have been created for a specific domain topic.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listByResource(String resourceGroupName,
String providerNamespace,
String resourceTypeName,
String resourceName) |
List all event subscriptions that have been created for a specific topic.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listByResource(String resourceGroupName,
String providerNamespace,
String resourceTypeName,
String resourceName,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all event subscriptions that have been created for a specific topic.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listByResourceGroup(String resourceGroupName) |
List all global event subscriptions under a specific Azure subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listByResourceGroup(String resourceGroupName,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all global event subscriptions under a specific Azure subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
SystemTopicEventSubscriptions.listBySystemTopic(String resourceGroupName,
String systemTopicName) |
List event subscriptions that belong to a specific system topic.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
SystemTopicEventSubscriptions.listBySystemTopic(String resourceGroupName,
String systemTopicName,
String filter,
Integer top,
com.azure.core.util.Context context) |
List event subscriptions that belong to a specific system topic.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listGlobalByResourceGroupForTopicType(String resourceGroupName,
String topicTypeName) |
List all global event subscriptions under a resource group for a specific topic type.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listGlobalByResourceGroupForTopicType(String resourceGroupName,
String topicTypeName,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all global event subscriptions under a resource group for a specific topic type.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listGlobalBySubscriptionForTopicType(String topicTypeName) |
List all global event subscriptions under an Azure subscription for a topic type.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listGlobalBySubscriptionForTopicType(String topicTypeName,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all global event subscriptions under an Azure subscription for a topic type.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listRegionalByResourceGroup(String resourceGroupName,
String location) |
List all event subscriptions from the given location under a specific Azure subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listRegionalByResourceGroup(String resourceGroupName,
String location,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all event subscriptions from the given location under a specific Azure subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listRegionalByResourceGroupForTopicType(String resourceGroupName,
String location,
String topicTypeName) |
List all event subscriptions from the given location under a specific Azure subscription and resource group and
topic type.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listRegionalByResourceGroupForTopicType(String resourceGroupName,
String location,
String topicTypeName,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all event subscriptions from the given location under a specific Azure subscription and resource group and
topic type.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listRegionalBySubscription(String location) |
List all event subscriptions from the given location under a specific Azure subscription.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listRegionalBySubscription(String location,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all event subscriptions from the given location under a specific Azure subscription.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listRegionalBySubscriptionForTopicType(String location,
String topicTypeName) |
List all event subscriptions from the given location under a specific Azure subscription and topic type.
|
com.azure.core.http.rest.PagedIterable<EventSubscription> |
EventSubscriptions.listRegionalBySubscriptionForTopicType(String location,
String topicTypeName,
String filter,
Integer top,
com.azure.core.util.Context context) |
List all event subscriptions from the given location under a specific Azure subscription and topic type.
|