VirtualMachineOSImageOperationsExtensions::GetDetailsAsync Method (IVirtualMachineOSImageOperations^, String^)
Gets OS Image's properties and its replication details. 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)
public: [ExtensionAttribute] static Task<VirtualMachineOSImageGetDetailsResponse^>^ GetDetailsAsync( IVirtualMachineOSImageOperations^ operations, String^ imageName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute::IVirtualMachineOSImageOperations^
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
- imageName
-
Type:
System::String^
Required. The name of the virtual machine image to replicate.
Return Value
Type: System.Threading.Tasks::Task<VirtualMachineOSImageGetDetailsResponse^>^The Get Details OS Images operation response.
Show: