SkuInfos 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.
Collection of SKU information.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SkuInfosTypeConverter))]
public class SkuInfos : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISkuInfos
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SkuInfosTypeConverter))>]
type SkuInfos = class
interface ISkuInfos
interface IJsonSerializable
Public Class SkuInfos
Implements ISkuInfos
- Inheritance
-
SkuInfos
- Attributes
- Implements
Constructors
SkuInfos() |
Creates an new SkuInfos instance. |
Properties
ResourceType |
Resource type that this SKU applies to. |
Sku |
List of SKUs the subscription is able to use. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SkuInfos. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISkuInfos. |
FromJsonString(String) |
Creates a new instance of SkuInfos, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |