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 the SmsNotificationEndpointwith the endpoint's name and transport protocol.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SmsNotificationEndpoint(
string name,
string recipientProtocol
)
public:
SmsNotificationEndpoint(
String^ name,
String^ recipientProtocol
)
new :
name:string *
recipientProtocol:string -> SmsNotificationEndpoint
Public Sub New (
name As String,
recipientProtocol As String
)
Parameters
name
Type: System.StringA user-defined name for the endpoint.
recipientProtocol
Type: System.StringThe transport protocol used to deliver notifications to the recipient. For example, sms.
See Also
SmsNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top