Interface EventSubscriptionsClient


  • public interface EventSubscriptionsClient
    An instance of this class provides access to all the operations defined in EventSubscriptionsClient.
    • Method Detail

      • get

        EventSubscriptionInner get​(String scope,
                                   String eventSubscriptionName)
        Get properties of an event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        Returns:
        properties of an event subscription.
        Throws:
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<EventSubscriptionInner> getWithResponse​(String scope,
                                                                                  String eventSubscriptionName,
                                                                                  com.azure.core.util.Context context)
        Get properties of an event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        context - The context to associate with this operation.
        Returns:
        properties of an event subscription along with Response.
        Throws:
        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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EventSubscriptionInner>,​EventSubscriptionInner> beginCreateOrUpdate​(String scope,
                                                                                                                                                                      String eventSubscriptionName,
                                                                                                                                                                      EventSubscriptionInner eventSubscriptionInfo)
        Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.
        Parameters:
        scope - The identifier of the resource to which the event subscription needs to be created or updated. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription. Event subscription names must be between 3 and 64 characters in length and should use alphanumeric letters only.
        eventSubscriptionInfo - Event subscription properties containing the destination and filter information.
        Returns:
        event Subscription along with Response on successful completion of Mono.
        Throws:
        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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EventSubscriptionInner>,​EventSubscriptionInner> beginCreateOrUpdate​(String scope,
                                                                                                                                                                      String eventSubscriptionName,
                                                                                                                                                                      EventSubscriptionInner eventSubscriptionInfo,
                                                                                                                                                                      com.azure.core.util.Context context)
        Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.
        Parameters:
        scope - The identifier of the resource to which the event subscription needs to be created or updated. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription. Event subscription names must be between 3 and 64 characters in length and should use alphanumeric letters only.
        eventSubscriptionInfo - Event subscription properties containing the destination and filter information.
        context - The context to associate with this operation.
        Returns:
        event Subscription along with Response on successful completion of Mono.
        Throws:
        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.
      • createOrUpdate

        EventSubscriptionInner createOrUpdate​(String scope,
                                              String eventSubscriptionName,
                                              EventSubscriptionInner eventSubscriptionInfo)
        Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.
        Parameters:
        scope - The identifier of the resource to which the event subscription needs to be created or updated. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription. Event subscription names must be between 3 and 64 characters in length and should use alphanumeric letters only.
        eventSubscriptionInfo - Event subscription properties containing the destination and filter information.
        Returns:
        event Subscription.
        Throws:
        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.
      • createOrUpdate

        EventSubscriptionInner createOrUpdate​(String scope,
                                              String eventSubscriptionName,
                                              EventSubscriptionInner eventSubscriptionInfo,
                                              com.azure.core.util.Context context)
        Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.
        Parameters:
        scope - The identifier of the resource to which the event subscription needs to be created or updated. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription. Event subscription names must be between 3 and 64 characters in length and should use alphanumeric letters only.
        eventSubscriptionInfo - Event subscription properties containing the destination and filter information.
        context - The context to associate with this operation.
        Returns:
        event Subscription.
        Throws:
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String scope,
                                                                                                                          String eventSubscriptionName)
        Delete an existing event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        Returns:
        the Response on successful completion of Mono.
        Throws:
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String scope,
                                                                                                                          String eventSubscriptionName,
                                                                                                                          com.azure.core.util.Context context)
        Delete an existing event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        context - The context to associate with this operation.
        Returns:
        the Response on successful completion of Mono.
        Throws:
        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.
      • delete

        void delete​(String scope,
                    String eventSubscriptionName)
        Delete an existing event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        Throws:
        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.
      • delete

        void delete​(String scope,
                    String eventSubscriptionName,
                    com.azure.core.util.Context context)
        Delete an existing event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        context - The context to associate with this operation.
        Throws:
        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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EventSubscriptionInner>,​EventSubscriptionInner> beginUpdate​(String scope,
                                                                                                                                                              String eventSubscriptionName,
                                                                                                                                                              EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)
        Asynchronously updates an existing event subscription.
        Parameters:
        scope - The scope of existing event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription to be updated.
        eventSubscriptionUpdateParameters - Updated event subscription information.
        Returns:
        event Subscription along with Response on successful completion of Mono.
        Throws:
        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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EventSubscriptionInner>,​EventSubscriptionInner> beginUpdate​(String scope,
                                                                                                                                                              String eventSubscriptionName,
                                                                                                                                                              EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters,
                                                                                                                                                              com.azure.core.util.Context context)
        Asynchronously updates an existing event subscription.
        Parameters:
        scope - The scope of existing event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription to be updated.
        eventSubscriptionUpdateParameters - Updated event subscription information.
        context - The context to associate with this operation.
        Returns:
        event Subscription along with Response on successful completion of Mono.
        Throws:
        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.
      • update

        EventSubscriptionInner update​(String scope,
                                      String eventSubscriptionName,
                                      EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)
        Asynchronously updates an existing event subscription.
        Parameters:
        scope - The scope of existing event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription to be updated.
        eventSubscriptionUpdateParameters - Updated event subscription information.
        Returns:
        event Subscription.
        Throws:
        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.
      • update

        EventSubscriptionInner update​(String scope,
                                      String eventSubscriptionName,
                                      EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters,
                                      com.azure.core.util.Context context)
        Asynchronously updates an existing event subscription.
        Parameters:
        scope - The scope of existing event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription to be updated.
        eventSubscriptionUpdateParameters - Updated event subscription information.
        context - The context to associate with this operation.
        Returns:
        event Subscription.
        Throws:
        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.
      • getFullUrl

        EventSubscriptionFullUrlInner getFullUrl​(String scope,
                                                 String eventSubscriptionName)
        Get the full endpoint URL for an event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        Returns:
        the full endpoint URL for an event subscription.
        Throws:
        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.
      • getFullUrlWithResponse

        com.azure.core.http.rest.Response<EventSubscriptionFullUrlInner> getFullUrlWithResponse​(String scope,
                                                                                                String eventSubscriptionName,
                                                                                                com.azure.core.util.Context context)
        Get the full endpoint URL for an event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        context - The context to associate with this operation.
        Returns:
        the full endpoint URL for an event subscription along with Response.
        Throws:
        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.
      • list

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> list()
        List all aggregated global event subscriptions under a specific Azure subscription.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • list

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> list​(String filter,
                                                                            Integer top,
                                                                            com.azure.core.util.Context context)
        List all aggregated global event subscriptions under a specific Azure subscription.
        Parameters:
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listGlobalBySubscriptionForTopicType

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> listGlobalBySubscriptionForTopicType​(String topicTypeName)
        List all global event subscriptions under an Azure subscription for a topic type.
        Parameters:
        topicTypeName - Name of the topic type.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listGlobalBySubscriptionForTopicType

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        topicTypeName - Name of the topic type.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> listByResourceGroup​(String resourceGroupName)
        List all global event subscriptions under a specific Azure subscription and resource group.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listGlobalByResourceGroupForTopicType

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> listGlobalByResourceGroupForTopicType​(String resourceGroupName,
                                                                                                             String topicTypeName)
        List all global event subscriptions under a resource group for a specific topic type.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        topicTypeName - Name of the topic type.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listGlobalByResourceGroupForTopicType

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        topicTypeName - Name of the topic type.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listRegionalBySubscription

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> listRegionalBySubscription​(String location)
        List all event subscriptions from the given location under a specific Azure subscription.
        Parameters:
        location - Name of the location.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listRegionalBySubscription

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        location - Name of the location.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listRegionalByResourceGroup

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> listRegionalByResourceGroup​(String resourceGroupName,
                                                                                                   String location)
        List all event subscriptions from the given location under a specific Azure subscription and resource group.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        location - Name of the location.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listRegionalByResourceGroup

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        location - Name of the location.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listRegionalBySubscriptionForTopicType

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> listRegionalBySubscriptionForTopicType​(String location,
                                                                                                              String topicTypeName)
        List all event subscriptions from the given location under a specific Azure subscription and topic type.
        Parameters:
        location - Name of the location.
        topicTypeName - Name of the topic type.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listRegionalBySubscriptionForTopicType

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        location - Name of the location.
        topicTypeName - Name of the topic type.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listRegionalByResourceGroupForTopicType

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        location - Name of the location.
        topicTypeName - Name of the topic type.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listRegionalByResourceGroupForTopicType

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        location - Name of the location.
        topicTypeName - Name of the topic type.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listByResource

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> listByResource​(String resourceGroupName,
                                                                                      String providerNamespace,
                                                                                      String resourceTypeName,
                                                                                      String resourceName)
        List all event subscriptions that have been created for a specific topic.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        providerNamespace - Namespace of the provider of the topic.
        resourceTypeName - Name of the resource type.
        resourceName - Name of the resource.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listByResource

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        providerNamespace - Namespace of the provider of the topic.
        resourceTypeName - Name of the resource type.
        resourceName - Name of the resource.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listByDomainTopic

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> listByDomainTopic​(String resourceGroupName,
                                                                                         String domainName,
                                                                                         String topicName)
        List all event subscriptions that have been created for a specific domain topic.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        domainName - Name of the top level domain.
        topicName - Name of the domain topic.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • listByDomainTopic

        com.azure.core.http.rest.PagedIterable<EventSubscriptionInner> 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.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        domainName - Name of the top level domain.
        topicName - Name of the domain topic.
        filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
        top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
        context - The context to associate with this operation.
        Returns:
        result of the List EventSubscriptions operation.
        Throws:
        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.
      • getDeliveryAttributes

        DeliveryAttributeListResultInner getDeliveryAttributes​(String scope,
                                                               String eventSubscriptionName)
        Get all delivery attributes for an event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        Returns:
        all delivery attributes for an event subscription.
        Throws:
        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.
      • getDeliveryAttributesWithResponse

        com.azure.core.http.rest.Response<DeliveryAttributeListResultInner> getDeliveryAttributesWithResponse​(String scope,
                                                                                                              String eventSubscriptionName,
                                                                                                              com.azure.core.util.Context context)
        Get all delivery attributes for an event subscription.
        Parameters:
        scope - The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.
        eventSubscriptionName - Name of the event subscription.
        context - The context to associate with this operation.
        Returns:
        all delivery attributes for an event subscription along with Response.
        Throws:
        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.