Microsoft.Windows.RemoteAccess.Class.RemoteAccessSiteRemote Access Site

Microsoft.Windows.RemoteAccess.Class.RemoteAccessSite (ClassType)

Knowledge Base article:

Summary

DirectAccess servers can be deployed in multiple sites to increase capacity and provide more efficient access to the nearest entry point for intranet resources.�

Windows Server Remote Access servers can be configured in a multisite deployment that allows remote users in dispersed geographical locations to connect to the multisite entry point closest to them. For client computers running Windows Server, entry points can be assigned automatically, or selected manually by the client. For Windows client computers, entry points can be allocated statically. Traffic across the multisite deployment can be distributed and balanced with an external global load balancer.

Element properties:

Base ClassMicrosoft.SystemCenter.ServiceDesigner.ServiceComponentGroup
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdda71557d-4af1-88e8-a4c8-4de620c4ee62

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.Windows.RemoteAccess.Class.RemoteAccessSite:
ApplicationName  string  Application Name true 256  False     
ContainerName  string  Container Name true 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.RemoteAccess.Class.RemoteAccessSite" Accessibility="Public" Abstract="false" Base="ServiceDesigner!Microsoft.SystemCenter.ServiceDesigner.ServiceComponentGroup" Hosted="false" Singleton="false">
<Property ID="ApplicationName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ContainerName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>