azure.mgmt.eventgrid.models module¶
-
class
azure.mgmt.eventgrid.models.InputSchemaMapping(**kwargs)[source]¶ Bases:
msrest.serialization.ModelBy default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is ‘JsonInputSchemaMapping’.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: JsonInputSchemaMapping
All required parameters must be populated in order to send to Azure.
Parameters: input_schema_mapping_type (str) – Required. Constant filled by server.
-
class
azure.mgmt.eventgrid.models.Domain(*, location: str, tags=None, input_schema=None, input_schema_mapping=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.tracked_resource_py3.TrackedResourceEventGrid Domain.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
Variables: - id (str) – Fully qualified identifier of the resource
- name (str) – Name of the resource
- type (str) – Type of the resource
- provisioning_state (str or DomainProvisioningState) – Provisioning state of the domain. Possible values include: ‘Creating’, ‘Updating’, ‘Deleting’, ‘Succeeded’, ‘Canceled’, ‘Failed’
- endpoint (str) – Endpoint for the domain.
Parameters: - location (str) – Required. Location of the resource
- tags (dict[str, str]) – Tags of the resource
- input_schema (str or InputSchema) – This determines the format that Event Grid should expect for incoming events published to the domain. Possible values include: ‘EventGridSchema’, ‘CustomEventSchema’, ‘CloudEventV01Schema’
- input_schema_mapping (InputSchemaMapping) – Information about the InputSchemaMapping which specified the info about mapping event payload.
-
class
azure.mgmt.eventgrid.models.DomainUpdateParameters(*, tags=None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelProperties of the Domain update.
Parameters: tags (dict[str, str]) – Tags of the domains resource
Bases:
msrest.serialization.ModelShared access keys of the Domain.
Parameters:
-
class
azure.mgmt.eventgrid.models.DomainRegenerateKeyRequest(*, key_name: str, **kwargs)[source]¶ Bases:
msrest.serialization.ModelDomain regenerate share access key request.
All required parameters must be populated in order to send to Azure.
Parameters: key_name (str) – Required. Key name to regenerate key1 or key2
-
class
azure.mgmt.eventgrid.models.DomainTopic(**kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.resource_py3.ResourceDomain Topic.
Variables are only populated by the server, and will be ignored when sending a request.
Variables:
-
class
azure.mgmt.eventgrid.models.EventSubscriptionDestination(**kwargs)[source]¶ Bases:
msrest.serialization.ModelInformation about the destination for an event subscription.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: WebHookEventSubscriptionDestination, EventHubEventSubscriptionDestination, StorageQueueEventSubscriptionDestination, HybridConnectionEventSubscriptionDestination
All required parameters must be populated in order to send to Azure.
Parameters: endpoint_type (str) – Required. Constant filled by server.
-
class
azure.mgmt.eventgrid.models.AdvancedFilter(*, key: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelRepresents an advanced filter that can be used to filter events based on various event envelope/data fields.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: NumberInAdvancedFilter, NumberNotInAdvancedFilter, NumberLessThanAdvancedFilter, NumberGreaterThanAdvancedFilter, NumberLessThanOrEqualsAdvancedFilter, NumberGreaterThanOrEqualsAdvancedFilter, BoolEqualsAdvancedFilter, StringInAdvancedFilter, StringNotInAdvancedFilter, StringBeginsWithAdvancedFilter, StringEndsWithAdvancedFilter, StringContainsAdvancedFilter
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.EventSubscriptionFilter(*, subject_begins_with: str = None, subject_ends_with: str = None, included_event_types=None, is_subject_case_sensitive: bool = False, advanced_filters=None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelFilter for the Event Subscription.
Parameters: - subject_begins_with (str) – An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.
- subject_ends_with (str) – An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.
- included_event_types (list[str]) – A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all event types, the string “all” needs to be specified as an element in this list.
- is_subject_case_sensitive (bool) – Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner. Default value: False .
- advanced_filters (list[AdvancedFilter]) – A list of advanced filters.
-
class
azure.mgmt.eventgrid.models.RetryPolicy(*, max_delivery_attempts: int = None, event_time_to_live_in_minutes: int = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelInformation about the retry policy for an event subscription.
Parameters:
-
class
azure.mgmt.eventgrid.models.DeadLetterDestination(**kwargs)[source]¶ Bases:
msrest.serialization.ModelInformation about the dead letter destination for an event subscription. To configure a deadletter destination, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the only class that derives from this class.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: StorageBlobDeadLetterDestination
All required parameters must be populated in order to send to Azure.
Parameters: endpoint_type (str) – Required. Constant filled by server.
-
class
azure.mgmt.eventgrid.models.Resource(**kwargs)[source]¶ Bases:
msrest.serialization.ModelDefinition of a Resource.
Variables are only populated by the server, and will be ignored when sending a request.
Variables:
-
class
azure.mgmt.eventgrid.models.NumberInAdvancedFilter(*, key: str = None, values=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterNumberIn filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.StorageBlobDeadLetterDestination(*, resource_id: str = None, blob_container_name: str = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.dead_letter_destination_py3.DeadLetterDestinationInformation about the storage blob based dead letter destination.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.NumberNotInAdvancedFilter(*, key: str = None, values=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterNumberNotIn Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.NumberLessThanAdvancedFilter(*, key: str = None, value: float = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterNumberLessThan Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.NumberGreaterThanAdvancedFilter(*, key: str = None, value: float = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterNumberGreaterThan Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.NumberLessThanOrEqualsAdvancedFilter(*, key: str = None, value: float = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterNumberLessThanOrEquals Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.NumberGreaterThanOrEqualsAdvancedFilter(*, key: str = None, value: float = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterNumberGreaterThanOrEquals Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.BoolEqualsAdvancedFilter(*, key: str = None, value: bool = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterBoolEquals Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.StringInAdvancedFilter(*, key: str = None, values=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterStringIn Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.StringNotInAdvancedFilter(*, key: str = None, values=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterStringNotIn Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.StringBeginsWithAdvancedFilter(*, key: str = None, values=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterStringBeginsWith Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.StringEndsWithAdvancedFilter(*, key: str = None, values=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterStringEndsWith Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.StringContainsAdvancedFilter(*, key: str = None, values=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.advanced_filter_py3.AdvancedFilterStringContains Filter.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.WebHookEventSubscriptionDestination(*, endpoint_url: str = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.event_subscription_destination_py3.EventSubscriptionDestinationInformation about the webhook destination for an event subscription.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
Parameters: Variables: endpoint_base_url (str) – The base URL that represents the endpoint of the destination of an event subscription.
-
class
azure.mgmt.eventgrid.models.EventHubEventSubscriptionDestination(*, resource_id: str = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.event_subscription_destination_py3.EventSubscriptionDestinationInformation about the event hub destination for an event subscription.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.StorageQueueEventSubscriptionDestination(*, resource_id: str = None, queue_name: str = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.event_subscription_destination_py3.EventSubscriptionDestinationInformation about the storage queue destination for an event subscription.
All required parameters must be populated in order to send to Azure.
Parameters: - endpoint_type (str) – Required. Constant filled by server.
- resource_id (str) – The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- queue_name (str) – The name of the Storage queue under a storage account that is the destination of an event subscription.
-
class
azure.mgmt.eventgrid.models.HybridConnectionEventSubscriptionDestination(*, resource_id: str = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.event_subscription_destination_py3.EventSubscriptionDestinationInformation about the HybridConnection destination for an event subscription.
All required parameters must be populated in order to send to Azure.
Parameters:
-
class
azure.mgmt.eventgrid.models.EventSubscription(*, destination=None, filter=None, labels=None, expiration_time_utc=None, event_delivery_schema=None, retry_policy=None, dead_letter_destination=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.resource_py3.ResourceEvent Subscription.
Variables are only populated by the server, and will be ignored when sending a request.
Variables: - id (str) – Fully qualified identifier of the resource
- name (str) – Name of the resource
- type (str) – Type of the resource
- topic (str) – Name of the topic of the event subscription.
- provisioning_state (str or EventSubscriptionProvisioningState) – Provisioning state of the event subscription. Possible values include: ‘Creating’, ‘Updating’, ‘Deleting’, ‘Succeeded’, ‘Canceled’, ‘Failed’, ‘AwaitingManualAction’
Parameters: - destination (EventSubscriptionDestination) – Information about the destination where events have to be delivered for the event subscription.
- filter (EventSubscriptionFilter) – Information about the filter for the event subscription.
- labels (list[str]) – List of user defined labels.
- expiration_time_utc (datetime) – Expiration time of the event subscription.
- event_delivery_schema (str or EventDeliverySchema) – The event delivery schema for the event subscription. Possible values include: ‘EventGridSchema’, ‘CloudEventV01Schema’, ‘CustomInputSchema’
- retry_policy (RetryPolicy) – The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
- dead_letter_destination (DeadLetterDestination) – The DeadLetter destination of the event subscription.
-
class
azure.mgmt.eventgrid.models.EventSubscriptionUpdateParameters(*, destination=None, filter=None, labels=None, expiration_time_utc=None, event_delivery_schema=None, retry_policy=None, dead_letter_destination=None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelProperties of the Event Subscription update.
Parameters: - destination (EventSubscriptionDestination) – Information about the destination where events have to be delivered for the event subscription.
- filter (EventSubscriptionFilter) – Information about the filter for the event subscription.
- labels (list[str]) – List of user defined labels.
- expiration_time_utc (datetime) – Information about the expiration time for the event subscription.
- event_delivery_schema (str or EventDeliverySchema) – The event delivery schema for the event subscription. Possible values include: ‘EventGridSchema’, ‘CloudEventV01Schema’, ‘CustomInputSchema’
- retry_policy (RetryPolicy) – The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
- dead_letter_destination (DeadLetterDestination) – The DeadLetter destination of the event subscription.
-
class
azure.mgmt.eventgrid.models.EventSubscriptionFullUrl(*, endpoint_url: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelFull endpoint url of an event subscription.
Parameters: endpoint_url (str) – The URL that represents the endpoint of the destination of an event subscription.
-
class
azure.mgmt.eventgrid.models.OperationInfo(*, provider: str = None, resource: str = None, operation: str = None, description: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelInformation about an operation.
Parameters:
-
class
azure.mgmt.eventgrid.models.Operation(*, name: str = None, display=None, origin: str = None, properties=None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelRepresents an operation returned by the GetOperations request.
Parameters: - name (str) – Name of the operation
- display (OperationInfo) – Display name of the operation
- origin (str) – Origin of the operation
- properties (object) – Properties of the operation
-
class
azure.mgmt.eventgrid.models.JsonField(*, source_field: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelThis is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the ‘id’,’topic’ and ‘eventtime’ properties. This represents a field in the input event schema.
Parameters: source_field (str) – Name of a field in the input event schema that’s to be used as the source of a mapping.
-
class
azure.mgmt.eventgrid.models.JsonFieldWithDefault(*, source_field: str = None, default_value: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelThis is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the ‘subject’,’eventtype’ and ‘dataversion’ properties. This represents a field in the input event schema along with a default value to be used, and at least one of these two properties should be provided.
Parameters:
-
class
azure.mgmt.eventgrid.models.JsonInputSchemaMapping(*, id=None, topic=None, event_time=None, event_type=None, subject=None, data_version=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.input_schema_mapping_py3.InputSchemaMappingThis enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema.
All required parameters must be populated in order to send to Azure.
Parameters: - input_schema_mapping_type (str) – Required. Constant filled by server.
- id (JsonField) – The mapping information for the Id property of the Event Grid Event.
- topic (JsonField) – The mapping information for the Topic property of the Event Grid Event.
- event_time (JsonField) – The mapping information for the EventTime property of the Event Grid Event.
- event_type (JsonFieldWithDefault) – The mapping information for the EventType property of the Event Grid Event.
- subject (JsonFieldWithDefault) – The mapping information for the Subject property of the Event Grid Event.
- data_version (JsonFieldWithDefault) – The mapping information for the DataVersion property of the Event Grid Event.
-
class
azure.mgmt.eventgrid.models.TrackedResource(*, location: str, tags=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.resource_py3.ResourceDefinition of a Tracked Resource.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
Variables: Parameters:
-
class
azure.mgmt.eventgrid.models.Topic(*, location: str, tags=None, input_schema='EventGridSchema', input_schema_mapping=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.tracked_resource_py3.TrackedResourceEventGrid Topic.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
Variables: - id (str) – Fully qualified identifier of the resource
- name (str) – Name of the resource
- type (str) – Type of the resource
- provisioning_state (str or TopicProvisioningState) – Provisioning state of the topic. Possible values include: ‘Creating’, ‘Updating’, ‘Deleting’, ‘Succeeded’, ‘Canceled’, ‘Failed’
- endpoint (str) – Endpoint for the topic.
Parameters: - location (str) – Required. Location of the resource
- tags (dict[str, str]) – Tags of the resource
- input_schema (str or InputSchema) – This determines the format that Event Grid should expect for incoming events published to the topic. Possible values include: ‘EventGridSchema’, ‘CustomEventSchema’, ‘CloudEventV01Schema’. Default value: “EventGridSchema” .
- input_schema_mapping (InputSchemaMapping) – This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
-
class
azure.mgmt.eventgrid.models.TopicUpdateParameters(*, tags=None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelProperties of the Topic update.
Parameters: tags (dict[str, str]) – Tags of the resource
Bases:
msrest.serialization.ModelShared access keys of the Topic.
Parameters:
-
class
azure.mgmt.eventgrid.models.TopicRegenerateKeyRequest(*, key_name: str, **kwargs)[source]¶ Bases:
msrest.serialization.ModelTopic regenerate share access key request.
All required parameters must be populated in order to send to Azure.
Parameters: key_name (str) – Required. Key name to regenerate key1 or key2
-
class
azure.mgmt.eventgrid.models.EventType(*, display_name: str = None, description: str = None, schema_url: str = None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.resource_py3.ResourceEvent Type for a subject under a topic.
Variables are only populated by the server, and will be ignored when sending a request.
Variables: Parameters:
-
class
azure.mgmt.eventgrid.models.TopicTypeInfo(*, provider: str = None, display_name: str = None, description: str = None, resource_region_type=None, provisioning_state=None, supported_locations=None, **kwargs)[source]¶ Bases:
azure.mgmt.eventgrid.models.resource_py3.ResourceProperties of a topic type info.
Variables are only populated by the server, and will be ignored when sending a request.
Variables: Parameters: - provider (str) – Namespace of the provider of the topic type.
- display_name (str) – Display Name for the topic type.
- description (str) – Description of the topic type.
- resource_region_type (str or ResourceRegionType) – Region type of the resource. Possible values include: ‘RegionalResource’, ‘GlobalResource’
- provisioning_state (str or TopicTypeProvisioningState) – Provisioning state of the topic type. Possible values include: ‘Creating’, ‘Updating’, ‘Deleting’, ‘Succeeded’, ‘Canceled’, ‘Failed’
- supported_locations (list[str]) – List of locations supported by this topic type.
-
class
azure.mgmt.eventgrid.models.DomainPaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
Domainobject
-
class
azure.mgmt.eventgrid.models.DomainTopicPaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
DomainTopicobject
-
class
azure.mgmt.eventgrid.models.EventSubscriptionPaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
EventSubscriptionobject
-
class
azure.mgmt.eventgrid.models.OperationPaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
Operationobject
-
class
azure.mgmt.eventgrid.models.TopicPaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
Topicobject
-
class
azure.mgmt.eventgrid.models.EventTypePaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
EventTypeobject
-
class
azure.mgmt.eventgrid.models.TopicTypeInfoPaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
TopicTypeInfoobject
-
class
azure.mgmt.eventgrid.models.DomainProvisioningState[source]¶ -
An enumeration.
-
canceled= 'Canceled'¶
-
creating= 'Creating'¶
-
deleting= 'Deleting'¶
-
failed= 'Failed'¶
-
succeeded= 'Succeeded'¶
-
updating= 'Updating'¶
-
-
class
azure.mgmt.eventgrid.models.InputSchema[source]¶ -
An enumeration.
-
cloud_event_v01_schema= 'CloudEventV01Schema'¶
-
custom_event_schema= 'CustomEventSchema'¶
-
event_grid_schema= 'EventGridSchema'¶
-
-
class
azure.mgmt.eventgrid.models.EventSubscriptionProvisioningState[source]¶ -
An enumeration.
-
awaiting_manual_action= 'AwaitingManualAction'¶
-
canceled= 'Canceled'¶
-
creating= 'Creating'¶
-
deleting= 'Deleting'¶
-
failed= 'Failed'¶
-
succeeded= 'Succeeded'¶
-
updating= 'Updating'¶
-
-
class
azure.mgmt.eventgrid.models.EventDeliverySchema[source]¶ -
An enumeration.
-
cloud_event_v01_schema= 'CloudEventV01Schema'¶
-
custom_input_schema= 'CustomInputSchema'¶
-
event_grid_schema= 'EventGridSchema'¶
-
-
class
azure.mgmt.eventgrid.models.TopicProvisioningState[source]¶ -
An enumeration.
-
canceled= 'Canceled'¶
-
creating= 'Creating'¶
-
deleting= 'Deleting'¶
-
failed= 'Failed'¶
-
succeeded= 'Succeeded'¶
-
updating= 'Updating'¶
-