Microsoft.Windows.RemoteAccess.Multitenant.2012.R2.Class.RemoteAccessServer多租户 RRAS 服务器

Microsoft.Windows.RemoteAccess.Multitenant.2012.R2.Class.RemoteAccessServer (ClassType)

Knowledge Base article:

摘要

多租户远程访问和路由服务器

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd11288a2-bc8e-6f0c-10f5-c4b0887569b3

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.Windows.RemoteAccess.Multitenant.2012.R2.Class.RemoteAccessServer:
ServerName  string  服务器名称 服务器的名称 true 256  False     
Tenants  string  租户 服务器上的租户 false 256  False     
StandByServer  string  备用服务器 备用服务器的详细信息 false 256  False     
Capacity  int  容量 (Kbps) 服务器的容量 false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.RemoteAccess.Multitenant.2012.R2.Class.RemoteAccessServer" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false" Extension="false">
<Property ID="ServerName" Type="string" Key="true" CaseSensitive="false"/>
<Property ID="Tenants" Type="string" Key="false"/>
<Property ID="StandByServer" Type="string" Key="false"/>
<Property ID="Capacity" Type="int" Key="false"/>
</ClassType>