OSDiskConfigurationCreateParameters.OSState Property
Required. Gets or sets the state of the operating system in the image.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string OSState { get; set; }
public:
property String^ OSState {
String^ get();
void set(String^ value);
}
member OSState : string with get, set
Public Property OSState As String
Property Value
Type: System.String
See Also
OSDiskConfigurationCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top