SkuSetting 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.
SkuSetting fulfills the need for stripped down SKU info in ARM contract.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SkuSettingTypeConverter))]
public class SkuSetting : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISkuSetting
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |