StorageTaskPreviewKeyValueProperties 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 object key value pair properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewKeyValuePropertiesTypeConverter))]
public class StorageTaskPreviewKeyValueProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewKeyValueProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewKeyValuePropertiesTypeConverter))>]
type StorageTaskPreviewKeyValueProperties = class
interface IStorageTaskPreviewKeyValueProperties
interface IJsonSerializable
Public Class StorageTaskPreviewKeyValueProperties
Implements IStorageTaskPreviewKeyValueProperties
- Inheritance
-
StorageTaskPreviewKeyValueProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTaskPreviewKeyValueProperties() |
Creates an new StorageTaskPreviewKeyValueProperties instance. |
Properties
| Name | Description |
|---|---|
| Key |
Represents the key property of the pair. |
| Value |
Represents the value property of the pair. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageTaskPreviewKeyValueProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageTaskPreviewKeyValueProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewKeyValueProperties. |
| FromJsonString(String) |
Creates a new instance of StorageTaskPreviewKeyValueProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageTaskPreviewKeyValueProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |