HostedServiceProperties.Status 속성
클라우드 서비스의 상태를 가져오거나 설정 합니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
public HostedServiceStatus Status { get; set; }
public:
property HostedServiceStatus Status {
HostedServiceStatus get();
void set(HostedServiceStatus value);
}
member Status : HostedServiceStatus with get, set
Public Property Status As HostedServiceStatus
속성 값
Type: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceStatus
상태입니다.
참고 항목
HostedServiceProperties 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동