Condividi tramite


ArmDataBoxModelFactory.AvailableSkusContent Method

Definition

Initializes a new instance of AvailableSkusContent.

public static Azure.ResourceManager.DataBox.Models.AvailableSkusContent AvailableSkusContent(Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType transferType = Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType.ImportToAzure, string country = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.DataBoxSkuName> skuNames = default);
static member AvailableSkusContent : Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType * string * Azure.Core.AzureLocation * seq<Azure.ResourceManager.DataBox.Models.DataBoxSkuName> -> Azure.ResourceManager.DataBox.Models.AvailableSkusContent
Public Shared Function AvailableSkusContent (Optional transferType As DataBoxJobTransferType = Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType.ImportToAzure, Optional country As String = Nothing, Optional location As AzureLocation = Nothing, Optional skuNames As IEnumerable(Of DataBoxSkuName) = Nothing) As AvailableSkusContent

Parameters

transferType
DataBoxJobTransferType

Type of the transfer.

country
String

ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements.

location
AzureLocation

Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01.

skuNames
IEnumerable<DataBoxSkuName>

Sku Names to filter for available skus.

Returns

A new AvailableSkusContent instance for mocking.

Applies to