OperatingSystem Members
Represents an operating system that is valid for a subscription.
The following tables list the members exposed by the OperatingSystem type.
Public Constructors
Name | Description | |
---|---|---|
OperatingSystem | Initializes a new instance of the OperatingSystem class. |
Top
Public Properties
Name | Description | |
---|---|---|
Family | Gets or sets a value that specifies which operating system family this version belongs to. | |
FamilyLabel | Gets or sets the base-64 encoded label of the operating system family. | |
IsActive | Gets or sets whether this operating system version is currently active for running a service. | |
IsDefault | Gets or sets whether the operating system version is the default version for a service that has not otherwise specified a particular version. | |
Label | Gets or sets the base-64 encoded label of the operating system version. | |
Version | Gets or sets the version of the operating system. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
OperatingSystem Class
Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListResponse Namespace