VirtualMachineVMImageOperationsExtensions::GetDetails Method (IVirtualMachineVMImageOperations^, String^)
Gets VMImage'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 VirtualMachineVMImageGetDetailsResponse^ GetDetails( IVirtualMachineVMImageOperations^ operations, String^ vmImageName )
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 replicate.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models::VirtualMachineVMImageGetDetailsResponse^The Get Details VM Images operation response.
Show: