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