ICodeSigningAccountProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |