ArmStoragePoolModelFactory.StoragePoolSkuInfo 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 StoragePoolSkuInfo.
public static Azure.ResourceManager.StoragePool.Models.StoragePoolSkuInfo StoragePoolSkuInfo (string apiVersion = default, string resourceType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuCapability> capabilities = default, Azure.ResourceManager.StoragePool.Models.StoragePoolSkuLocationInfo locationInfo = default, string name = default, string tier = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictions> restrictions = default);
static member StoragePoolSkuInfo : string * string * seq<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuCapability> * Azure.ResourceManager.StoragePool.Models.StoragePoolSkuLocationInfo * string * string * seq<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictions> -> Azure.ResourceManager.StoragePool.Models.StoragePoolSkuInfo
Public Shared Function StoragePoolSkuInfo (Optional apiVersion As String = Nothing, Optional resourceType As String = Nothing, Optional capabilities As IEnumerable(Of StoragePoolSkuCapability) = Nothing, Optional locationInfo As StoragePoolSkuLocationInfo = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional restrictions As IEnumerable(Of StoragePoolSkuRestrictions) = Nothing) As StoragePoolSkuInfo
Parameters
- apiVersion
- String
StoragePool RP API version.
- resourceType
- String
StoragePool resource type.
- capabilities
- IEnumerable<StoragePoolSkuCapability>
List of additional capabilities for StoragePool resource.
- locationInfo
- StoragePoolSkuLocationInfo
Zones and zone capabilities in those locations where the SKU is available.
- name
- String
Sku name.
- tier
- String
Sku tier.
- restrictions
- IEnumerable<StoragePoolSkuRestrictions>
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
Returns
A new StoragePoolSkuInfo instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET