azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

174 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.models.DataFlow"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow"
name: "DataFlow"
nameWithType: "DataFlow"
summary: "Definition of which streams are sent to which destinations."
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 **DataFlow**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.DataFlow?alt=com.azure.resourcemanager.monitor.models.DataFlow&text=DataFlow\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.DataFlow()"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.DataFlow()"
name: "DataFlow()"
nameWithType: "DataFlow.DataFlow()"
summary: "Creates an instance of Data<wbr>Flow class."
syntax: "public DataFlow()"
desc: "Creates an instance of DataFlow class."
methods:
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.destinations()"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.destinations()"
name: "destinations()"
nameWithType: "DataFlow.destinations()"
summary: "Get the destinations property: List of destinations for this data flow."
syntax: "public List<String> destinations()"
desc: "Get the destinations property: List of destinations for this data flow."
returns:
description: "the destinations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DataFlow.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Data<wbr>Flow 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 DataFlow fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the DataFlow."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DataFlow from the JsonReader."
returns:
description: "An instance of DataFlow if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.DataFlow?alt=com.azure.resourcemanager.monitor.models.DataFlow&text=DataFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.outputStream()"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.outputStream()"
name: "outputStream()"
nameWithType: "DataFlow.outputStream()"
summary: "Get the output<wbr>Stream property: The output stream of the transform."
syntax: "public String outputStream()"
desc: "Get the outputStream property: The output stream of the transform. Only required if the transform changes data to a different stream."
returns:
description: "the outputStream value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.streams()"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.streams()"
name: "streams()"
nameWithType: "DataFlow.streams()"
summary: "Get the streams property: List of streams for this data flow."
syntax: "public List<KnownDataFlowStreams> streams()"
desc: "Get the streams property: List of streams for this data flow."
returns:
description: "the streams value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.models.KnownDataFlowStreams?alt=com.azure.resourcemanager.monitor.models.KnownDataFlowStreams&text=KnownDataFlowStreams\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DataFlow.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.monitor.models.DataFlow.transformKql()"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.transformKql()"
name: "transformKql()"
nameWithType: "DataFlow.transformKql()"
summary: "Get the transform<wbr>Kql property: The KQL query to transform stream data."
syntax: "public String transformKql()"
desc: "Get the transformKql property: The KQL query to transform stream data."
returns:
description: "the transformKql value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.validate()"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.validate()"
name: "validate()"
nameWithType: "DataFlow.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.withDestinations(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.withDestinations(List<String> destinations)"
name: "withDestinations(List<String> destinations)"
nameWithType: "DataFlow.withDestinations(List<String> destinations)"
summary: "Set the destinations property: List of destinations for this data flow."
parameters:
- description: "the destinations value to set."
name: "destinations"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public DataFlow withDestinations(List<String> destinations)"
desc: "Set the destinations property: List of destinations for this data flow."
returns:
description: "the DataFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.DataFlow?alt=com.azure.resourcemanager.monitor.models.DataFlow&text=DataFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.withOutputStream(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.withOutputStream(String outputStream)"
name: "withOutputStream(String outputStream)"
nameWithType: "DataFlow.withOutputStream(String outputStream)"
summary: "Set the output<wbr>Stream property: The output stream of the transform."
parameters:
- description: "the outputStream value to set."
name: "outputStream"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DataFlow withOutputStream(String outputStream)"
desc: "Set the outputStream property: The output stream of the transform. Only required if the transform changes data to a different stream."
returns:
description: "the DataFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.DataFlow?alt=com.azure.resourcemanager.monitor.models.DataFlow&text=DataFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.withStreams(java.util.List<com.azure.resourcemanager.monitor.models.KnownDataFlowStreams>)"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.withStreams(List<KnownDataFlowStreams> streams)"
name: "withStreams(List<KnownDataFlowStreams> streams)"
nameWithType: "DataFlow.withStreams(List<KnownDataFlowStreams> streams)"
summary: "Set the streams property: List of streams for this data flow."
parameters:
- description: "the streams value to set."
name: "streams"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.models.KnownDataFlowStreams?alt=com.azure.resourcemanager.monitor.models.KnownDataFlowStreams&text=KnownDataFlowStreams\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DataFlow withStreams(List<KnownDataFlowStreams> streams)"
desc: "Set the streams property: List of streams for this data flow."
returns:
description: "the DataFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.DataFlow?alt=com.azure.resourcemanager.monitor.models.DataFlow&text=DataFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.DataFlow.withTransformKql(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.DataFlow.withTransformKql(String transformKql)"
name: "withTransformKql(String transformKql)"
nameWithType: "DataFlow.withTransformKql(String transformKql)"
summary: "Set the transform<wbr>Kql property: The KQL query to transform stream data."
parameters:
- description: "the transformKql value to set."
name: "transformKql"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DataFlow withTransformKql(String transformKql)"
desc: "Set the transformKql property: The KQL query to transform stream data."
returns:
description: "the DataFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.DataFlow?alt=com.azure.resourcemanager.monitor.models.DataFlow&text=DataFlow\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Definition of which streams are sent to which destinations."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.DataFlow?alt=com.azure.resourcemanager.monitor.models.DataFlow&text=DataFlow\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.monitor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.44.0