DeliveryWithResourceIdentity Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Delivery |
Creates an new DeliveryWithResourceIdentity instance. |
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. |
Identity |
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. |
Identity |
The user identity associated with the resource. |
Deserialize |
Deserializes a IDictionary into an instance of DeliveryWithResourceIdentity. |
Deserialize |
Deserializes a PSObject into an instance of DeliveryWithResourceIdentity. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryWithResourceIdentity. |
From |
Creates a new instance of DeliveryWithResourceIdentity, deserializing the content from a json string. |
To |
Serializes this instance of DeliveryWithResourceIdentity into a JsonNode. |
To |
Serializes this instance to a json string. |
To |
Produto | Versões |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |