ArtifactSigningIdentity Class

Definition

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

Constructors

Name Description
ArtifactSigningIdentity()

Creates an new ArtifactSigningIdentity instance.

Properties

Name Description
AccountName

Artifact Signing account name.

Id

Resource identity path

ProfileName

Certificate profile name.

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArtifactSigningIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArtifactSigningIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArtifactSigningIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to