次の方法で共有


InstanceSku Class

Definition

The role instance SKU.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.InstanceSkuTypeConverter))]
public class InstanceSku : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IInstanceSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.InstanceSkuTypeConverter))>]
type InstanceSku = class
    interface IInstanceSku
    interface IJsonSerializable
Public Class InstanceSku
Implements IInstanceSku
Inheritance
InstanceSku
Attributes
Implements

Constructors

InstanceSku()

Creates an new InstanceSku instance.

Properties

Name

The sku name.

Tier

The tier of the cloud service role instance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InstanceSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InstanceSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IInstanceSku.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InstanceSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to