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, including file encryption, network ACLs, change notification, etc.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.SkuCapabilityTypeConverter))]
public class SkuCapability : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISkuCapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.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, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. |
Value |
A string value to indicate states of given capability. Possibly 'true' or 'false'. |
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.Storage.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() |