Share via


ResourceTypeSku Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceTypeSkuTypeConverter))]
public class ResourceTypeSku : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceTypeSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceTypeSkuTypeConverter))>]
type ResourceTypeSku = class
    interface IResourceTypeSku
    interface IJsonSerializable
Public Class ResourceTypeSku
Implements IResourceTypeSku
Inheritance
ResourceTypeSku
Attributes
Implements

Constructors

ResourceTypeSku()

Creates an new ResourceTypeSku instance.

Properties

ProvisioningState
SkuSetting

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceTypeSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceTypeSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceTypeSku.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceTypeSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to