StorageBlobDeadLetterDestinationProperties Class
Definition
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.
Properties of the storage blob based dead letter destination.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageBlobDeadLetterDestinationPropertiesTypeConverter))]
public class StorageBlobDeadLetterDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStorageBlobDeadLetterDestinationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageBlobDeadLetterDestinationPropertiesTypeConverter))>]
type StorageBlobDeadLetterDestinationProperties = class
interface IStorageBlobDeadLetterDestinationProperties
interface IJsonSerializable
Public Class StorageBlobDeadLetterDestinationProperties
Implements IStorageBlobDeadLetterDestinationProperties
- Inheritance
-
StorageBlobDeadLetterDestinationProperties
- Attributes
- Implements
Constructors
StorageBlobDeadLetterDestinationProperties() |
Creates an new StorageBlobDeadLetterDestinationProperties instance. |
Properties
BlobContainerName |
The name of the Storage blob container that is the destination of the deadletter events |
ResourceId |
The Azure Resource ID of the storage account that is the destination of the deadletter events |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageBlobDeadLetterDestinationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageBlobDeadLetterDestinationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStorageBlobDeadLetterDestinationProperties. |
FromJsonString(String) |
Creates a new instance of StorageBlobDeadLetterDestinationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageBlobDeadLetterDestinationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |