次の方法で共有


ITemplateImageOperations.EnsureStorageInRegionAsync メソッド

定義

指定したリージョンに対してストレージの準備が整っていることを確認します。 イメージをアップロードする前に、これを呼び出します。

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> EnsureStorageInRegionAsync (string region, System.Threading.CancellationToken cancellationToken);
abstract member EnsureStorageInRegionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>
Public Function EnsureStorageInRegionAsync (region As String, cancellationToken As CancellationToken) As Task(Of OperationResultWithTrackingId)

パラメーター

region
String

Azure データセンター リージョン。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

操作追跡 ID を含む応答。

適用対象