SubscriptionUpdateParameters Class
Properties of the Event Subscription update.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelSubscriptionUpdateParameters
Constructor
SubscriptionUpdateParameters(*, delivery_configuration: _models.DeliveryConfiguration | None = None, event_delivery_schema: str | _models.DeliverySchema | None = None, filters_configuration: _models.FiltersConfiguration | None = None, expiration_time_utc: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
delivery_configuration
|
Information about the delivery configuration of the event subscription. |
event_delivery_schema
|
The event delivery schema for the event subscription. "CloudEventSchemaV1_0" |
filters_configuration
|
Information about the filter for the event subscription. |
expiration_time_utc
|
Expiration time of the event subscription. |
Variables
Name | Description |
---|---|
delivery_configuration
|
Information about the delivery configuration of the event subscription. |
event_delivery_schema
|
The event delivery schema for the event subscription. "CloudEventSchemaV1_0" |
filters_configuration
|
Information about the filter for the event subscription. |
expiration_time_utc
|
Expiration time of the event subscription. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python