Freigeben über


AzureKeyVaultList Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.AzureKeyVaultListTypeConverter))]
public class AzureKeyVaultList : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IAzureKeyVaultList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.AzureKeyVaultListTypeConverter))>]
type AzureKeyVaultList = class
    interface IAzureKeyVaultList
    interface IJsonSerializable
Public Class AzureKeyVaultList
Implements IAzureKeyVaultList
Inheritance
AzureKeyVaultList
Attributes
Implements

Constructors

Name Description
AzureKeyVaultList()

Creates an new AzureKeyVaultList instance.

Properties

Name Description
Count
NextLink
Value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureKeyVaultList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureKeyVaultList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IAzureKeyVaultList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureKeyVaultList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to