VirtualMachineOSImageOperationsExtensions.GetDetails 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 static VirtualMachineOSImageGetDetailsResponse GetDetails( this 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: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageGetDetailsResponseThe Get Details OS Images operation response.
Show: