TemplateImageOperationsExtensions.EnsureStorageInRegion Method

Definition

Ensures storage is ready for the given region. Call this before uploading an image.

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

Parameters

operations
ITemplateImageOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.

region
String

Required. Azure datacenter region.

Returns

The response containing the operation tracking id.

Applies to