你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StaticDeliveryAttributeMapping interface
Static delivery attribute mapping details.
- Extends
Properties
is |
Boolean flag to tell if the attribute contains sensitive information . |
type | Polymorphic discriminator, which specifies the different types this object can be |
value | Value of the delivery attribute. |
Inherited Properties
name | Name of the delivery attribute or header. |
Property Details
isSecret
Boolean flag to tell if the attribute contains sensitive information .
isSecret?: boolean
Property Value
boolean
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Static"
Property Value
"Static"
value
Value of the delivery attribute.
value?: string
Property Value
string
Inherited Property Details
name
Name of the delivery attribute or header.
name?: string
Property Value
string
Inherited From DeliveryAttributeMapping.name