Microsoft.Windows.RemoteAccess.2012.Class.RemoteAccessSiteRemoteAccessSite

Microsoft.Windows.RemoteAccess.2012.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 2012 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 2012, entry points can be assigned automatically, or selected manually by the client. For Windows 7 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
ElementId1e6e8a89-ee73-3678-924d-74e1b2374000

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.RemoteAccess.2012.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.2012.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" Length="256" MinLength="0"/>
<Property ID="ContainerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>