ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders() |
Initializes a new instance of the ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders class. |
ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders(String) |
Initializes a new instance of the ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders class. |
ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders()
Initializes a new instance of the ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders class.
public ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders ();
Public Sub New ()
Applies to
ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders(String)
Initializes a new instance of the ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders class.
public ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders (string location = default);
new Microsoft.Azure.Management.Monitor.Models.ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders : string -> Microsoft.Azure.Management.Monitor.Models.ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String
The location header that has the polling uri.
Applies to
Azure SDK for .NET