IVirtualMachineOSImageOperations::BeginSharingAsync Method (String^, String^, CancellationToken)
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.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Task<AzureOperationResponse^>^ BeginSharingAsync( String^ imageName, String^ permission, CancellationToken cancellationToken )
Parameters
- imageName
-
Type:
System::String^
The name of the virtual machine image to share.
- permission
-
Type:
System::String^
The sharing permission: public, msdn, or private.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: