Compartilhar via


CryptoKeyResourceListResult Class

Definition

The response of a CryptoKeyResource list operation.

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

Constructors

Name Description
CryptoKeyResourceListResult()

Creates an new CryptoKeyResourceListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The CryptoKeyResource items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CryptoKeyResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CryptoKeyResourceListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CryptoKeyResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to