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