你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SkuCapability 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.
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() |