DestinationsSpec 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
DestinationsSpec() |
Initializes a new instance of the DestinationsSpec class. |
DestinationsSpec(IList<LogAnalyticsDestination>, DestinationsSpecAzureMonitorMetrics) |
Initializes a new instance of the DestinationsSpec class. |
DestinationsSpec()
Initializes a new instance of the DestinationsSpec class.
public DestinationsSpec ();
Public Sub New ()
Applies to
DestinationsSpec(IList<LogAnalyticsDestination>, DestinationsSpecAzureMonitorMetrics)
Initializes a new instance of the DestinationsSpec class.
public DestinationsSpec (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogAnalyticsDestination> logAnalytics = default, Microsoft.Azure.Management.Monitor.Models.DestinationsSpecAzureMonitorMetrics azureMonitorMetrics = default);
new Microsoft.Azure.Management.Monitor.Models.DestinationsSpec : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogAnalyticsDestination> * Microsoft.Azure.Management.Monitor.Models.DestinationsSpecAzureMonitorMetrics -> Microsoft.Azure.Management.Monitor.Models.DestinationsSpec
Public Sub New (Optional logAnalytics As IList(Of LogAnalyticsDestination) = Nothing, Optional azureMonitorMetrics As DestinationsSpecAzureMonitorMetrics = Nothing)
Parameters
- logAnalytics
- IList<LogAnalyticsDestination>
List of Log Analytics destinations.
- azureMonitorMetrics
- DestinationsSpecAzureMonitorMetrics
Azure Monitor Metrics destination.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET