Sdílet prostřednictvím


ActionGroupsPostTestNotificationsHeaders Constructors

Definition

Overloads

ActionGroupsPostTestNotificationsHeaders()

Initializes a new instance of the ActionGroupsPostTestNotificationsHeaders class.

ActionGroupsPostTestNotificationsHeaders(String)

Initializes a new instance of the ActionGroupsPostTestNotificationsHeaders class.

ActionGroupsPostTestNotificationsHeaders()

Initializes a new instance of the ActionGroupsPostTestNotificationsHeaders class.

public ActionGroupsPostTestNotificationsHeaders ();
Public Sub New ()

Applies to

ActionGroupsPostTestNotificationsHeaders(String)

Initializes a new instance of the ActionGroupsPostTestNotificationsHeaders class.

public ActionGroupsPostTestNotificationsHeaders (string location = default);
new Microsoft.Azure.Management.Monitor.Models.ActionGroupsPostTestNotificationsHeaders : string -> Microsoft.Azure.Management.Monitor.Models.ActionGroupsPostTestNotificationsHeaders
Public Sub New (Optional location As String = Nothing)

Parameters

location
String

The location header that has the polling uri.

Applies to