Share via


StaticDeliveryAttributeMapping Class

Definition

Static delivery attribute mapping details.

[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
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMappingTypeConverter))>]
type StaticDeliveryAttributeMapping = class
    interface IStaticDeliveryAttributeMapping
    interface IJsonSerializable
    interface IDeliveryAttributeMapping
    interface IValidates
Public Class StaticDeliveryAttributeMapping
Implements IStaticDeliveryAttributeMapping, IValidates
Inheritance
StaticDeliveryAttributeMapping
Attributes
Implements

Constructors

StaticDeliveryAttributeMapping()

Creates an new StaticDeliveryAttributeMapping instance.

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