次の方法で共有


DeliveryWithResourceIdentity Class

Definition

Information about the delivery for an event subscription with resource identity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryWithResourceIdentityTypeConverter))]
public class DeliveryWithResourceIdentity : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryWithResourceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryWithResourceIdentityTypeConverter))>]
type DeliveryWithResourceIdentity = class
    interface IDeliveryWithResourceIdentity
    interface IJsonSerializable
Public Class DeliveryWithResourceIdentity
Implements IDeliveryWithResourceIdentity
Inheritance
DeliveryWithResourceIdentity
Attributes
Implements

Constructors

DeliveryWithResourceIdentity()

Creates an new DeliveryWithResourceIdentity instance.

Properties

Destination

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

IdentityType

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

IdentityUserAssignedIdentity

The user identity associated with the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeliveryWithResourceIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeliveryWithResourceIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeliveryWithResourceIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to