198 строки
17 KiB
YAML
198 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties"
|
|
name: "DiagnosticAnalysisProperties"
|
|
nameWithType: "DiagnosticAnalysisProperties"
|
|
summary: "Diagnostic<wbr>Analysis resource specific properties."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **DiagnosticAnalysisProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties?alt=com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties&text=DiagnosticAnalysisProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.DiagnosticAnalysisProperties()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.DiagnosticAnalysisProperties()"
|
|
name: "DiagnosticAnalysisProperties()"
|
|
nameWithType: "DiagnosticAnalysisProperties.DiagnosticAnalysisProperties()"
|
|
summary: "Creates an instance of Diagnostic<wbr>Analysis<wbr>Properties class."
|
|
syntax: "public DiagnosticAnalysisProperties()"
|
|
desc: "Creates an instance of DiagnosticAnalysisProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.abnormalTimePeriods()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.abnormalTimePeriods()"
|
|
name: "abnormalTimePeriods()"
|
|
nameWithType: "DiagnosticAnalysisProperties.abnormalTimePeriods()"
|
|
summary: "Get the abnormal<wbr>Time<wbr>Periods property: List of time periods."
|
|
syntax: "public List<AbnormalTimePeriod> abnormalTimePeriods()"
|
|
desc: "Get the abnormalTimePeriods property: List of time periods."
|
|
returns:
|
|
description: "the abnormalTimePeriods value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.AbnormalTimePeriod?alt=com.azure.resourcemanager.appservice.models.AbnormalTimePeriod&text=AbnormalTimePeriod\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.endTime()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.endTime()"
|
|
name: "endTime()"
|
|
nameWithType: "DiagnosticAnalysisProperties.endTime()"
|
|
summary: "Get the end<wbr>Time property: End time of the period."
|
|
syntax: "public OffsetDateTime endTime()"
|
|
desc: "Get the endTime property: End time of the period."
|
|
returns:
|
|
description: "the endTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DiagnosticAnalysisProperties.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Diagnostic<wbr>Analysis<wbr>Properties from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static DiagnosticAnalysisProperties fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DiagnosticAnalysisProperties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DiagnosticAnalysisProperties from the JsonReader."
|
|
returns:
|
|
description: "An instance of DiagnosticAnalysisProperties if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties?alt=com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties&text=DiagnosticAnalysisProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.nonCorrelatedDetectors()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.nonCorrelatedDetectors()"
|
|
name: "nonCorrelatedDetectors()"
|
|
nameWithType: "DiagnosticAnalysisProperties.nonCorrelatedDetectors()"
|
|
summary: "Get the non<wbr>Correlated<wbr>Detectors property: Data by each detector for detectors that did not corelate."
|
|
syntax: "public List<DetectorDefinition> nonCorrelatedDetectors()"
|
|
desc: "Get the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate."
|
|
returns:
|
|
description: "the nonCorrelatedDetectors value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition?alt=com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition&text=DetectorDefinition\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.payload()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.payload()"
|
|
name: "payload()"
|
|
nameWithType: "DiagnosticAnalysisProperties.payload()"
|
|
summary: "Get the payload property: Data by each detector."
|
|
syntax: "public List<AnalysisData> payload()"
|
|
desc: "Get the payload property: Data by each detector."
|
|
returns:
|
|
description: "the payload value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.AnalysisData?alt=com.azure.resourcemanager.appservice.models.AnalysisData&text=AnalysisData\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.startTime()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.startTime()"
|
|
name: "startTime()"
|
|
nameWithType: "DiagnosticAnalysisProperties.startTime()"
|
|
summary: "Get the start<wbr>Time property: Start time of the period."
|
|
syntax: "public OffsetDateTime startTime()"
|
|
desc: "Get the startTime property: Start time of the period."
|
|
returns:
|
|
description: "the startTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DiagnosticAnalysisProperties.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DiagnosticAnalysisProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withAbnormalTimePeriods(java.util.List<com.azure.resourcemanager.appservice.models.AbnormalTimePeriod>)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods)"
|
|
name: "withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods)"
|
|
nameWithType: "DiagnosticAnalysisProperties.withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods)"
|
|
summary: "Set the abnormal<wbr>Time<wbr>Periods property: List of time periods."
|
|
parameters:
|
|
- description: "the abnormalTimePeriods value to set."
|
|
name: "abnormalTimePeriods"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.AbnormalTimePeriod?alt=com.azure.resourcemanager.appservice.models.AbnormalTimePeriod&text=AbnormalTimePeriod\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DiagnosticAnalysisProperties withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods)"
|
|
desc: "Set the abnormalTimePeriods property: List of time periods."
|
|
returns:
|
|
description: "the DiagnosticAnalysisProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties?alt=com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties&text=DiagnosticAnalysisProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withEndTime(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withEndTime(OffsetDateTime endTime)"
|
|
name: "withEndTime(OffsetDateTime endTime)"
|
|
nameWithType: "DiagnosticAnalysisProperties.withEndTime(OffsetDateTime endTime)"
|
|
summary: "Set the end<wbr>Time property: End time of the period."
|
|
parameters:
|
|
- description: "the endTime value to set."
|
|
name: "endTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public DiagnosticAnalysisProperties withEndTime(OffsetDateTime endTime)"
|
|
desc: "Set the endTime property: End time of the period."
|
|
returns:
|
|
description: "the DiagnosticAnalysisProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties?alt=com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties&text=DiagnosticAnalysisProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withNonCorrelatedDetectors(java.util.List<com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition>)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withNonCorrelatedDetectors(List<DetectorDefinition> nonCorrelatedDetectors)"
|
|
name: "withNonCorrelatedDetectors(List<DetectorDefinition> nonCorrelatedDetectors)"
|
|
nameWithType: "DiagnosticAnalysisProperties.withNonCorrelatedDetectors(List<DetectorDefinition> nonCorrelatedDetectors)"
|
|
summary: "Set the non<wbr>Correlated<wbr>Detectors property: Data by each detector for detectors that did not corelate."
|
|
parameters:
|
|
- description: "the nonCorrelatedDetectors value to set."
|
|
name: "nonCorrelatedDetectors"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition?alt=com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition&text=DetectorDefinition\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DiagnosticAnalysisProperties withNonCorrelatedDetectors(List<DetectorDefinition> nonCorrelatedDetectors)"
|
|
desc: "Set the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate."
|
|
returns:
|
|
description: "the DiagnosticAnalysisProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties?alt=com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties&text=DiagnosticAnalysisProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withPayload(java.util.List<com.azure.resourcemanager.appservice.models.AnalysisData>)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withPayload(List<AnalysisData> payload)"
|
|
name: "withPayload(List<AnalysisData> payload)"
|
|
nameWithType: "DiagnosticAnalysisProperties.withPayload(List<AnalysisData> payload)"
|
|
summary: "Set the payload property: Data by each detector."
|
|
parameters:
|
|
- description: "the payload value to set."
|
|
name: "payload"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.AnalysisData?alt=com.azure.resourcemanager.appservice.models.AnalysisData&text=AnalysisData\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DiagnosticAnalysisProperties withPayload(List<AnalysisData> payload)"
|
|
desc: "Set the payload property: Data by each detector."
|
|
returns:
|
|
description: "the DiagnosticAnalysisProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties?alt=com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties&text=DiagnosticAnalysisProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withStartTime(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties.withStartTime(OffsetDateTime startTime)"
|
|
name: "withStartTime(OffsetDateTime startTime)"
|
|
nameWithType: "DiagnosticAnalysisProperties.withStartTime(OffsetDateTime startTime)"
|
|
summary: "Set the start<wbr>Time property: Start time of the period."
|
|
parameters:
|
|
- description: "the startTime value to set."
|
|
name: "startTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public DiagnosticAnalysisProperties withStartTime(OffsetDateTime startTime)"
|
|
desc: "Set the startTime property: Start time of the period."
|
|
returns:
|
|
description: "the DiagnosticAnalysisProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties?alt=com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties&text=DiagnosticAnalysisProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "DiagnosticAnalysis resource specific properties."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties?alt=com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties&text=DiagnosticAnalysisProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|