SkuSetting Class

Definition

SkuSetting fulfills the need for stripped down SKU info in ARM contract.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SkuSettingTypeConverter))]
public class SkuSetting : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ISkuSetting
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SkuSettingTypeConverter))>]
type SkuSetting = class
    interface ISkuSetting
    interface IJsonSerializable
Public Class SkuSetting
Implements ISkuSetting
Inheritance
SkuSetting
Attributes
Implements

Constructors

SkuSetting()

Creates an new SkuSetting instance.

Properties

Name

[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.

Tier

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuSetting.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuSetting.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ISkuSetting.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuSetting into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to