次の方法で共有


CryptoKeyListResult Class

Definition

List of crypto keys.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeyListResultTypeConverter))]
public class CryptoKeyListResult : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICryptoKeyListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeyListResultTypeConverter))>]
type CryptoKeyListResult = class
    interface ICryptoKeyListResult
    interface IJsonSerializable
Public Class CryptoKeyListResult
Implements ICryptoKeyListResult
Inheritance
CryptoKeyListResult
Attributes
Implements

Constructors

CryptoKeyListResult()

Creates an new CryptoKeyListResult instance.

Properties

NextLink

The uri to fetch the next page of resources.

Value

The list of crypto key results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CryptoKeyListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CryptoKeyListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICryptoKeyListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CryptoKeyListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to