ArmStorageModelFactory.StorageSkuCapability(String, String) Method
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.
Initializes a new instance of StorageSkuCapability.
public static Azure.ResourceManager.Storage.Models.StorageSkuCapability StorageSkuCapability (string name = default, string value = default);
static member StorageSkuCapability : string * string -> Azure.ResourceManager.Storage.Models.StorageSkuCapability
Public Shared Function StorageSkuCapability (Optional name As String = Nothing, Optional value As String = Nothing) As StorageSkuCapability
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'.
Returns
A new StorageSkuCapability instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET