Udostępnij za pośrednictwem


VirtualMachineOSImageOperationsExtensions.BeginSharingAsync Method

Definition

Share an already replicated OS image. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginSharingAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations operations, string imageName, string permission);
static member BeginSharingAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginSharingAsync (operations As IVirtualMachineOSImageOperations, imageName As String, permission As String) As Task(Of AzureOperationResponse)

Parameters

operations
IVirtualMachineOSImageOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.

imageName
String

Required. The name of the virtual machine image to share.

permission
String

Required. The sharing permission: public, msdn, or private.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to