ArmStoragePoolModelFactory.StoragePoolSkuZoneDetails 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 StoragePoolSkuZoneDetails.
public static Azure.ResourceManager.StoragePool.Models.StoragePoolSkuZoneDetails StoragePoolSkuZoneDetails (System.Collections.Generic.IEnumerable<string> name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuCapability> capabilities = default);
static member StoragePoolSkuZoneDetails : seq<string> * seq<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuCapability> -> Azure.ResourceManager.StoragePool.Models.StoragePoolSkuZoneDetails
Public Shared Function StoragePoolSkuZoneDetails (Optional name As IEnumerable(Of String) = Nothing, Optional capabilities As IEnumerable(Of StoragePoolSkuCapability) = Nothing) As StoragePoolSkuZoneDetails
Parameters
- name
- IEnumerable<String>
The set of zones that the SKU is available in with the specified capabilities.
- capabilities
- IEnumerable<StoragePoolSkuCapability>
A list of capabilities that are available for the SKU in the specified list of zones.
Returns
A new StoragePoolSkuZoneDetails 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