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
Azure SDK for .NET