StaticDeliveryAttributeMapping Class

Definition

Static delivery attribute mapping details.

C#
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMappingTypeConverter))]
public class StaticDeliveryAttributeMapping : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticDeliveryAttributeMapping, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
Inheritance
StaticDeliveryAttributeMapping
Attributes
Implements

Constructors

Properties

IsSecret

Boolean flag to tell if the attribute contains sensitive information .

Name

Name of the delivery attribute or header.

Type

Type of the delivery attribute or header name.

Value

Value of the delivery attribute.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticDeliveryAttributeMapping.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticDeliveryAttributeMapping.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticDeliveryAttributeMapping.

FromJsonString(String)

Creates a new instance of StaticDeliveryAttributeMapping, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticDeliveryAttributeMapping into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to

Product Versions
Azure - PowerShell Commands 12 (LTS), Latest