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 | |
---|---|---|
OSDiskConfigurationCreateParameters() | Initializes a new instance of the OSDiskConfigurationCreateParameters class. |
|
OSDiskConfigurationCreateParameters(String, String, Uri) | Initializes a new instance of the OSDiskConfigurationCreateParameters class with required arguments. |
Properties
Name | Description | |
---|---|---|
HostCaching | Optional. Gets or sets the platform caching behavior of the operating system disk blob for read/write efficiency. |
|
MediaLink | ||
OS | Required. Gets or sets the operating system in the image. |
|
OSState | Required. Gets or sets the state of the operating system in the image. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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