共用方式為


StaticDeliveryAttributeMapping Class

Static delivery attribute mapping details.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.eventgrid.models._models_py3.DeliveryAttributeMapping
StaticDeliveryAttributeMapping

Constructor

StaticDeliveryAttributeMapping(*, name: str | None = None, value: str | None = None, is_secret: bool = False, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the delivery attribute or header.

value
str

Value of the delivery attribute.

is_secret

Boolean flag to tell if the attribute contains sensitive information .

Variables

Name Description
name
str

Name of the delivery attribute or header.

type

Type of the delivery attribute or header name. Required. Known values are: "Static" and "Dynamic".

value
str

Value of the delivery attribute.

is_secret

Boolean flag to tell if the attribute contains sensitive information .