Udostępnij za pośrednictwem


OperatingSystemListResponse.OperatingSystem Class

Definition

An operating system that is valid for your subscription.

public class OperatingSystemListResponse.OperatingSystem
type OperatingSystemListResponse.OperatingSystem = class
Public Class OperatingSystemListResponse.OperatingSystem
Inheritance
OperatingSystemListResponse.OperatingSystem

Constructors

OperatingSystemListResponse.OperatingSystem()

Initializes a new instance of the OperatingSystem class.

Properties

Family

Optional. Indicates which operating system family this version belongs to. A value of 1 corresponds to the Azure guest operating system that is substantially compatible with Windows Server 2008 SP2. A value of 2 corresponds to the Azure guest operating system that is substantially compatible with Windows Server 2008 R2.

FamilyLabel

Optional. The label of the operating system family.

IsActive

Optional. Indicates whether this operating system version is currently active for running a service. If an operating system version is active, you can manually configure your service to run on that version. An operating system version may be inactive for one of two reasons: 1. It is not yet active as it is in the process of being rolled out to Azure data centers. If your service is configured to use auto-upgrade, it will be upgraded to the new operating system version during the rollout. If you are manually configuring your operating system version, you can upgrade to the latest version once it becomes active. 2. It is no longer supported for running a service. In this case you will either need to manually configure your service to run on a newer version, or configure your service to use auto-upgrade to manage operating system upgrades.

IsDefault

Optional. Indicates whether this operating system version is the default version for a service that has not otherwise specified a particular version. The default operating system version is applied to services that are configured for auto-upgrade. An operating system family has exactly one default operating system version at any given time, for which the IsDefault element is set to true; for all other versions, IsDefault is set to false.

Label

Optional. The label of the operating system version.

Version

Optional. The operating system version. This value corresponds to the configuration value for specifying that your service is to run on a particular version of the Azure guest operating system. See Configuring Settings for the Windows Azure Guest OS for additional details.

Applies to