VirtualMachineVMImageOperationsExtensions.BeginSharingAsync 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.
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
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET