Microsoft.Windows.Server.AD.SiteActive Directory 사이트

Microsoft.Windows.Server.AD.Site (ClassType)

이 클래스의 인스턴스는 AD 사이트를 나타냅니다.

Element properties:

Base ClassMicrosoft.Windows.Server.AD.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc92ee0ce-bd30-8b68-cf55-901606fbc53d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.Server.AD.Site:
Name  string  이름 true 256  False 
ISTGEnabled  string  사이트 간 토폴로지 생성기 사용 false 255  False 
Subnets  string  서브넷 false 255  False 
ISTGRoleHolder  string  사이트 간 토폴로지 생성기 역할 소유자 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Site" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ISTGEnabled" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Subnets" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ISTGRoleHolder" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>