VirtualMachineVMImageCreateParameters.OSDiskConfiguration Property

 

Required. Gets or sets configuration information for the operating system disk that is associated with the image.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public OSDiskConfigurationCreateParameters OSDiskConfiguration { get; set; }
public:
property OSDiskConfigurationCreateParameters^ OSDiskConfiguration {
    OSDiskConfigurationCreateParameters^ get();
    void set(OSDiskConfigurationCreateParameters^ value);
}
member OSDiskConfiguration : OSDiskConfigurationCreateParameters with get, set
Public Property OSDiskConfiguration As OSDiskConfigurationCreateParameters

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.OSDiskConfigurationCreateParameters

See Also

VirtualMachineVMImageCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top