共用方式為


SkuCapability Class

Definition

The capability information in the specified SKU.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.SkuCapabilityTypeConverter))]
public class SkuCapability : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISkuCapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.SkuCapabilityTypeConverter))>]
type SkuCapability = class
    interface ISkuCapability
    interface IJsonSerializable
Public Class SkuCapability
Implements ISkuCapability
Inheritance
SkuCapability
Attributes
Implements

Constructors

SkuCapability()

Creates an new SkuCapability instance.

Properties

Name

The name of capability.

Value

A string value to indicate states of given capability.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuCapability.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuCapability.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISkuCapability.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuCapability into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to