Compartilhar via


TemplateImageOperationsExtensions.EnsureStorageInRegionAsync Método

Definição

Garante que o armazenamento esteja pronto para a região especificada. Chame isso antes de carregar uma imagem.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> EnsureStorageInRegionAsync (this Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations operations, string region);
static member EnsureStorageInRegionAsync : Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>
<Extension()>
Public Function EnsureStorageInRegionAsync (operations As ITemplateImageOperations, region As String) As Task(Of OperationResultWithTrackingId)

Parâmetros

operations
ITemplateImageOperations

Referência ao Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.

region
String

Obrigatórios. Região do datacenter do Azure.

Retornos

A resposta que contém a ID de acompanhamento da operação.

Aplica-se a