Partager via


KeyCreationTime Class

Definition

Storage account keys creation time.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.KeyCreationTimeTypeConverter))]
public class KeyCreationTime : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IKeyCreationTime
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.KeyCreationTimeTypeConverter))>]
type KeyCreationTime = class
    interface IKeyCreationTime
    interface IJsonSerializable
Public Class KeyCreationTime
Implements IKeyCreationTime
Inheritance
KeyCreationTime
Attributes
Implements

Constructors

KeyCreationTime()

Creates an new KeyCreationTime instance.

Properties

Key1
Key2

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyCreationTime.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyCreationTime.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IKeyCreationTime.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyCreationTime into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to