ICodeSigningAccountProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.CodeSigningAccountPropertiesTypeConverter))]
public interface ICodeSigningAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.CodeSigningAccountPropertiesTypeConverter))>]
type ICodeSigningAccountProperties = interface
    interface IJsonSerializable
Public Interface ICodeSigningAccountProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AccountUri

The URI of the artifact signing account which is used during signing files.

ProvisioningState

Status of the current operation on artifact signing account.

SkuName

Name of the SKU.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to