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