Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Initializes a new instance of the ConnectorFrameworkProxy class, connecting to the specified Uniform Resource Identifier (URI) with default settings.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ConnectorFrameworkProxy(
Uri endpointAddress
)
public:
ConnectorFrameworkProxy(
Uri^ endpointAddress
)
new :
endpointAddress:Uri -> ConnectorFrameworkProxy
Public Sub New (
endpointAddress As Uri
)
Parameters
endpointAddress
Type: System.UriThe address of the endpoint.
Remarks
The Uri format is similar to the following:
http://<Root Management Server name>:51905/ConnectorFramework
Warning
Instances of this class can be run only on machines running Microsoft Windows.
Examples
See ConnectorFrameworkProxy for an example of this constructor.
See Also
ConnectorFrameworkProxy Overload
ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top