174 строки
14 KiB
YAML
174 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties"
|
|
name: "DiagnosticsProperties"
|
|
nameWithType: "DiagnosticsProperties"
|
|
summary: "Diagnostics 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 **DiagnosticsProperties**</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.appcontainers.models.DiagnosticsProperties?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties&text=DiagnosticsProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.DiagnosticsProperties()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.DiagnosticsProperties()"
|
|
name: "DiagnosticsProperties()"
|
|
nameWithType: "DiagnosticsProperties.DiagnosticsProperties()"
|
|
summary: "Creates an instance of Diagnostics<wbr>Properties class."
|
|
syntax: "public DiagnosticsProperties()"
|
|
desc: "Creates an instance of DiagnosticsProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.dataProviderMetadata()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.dataProviderMetadata()"
|
|
name: "dataProviderMetadata()"
|
|
nameWithType: "DiagnosticsProperties.dataProviderMetadata()"
|
|
summary: "Get the data<wbr>Provider<wbr>Metadata property: List of data providers' metadata."
|
|
syntax: "public DiagnosticDataProviderMetadata dataProviderMetadata()"
|
|
desc: "Get the dataProviderMetadata property: List of data providers' metadata."
|
|
returns:
|
|
description: "the dataProviderMetadata value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticDataProviderMetadata?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticDataProviderMetadata&text=DiagnosticDataProviderMetadata\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.dataset()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.dataset()"
|
|
name: "dataset()"
|
|
nameWithType: "DiagnosticsProperties.dataset()"
|
|
summary: "Get the dataset property: Set of data collections associated with the response."
|
|
syntax: "public List<DiagnosticsDataApiResponse> dataset()"
|
|
desc: "Get the dataset property: Set of data collections associated with the response."
|
|
returns:
|
|
description: "the dataset value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsDataApiResponse?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsDataApiResponse&text=DiagnosticsDataApiResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DiagnosticsProperties.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Diagnostics<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 DiagnosticsProperties fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DiagnosticsProperties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DiagnosticsProperties from the JsonReader."
|
|
returns:
|
|
description: "An instance of DiagnosticsProperties if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties&text=DiagnosticsProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.metadata()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.metadata()"
|
|
name: "metadata()"
|
|
nameWithType: "DiagnosticsProperties.metadata()"
|
|
summary: "Get the metadata property: Metadata of the diagnostics response."
|
|
syntax: "public DiagnosticsDefinition metadata()"
|
|
desc: "Get the metadata property: Metadata of the diagnostics response."
|
|
returns:
|
|
description: "the metadata value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsDefinition?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsDefinition&text=DiagnosticsDefinition\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.status()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.status()"
|
|
name: "status()"
|
|
nameWithType: "DiagnosticsProperties.status()"
|
|
summary: "Get the status property: Status of the diagnostics response."
|
|
syntax: "public DiagnosticsStatus status()"
|
|
desc: "Get the status property: Status of the diagnostics response."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsStatus?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsStatus&text=DiagnosticsStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DiagnosticsProperties.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.appcontainers.models.DiagnosticsProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DiagnosticsProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.withDataProviderMetadata(com.azure.resourcemanager.appcontainers.models.DiagnosticDataProviderMetadata)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.withDataProviderMetadata(DiagnosticDataProviderMetadata dataProviderMetadata)"
|
|
name: "withDataProviderMetadata(DiagnosticDataProviderMetadata dataProviderMetadata)"
|
|
nameWithType: "DiagnosticsProperties.withDataProviderMetadata(DiagnosticDataProviderMetadata dataProviderMetadata)"
|
|
summary: "Set the data<wbr>Provider<wbr>Metadata property: List of data providers' metadata."
|
|
parameters:
|
|
- description: "the dataProviderMetadata value to set."
|
|
name: "dataProviderMetadata"
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticDataProviderMetadata?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticDataProviderMetadata&text=DiagnosticDataProviderMetadata\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DiagnosticsProperties withDataProviderMetadata(DiagnosticDataProviderMetadata dataProviderMetadata)"
|
|
desc: "Set the dataProviderMetadata property: List of data providers' metadata."
|
|
returns:
|
|
description: "the DiagnosticsProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties&text=DiagnosticsProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.withDataset(java.util.List<com.azure.resourcemanager.appcontainers.models.DiagnosticsDataApiResponse>)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.withDataset(List<DiagnosticsDataApiResponse> dataset)"
|
|
name: "withDataset(List<DiagnosticsDataApiResponse> dataset)"
|
|
nameWithType: "DiagnosticsProperties.withDataset(List<DiagnosticsDataApiResponse> dataset)"
|
|
summary: "Set the dataset property: Set of data collections associated with the response."
|
|
parameters:
|
|
- description: "the dataset value to set."
|
|
name: "dataset"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsDataApiResponse?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsDataApiResponse&text=DiagnosticsDataApiResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DiagnosticsProperties withDataset(List<DiagnosticsDataApiResponse> dataset)"
|
|
desc: "Set the dataset property: Set of data collections associated with the response."
|
|
returns:
|
|
description: "the DiagnosticsProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties&text=DiagnosticsProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.withMetadata(com.azure.resourcemanager.appcontainers.models.DiagnosticsDefinition)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.withMetadata(DiagnosticsDefinition metadata)"
|
|
name: "withMetadata(DiagnosticsDefinition metadata)"
|
|
nameWithType: "DiagnosticsProperties.withMetadata(DiagnosticsDefinition metadata)"
|
|
summary: "Set the metadata property: Metadata of the diagnostics response."
|
|
parameters:
|
|
- description: "the metadata value to set."
|
|
name: "metadata"
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsDefinition?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsDefinition&text=DiagnosticsDefinition\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DiagnosticsProperties withMetadata(DiagnosticsDefinition metadata)"
|
|
desc: "Set the metadata property: Metadata of the diagnostics response."
|
|
returns:
|
|
description: "the DiagnosticsProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties&text=DiagnosticsProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.withStatus(com.azure.resourcemanager.appcontainers.models.DiagnosticsStatus)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties.withStatus(DiagnosticsStatus status)"
|
|
name: "withStatus(DiagnosticsStatus status)"
|
|
nameWithType: "DiagnosticsProperties.withStatus(DiagnosticsStatus status)"
|
|
summary: "Set the status property: Status of the diagnostics response."
|
|
parameters:
|
|
- description: "the status value to set."
|
|
name: "status"
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsStatus?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsStatus&text=DiagnosticsStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DiagnosticsProperties withStatus(DiagnosticsStatus status)"
|
|
desc: "Set the status property: Status of the diagnostics response."
|
|
returns:
|
|
description: "the DiagnosticsProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties&text=DiagnosticsProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Diagnostics 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.appcontainers.models.DiagnosticsProperties?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties&text=DiagnosticsProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appcontainers.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0
|