Share via


CryptoCertificateListResult Class

Definition

List of crypto certificates.

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

Constructors

CryptoCertificateListResult()

Creates an new CryptoCertificateListResult instance.

Properties

NextLink

The uri to fetch the next page of resources.

Value

The list of crypto certificate results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CryptoCertificateListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CryptoCertificateListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CryptoCertificateListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to