ArmDataBoxModelFactory.DataBoxSkuInformation 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 DataBoxSkuInformation.
public static Azure.ResourceManager.DataBox.Models.DataBoxSkuInformation DataBoxSkuInformation (Azure.ResourceManager.DataBox.Models.DataBoxSku sku = default, bool? isEnabled = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.DataLocationToServiceLocationMap> dataLocationToServiceLocationMap = default, Azure.ResourceManager.DataBox.Models.DataBoxSkuCapacity capacity = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.DataBoxSkuCost> costs = default, System.Collections.Generic.IEnumerable<string> apiVersions = default, Azure.ResourceManager.DataBox.Models.SkuDisabledReason? disabledReason = default, string disabledReasonMessage = default, string requiredFeature = default, System.Collections.Generic.IEnumerable<string> countriesWithinCommerceBoundary = default);
static member DataBoxSkuInformation : Azure.ResourceManager.DataBox.Models.DataBoxSku * Nullable<bool> * seq<Azure.ResourceManager.DataBox.Models.DataLocationToServiceLocationMap> * Azure.ResourceManager.DataBox.Models.DataBoxSkuCapacity * seq<Azure.ResourceManager.DataBox.Models.DataBoxSkuCost> * seq<string> * Nullable<Azure.ResourceManager.DataBox.Models.SkuDisabledReason> * string * string * seq<string> -> Azure.ResourceManager.DataBox.Models.DataBoxSkuInformation
Public Shared Function DataBoxSkuInformation (Optional sku As DataBoxSku = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional dataLocationToServiceLocationMap As IEnumerable(Of DataLocationToServiceLocationMap) = Nothing, Optional capacity As DataBoxSkuCapacity = Nothing, Optional costs As IEnumerable(Of DataBoxSkuCost) = Nothing, Optional apiVersions As IEnumerable(Of String) = Nothing, Optional disabledReason As Nullable(Of SkuDisabledReason) = Nothing, Optional disabledReasonMessage As String = Nothing, Optional requiredFeature As String = Nothing, Optional countriesWithinCommerceBoundary As IEnumerable(Of String) = Nothing) As DataBoxSkuInformation
Parameters
- sku
- DataBoxSku
The Sku.
- dataLocationToServiceLocationMap
- IEnumerable<DataLocationToServiceLocationMap>
The map of data location to service location.
- capacity
- DataBoxSkuCapacity
Capacity of the Sku.
- costs
- IEnumerable<DataBoxSkuCost>
Cost of the Sku.
- apiVersions
- IEnumerable<String>
Api versions that support this Sku.
- disabledReason
- Nullable<SkuDisabledReason>
Reason why the Sku is disabled.
- disabledReasonMessage
- String
Message for why the Sku is disabled.
- requiredFeature
- String
Required feature to access the sku.
- countriesWithinCommerceBoundary
- IEnumerable<String>
List of all the Countries in the SKU specific commerce boundary.
Returns
A new DataBoxSkuInformation instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET