MonitoringSettingProperties 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
MonitoringSettingProperties() |
Initializes a new instance of the MonitoringSettingProperties class. |
MonitoringSettingProperties(String, Error, Nullable<Boolean>, String) |
Initializes a new instance of the MonitoringSettingProperties class. |
MonitoringSettingProperties()
Initializes a new instance of the MonitoringSettingProperties class.
public MonitoringSettingProperties ();
Public Sub New ()
Applies to
MonitoringSettingProperties(String, Error, Nullable<Boolean>, String)
Initializes a new instance of the MonitoringSettingProperties class.
public MonitoringSettingProperties (string provisioningState = default, Microsoft.Azure.Management.AppPlatform.Models.Error error = default, bool? traceEnabled = default, string appInsightsInstrumentationKey = default);
new Microsoft.Azure.Management.AppPlatform.Models.MonitoringSettingProperties : string * Microsoft.Azure.Management.AppPlatform.Models.Error * Nullable<bool> * string -> Microsoft.Azure.Management.AppPlatform.Models.MonitoringSettingProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional error As Error = Nothing, Optional traceEnabled As Nullable(Of Boolean) = Nothing, Optional appInsightsInstrumentationKey As String = Nothing)
Parameters
- provisioningState
- String
State of the Monitoring Setting. Possible values include: 'NotAvailable', 'Failed', 'Succeeded', 'Updating'
- error
- Error
Error when apply Monitoring Setting changes.
- appInsightsInstrumentationKey
- String
Target application insight instrumentation key
Applies to
Azure SDK for .NET