Freigeben über


ArmDataBoxModelFactory.DataCenterAddressContent Method

Definition

Initializes a new instance of DataCenterAddressContent.

public static Azure.ResourceManager.DataBox.Models.DataCenterAddressContent DataCenterAddressContent(Azure.Core.AzureLocation storageLocation = default, Azure.ResourceManager.DataBox.Models.DataBoxSkuName skuName = Azure.ResourceManager.DataBox.Models.DataBoxSkuName.DataBox, Azure.ResourceManager.DataBox.Models.DeviceModelName? model = default);
static member DataCenterAddressContent : Azure.Core.AzureLocation * Azure.ResourceManager.DataBox.Models.DataBoxSkuName * Nullable<Azure.ResourceManager.DataBox.Models.DeviceModelName> -> Azure.ResourceManager.DataBox.Models.DataCenterAddressContent
Public Shared Function DataCenterAddressContent (Optional storageLocation As AzureLocation = Nothing, Optional skuName As DataBoxSkuName = Azure.ResourceManager.DataBox.Models.DataBoxSkuName.DataBox, Optional model As Nullable(Of DeviceModelName) = Nothing) As DataCenterAddressContent

Parameters

storageLocation
AzureLocation

Storage location. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01.

skuName
DataBoxSkuName

Sku Name for which the data center address requested.

model
Nullable<DeviceModelName>

The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. AzureDataBox120 and AzureDataBox525 as of Feb/2025.

Returns

A new DataCenterAddressContent instance for mocking.

Applies to