Dela via


VirtualMachineVMImageOperationsExtensions.BeginSharingAsync Method

Definition

Share an already replicated VM 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.IVirtualMachineVMImageOperations operations, string vmImageName, string permission);
static member BeginSharingAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginSharingAsync (operations As IVirtualMachineVMImageOperations, vmImageName As String, permission As String) As Task(Of AzureOperationResponse)

Parameters

operations
IVirtualMachineVMImageOperations

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

vmImageName
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