OperatingSystem.IsActive 속성
Gets or sets whether this operating system version is currently active for running a service.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListResponse
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
사용량
‘사용 방법
Dim instance As OperatingSystem
Dim value As Boolean
value = instance.IsActive
instance.IsActive = value
구문
‘선언
Public Property IsActive As Boolean
public bool IsActive { get; set; }
public:
property bool IsActive {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_IsActive ()
/** @property */
public void set_IsActive (boolean value)
public function get IsActive () : boolean
public function set IsActive (value : boolean)
속성 값
true if this operating system version is currently active for running a service; otherwise, false.
설명
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:
It is not yet active as it is in the process of being rolled out to Microsoft 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.
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.
스레드 보안
이 유형의 public static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
플랫폼
개발 플랫폼
Windows Vista, Windows 7 및 Windows Server 2008
대상 플랫폼
참고 항목
참조
OperatingSystem 클래스
OperatingSystem 멤버
Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListResponse 네임스페이스