CertificateProfileListResult Class

Definition

The response of a CertificateProfile list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.CertificateProfileListResultTypeConverter))]
public class CertificateProfileListResult : Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificateProfileListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.CertificateProfileListResultTypeConverter))>]
type CertificateProfileListResult = class
    interface ICertificateProfileListResult
    interface IJsonSerializable
Public Class CertificateProfileListResult
Implements ICertificateProfileListResult
Inheritance
CertificateProfileListResult
Attributes
Implements

Constructors

Name Description
CertificateProfileListResult()

Creates an new CertificateProfileListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The CertificateProfile items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CertificateProfileListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CertificateProfileListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificateProfileListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CertificateProfileListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to