Dela via


DomainEventSubscriptionsOperations Class

DomainEventSubscriptionsOperations async operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
DomainEventSubscriptionsOperations

Constructor

DomainEventSubscriptionsOperations(client, config, serializer, deserializer)

Parameters

Name Description
client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

Name Description
models

Alias to model classes used in this operation group.

Methods

begin_create_or_update

Create or update an event subscription to a domain.

Asynchronously creates a new event subscription or updates an existing event subscription.

begin_delete

Delete an event subscription for a domain.

Delete an existing event subscription for a domain.

begin_update

Update an event subscription for a domain.

Update an existing event subscription for a topic.

get

Get an event subscription of a domain.

Get properties of an event subscription of a domain.

get_delivery_attributes

Get delivery attributes for an event subscription for domain.

Get all delivery attributes for an event subscription for domain.

get_full_url

Get full URL of an event subscription for domain.

Get the full endpoint URL for an event subscription for domain.

list

List all event subscriptions for a specific domain.

List all event subscriptions that have been created for a specific topic.

begin_create_or_update

Create or update an event subscription to a domain.

Asynchronously creates a new event subscription or updates an existing event subscription.

async begin_create_or_update(resource_group_name: str, domain_name: str, event_subscription_name: str, event_subscription_info: EventSubscription, **kwargs: Any) -> AsyncLROPoller[EventSubscription]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group within the user's subscription.

domain_name
Required
str

Name of the domain topic.

event_subscription_name
Required
str

Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

event_subscription_info
Required

Event subscription properties containing the destination and filter information.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling

By default, your polling method will be AsyncARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

Type Description

An instance of AsyncLROPoller that returns either EventSubscription or the result of cls(response)

Exceptions

Type Description

begin_delete

Delete an event subscription for a domain.

Delete an existing event subscription for a domain.

async begin_delete(resource_group_name: str, domain_name: str, event_subscription_name: str, **kwargs: Any) -> AsyncLROPoller[None]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group within the user's subscription.

domain_name
Required
str

Name of the domain.

event_subscription_name
Required
str

Name of the event subscription to be deleted. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling

By default, your polling method will be AsyncARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

Type Description

An instance of AsyncLROPoller that returns either None or the result of cls(response)

Exceptions

Type Description

begin_update

Update an event subscription for a domain.

Update an existing event subscription for a topic.

async begin_update(resource_group_name: str, domain_name: str, event_subscription_name: str, event_subscription_update_parameters: EventSubscriptionUpdateParameters, **kwargs: Any) -> AsyncLROPoller[EventSubscription]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group within the user's subscription.

domain_name
Required
str

Name of the domain.

event_subscription_name
Required
str

Name of the event subscription to be updated.

event_subscription_update_parameters
Required

Updated event subscription information.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling

By default, your polling method will be AsyncARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

Type Description

An instance of AsyncLROPoller that returns either EventSubscription or the result of cls(response)

Exceptions

Type Description

get

Get an event subscription of a domain.

Get properties of an event subscription of a domain.

async get(resource_group_name: str, domain_name: str, event_subscription_name: str, **kwargs: Any) -> EventSubscription

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group within the user's subscription.

domain_name
Required
str

Name of the partner topic.

event_subscription_name
Required
str

Name of the event subscription to be found. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

EventSubscription, or the result of cls(response)

Exceptions

Type Description

get_delivery_attributes

Get delivery attributes for an event subscription for domain.

Get all delivery attributes for an event subscription for domain.

async get_delivery_attributes(resource_group_name: str, domain_name: str, event_subscription_name: str, **kwargs: Any) -> DeliveryAttributeListResult

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group within the user's subscription.

domain_name
Required
str

Name of the domain topic.

event_subscription_name
Required
str

Name of the event subscription.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

DeliveryAttributeListResult, or the result of cls(response)

Exceptions

Type Description

get_full_url

Get full URL of an event subscription for domain.

Get the full endpoint URL for an event subscription for domain.

async get_full_url(resource_group_name: str, domain_name: str, event_subscription_name: str, **kwargs: Any) -> EventSubscriptionFullUrl

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group within the user's subscription.

domain_name
Required
str

Name of the domain topic.

event_subscription_name
Required
str

Name of the event subscription.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

EventSubscriptionFullUrl, or the result of cls(response)

Exceptions

Type Description

list

List all event subscriptions for a specific domain.

List all event subscriptions that have been created for a specific topic.

list(resource_group_name: str, domain_name: str, filter: str | None = None, top: int | None = None, **kwargs: Any) -> AsyncIterable[EventSubscriptionsListResult]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group within the user's subscription.

domain_name
Required
str

Name of the domain.

filter
Required
str

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'. Default value is None.

top
Required
int

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. Default value is None.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

An iterator like instance of either EventSubscriptionsListResult or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.eventgrid.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\eventgrid\\models\\__init__.py'>