次の方法で共有


DiskScheduleAvailabilityContent(AzureLocation, Int32) コンストラクター

定義

DiskScheduleAvailabilityContent の新しいインスタンスを初期化します。

public DiskScheduleAvailabilityContent (Azure.Core.AzureLocation storageLocation, int expectedDataSizeInTerabytes);
new Azure.ResourceManager.DataBox.Models.DiskScheduleAvailabilityContent : Azure.Core.AzureLocation * int -> Azure.ResourceManager.DataBox.Models.DiskScheduleAvailabilityContent
Public Sub New (storageLocation As AzureLocation, expectedDataSizeInTerabytes As Integer)

パラメーター

storageLocation
AzureLocation

データ転送の場所。 場所チェックの場合: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01

expectedDataSizeInTerabytes
Int32

このジョブで転送する必要があるデータの予想サイズ (テラバイト単位)。

適用対象