OSDiskConfigurationCreateParameters Class

 

The OS disk configuration.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.OSDiskConfigurationCreateParameters

Syntax

public class OSDiskConfigurationCreateParameters
public ref class OSDiskConfigurationCreateParameters 
type OSDiskConfigurationCreateParameters = class end
Public Class OSDiskConfigurationCreateParameters

Constructors

Name Description
System_CAPS_pubmethod OSDiskConfigurationCreateParameters()

Initializes a new instance of the OSDiskConfigurationCreateParameters class.

System_CAPS_pubmethod OSDiskConfigurationCreateParameters(String, String, Uri)

Initializes a new instance of the OSDiskConfigurationCreateParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty HostCaching

Optional. Gets or sets the platform caching behavior of the operating system disk blob for read/write efficiency.

System_CAPS_pubproperty MediaLink

System_CAPS_pubproperty OS

Required. Gets or sets the operating system in the image.

System_CAPS_pubproperty OSState

Required. Gets or sets the state of the operating system in the image.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top