ArmStoragePoolModelFactory.StoragePoolSkuCapability(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 StoragePoolSkuCapability.
public static Azure.ResourceManager.StoragePool.Models.StoragePoolSkuCapability StoragePoolSkuCapability (string name = default, string value = default);
static member StoragePoolSkuCapability : string * string -> Azure.ResourceManager.StoragePool.Models.StoragePoolSkuCapability
Public Shared Function StoragePoolSkuCapability (Optional name As String = Nothing, Optional value As String = Nothing) As StoragePoolSkuCapability
Parameters
- name
- String
Capability name.
- value
- String
Capability value.
Returns
A new StoragePoolSkuCapability 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