StorageTaskPreviewContainerProperties 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.
Storage task preview container properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewContainerPropertiesTypeConverter))]
public class StorageTaskPreviewContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewContainerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewContainerPropertiesTypeConverter))>]
type StorageTaskPreviewContainerProperties = class
interface IStorageTaskPreviewContainerProperties
interface IJsonSerializable
Public Class StorageTaskPreviewContainerProperties
Implements IStorageTaskPreviewContainerProperties
- Inheritance
-
StorageTaskPreviewContainerProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTaskPreviewContainerProperties() |
Creates an new StorageTaskPreviewContainerProperties instance. |
Properties
| Name | Description |
|---|---|
| Metadata |
metadata key value pairs to be tested for a match against the provided condition. |
| Name |
Name of test container |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageTaskPreviewContainerProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageTaskPreviewContainerProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewContainerProperties. |
| FromJsonString(String) |
Creates a new instance of StorageTaskPreviewContainerProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageTaskPreviewContainerProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |