SKUCapability Constructors
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.
Overloads
SKUCapability() |
Initializes a new instance of the SKUCapability class. |
SKUCapability(String, String) |
Initializes a new instance of the SKUCapability class. |
SKUCapability()
Initializes a new instance of the SKUCapability class.
public SKUCapability ();
Public Sub New ()
Applies to
SKUCapability(String, String)
Initializes a new instance of the SKUCapability class.
public SKUCapability (string name = default, string value = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.SKUCapability : string * string -> Microsoft.Azure.Management.Storage.Fluent.Models.SKUCapability
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)
Parameters
- name
- String
The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
- value
- String
A string value to indicate states of given capability. Possibly 'true' or 'false'.
Applies to
Azure SDK for .NET