CodeSigningAccountListResult Class

Definition

The response of a CodeSigningAccount list operation.

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

Constructors

Name Description
CodeSigningAccountListResult()

Creates an new CodeSigningAccountListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The CodeSigningAccount items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CodeSigningAccountListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CodeSigningAccountListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CodeSigningAccountListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to