Freigeben über


StorageTaskPreviewBlobProperties Class

Definition

Storage task preview container properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewBlobPropertiesTypeConverter))]
public class StorageTaskPreviewBlobProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewBlobProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewBlobPropertiesTypeConverter))>]
type StorageTaskPreviewBlobProperties = class
    interface IStorageTaskPreviewBlobProperties
    interface IJsonSerializable
Public Class StorageTaskPreviewBlobProperties
Implements IStorageTaskPreviewBlobProperties
Inheritance
StorageTaskPreviewBlobProperties
Attributes
Implements

Constructors

Name Description
StorageTaskPreviewBlobProperties()

Creates an new StorageTaskPreviewBlobProperties instance.

Properties

Name Description
MatchedBlock

Represents the condition block name that matched blob properties.

Metadata

metadata key value pairs to be tested for a match against the provided condition.

Name

Name of test blob

Property

properties key value pairs to be tested for a match against the provided condition.

Tag

tags key value pairs to be tested for a match against the provided condition.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTaskPreviewBlobProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTaskPreviewBlobProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewBlobProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTaskPreviewBlobProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to