AccountSkuPatch Class

Definition

SKU of the artifact signing account.

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

Constructors

Name Description
AccountSkuPatch()

Creates an new AccountSkuPatch instance.

Properties

Name Description
Name

Name of the SKU.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountSkuPatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountSkuPatch.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountSkuPatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to