VirtualMachineVMImageOperationsExtensions.BeginSharing Method (IVirtualMachineVMImageOperations, String, String)
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.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function BeginSharing ( operations As IVirtualMachineVMImageOperations, vmImageName As String, permission As String ) As AzureOperationResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations.
- vmImageName
-
Type:
System.String
Required. The name of the virtual machine image to share.
- permission
-
Type:
System.String
Required. The sharing permission: public, msdn, or private.
Return Value
Type: Microsoft.Azure.AzureOperationResponseA standard service response including an HTTP status code and request ID.
Show: