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