TemplateImageOperationsExtensions.EnsureStorageInRegion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET