CodeSigningAccountProperties Class
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.
Properties of the artifact signing account.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.CodeSigningAccountPropertiesTypeConverter))]
public class CodeSigningAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccountProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.CodeSigningAccountPropertiesTypeConverter))>]
type CodeSigningAccountProperties = class
interface ICodeSigningAccountProperties
interface IJsonSerializable
Public Class CodeSigningAccountProperties
Implements ICodeSigningAccountProperties
- Inheritance
-
CodeSigningAccountProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CodeSigningAccountProperties() |
Creates an new CodeSigningAccountProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CodeSigningAccountProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CodeSigningAccountProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccountProperties. |
| FromJsonString(String) |
Creates a new instance of CodeSigningAccountProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CodeSigningAccountProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |