ArmAppServiceModelFactory.DiagnosticAnalysis Method
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.
Initializes a new instance of DiagnosticAnalysis.
public static Azure.ResourceManager.AppService.Models.DiagnosticAnalysis DiagnosticAnalysis(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.AbnormalTimePeriod> abnormalTimePeriods = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.AnalysisDetectorEvidences> payload = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.DetectorDefinition> nonCorrelatedDetectors = default, string kind = default);
static member DiagnosticAnalysis : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.AppService.Models.AbnormalTimePeriod> * seq<Azure.ResourceManager.AppService.Models.AnalysisDetectorEvidences> * seq<Azure.ResourceManager.AppService.Models.DetectorDefinition> * string -> Azure.ResourceManager.AppService.Models.DiagnosticAnalysis
Public Shared Function DiagnosticAnalysis (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional abnormalTimePeriods As IEnumerable(Of AbnormalTimePeriod) = Nothing, Optional payload As IEnumerable(Of AnalysisDetectorEvidences) = Nothing, Optional nonCorrelatedDetectors As IEnumerable(Of DetectorDefinition) = Nothing, Optional kind As String = Nothing) As DiagnosticAnalysis
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- startOn
- Nullable<DateTimeOffset>
Start time of the period Serialized Name: DiagnosticAnalysis.properties.startTime
- endOn
- Nullable<DateTimeOffset>
End time of the period Serialized Name: DiagnosticAnalysis.properties.endTime
- abnormalTimePeriods
- IEnumerable<AbnormalTimePeriod>
List of time periods. Serialized Name: DiagnosticAnalysis.properties.abnormalTimePeriods
- payload
- IEnumerable<AnalysisDetectorEvidences>
Data by each detector Serialized Name: DiagnosticAnalysis.properties.payload
- nonCorrelatedDetectors
- IEnumerable<DetectorDefinition>
Data by each detector for detectors that did not corelate Serialized Name: DiagnosticAnalysis.properties.nonCorrelatedDetectors
- kind
- String
Kind of resource. Serialized Name: ProxyOnlyResource.kind
Returns
A new DiagnosticAnalysis instance for mocking.