PSItsmReceiver 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
PSItsmReceiver() |
Initializes a new instance of the PSItsmReceiver class |
PSItsmReceiver(ItsmReceiver) |
Initializes a new instance of the PSItsmReceiver class. |
PSItsmReceiver()
Initializes a new instance of the PSItsmReceiver class
public PSItsmReceiver ();
Public Sub New ()
Applies to
PSItsmReceiver(ItsmReceiver)
Initializes a new instance of the PSItsmReceiver class.
public PSItsmReceiver (Microsoft.Azure.Management.Monitor.Models.ItsmReceiver receiver);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver : Microsoft.Azure.Management.Monitor.Models.ItsmReceiver -> Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver
Public Sub New (receiver As ItsmReceiver)
Parameters
- receiver
- ItsmReceiver
The receiver to wrap.