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