azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.metricsadvisor...

95 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource"
fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource"
name: "InfluxDbDataFeedSource"
nameWithType: "InfluxDbDataFeedSource"
summary: "The Influx<wbr>DbData<wbr>Feed<wbr>Source model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.ai.metricsadvisor.administration.models.DataFeedSource?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 **InfluxDbDataFeedSource**</br> extends <xref href=\"com.azure.ai.metricsadvisor.administration.models.DataFeedSource?alt=com.azure.ai.metricsadvisor.administration.models.DataFeedSource&text=DataFeedSource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.InfluxDbDataFeedSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)"
name: "InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)"
nameWithType: "InfluxDbDataFeedSource.InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)"
summary: "Create a Influx<wbr>DbData<wbr>Feed<wbr>Source instance."
parameters:
- description: "InfluxDB connection string"
name: "connectionString"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the database name."
name: "database"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the database access user."
name: "userName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the database access password."
name: "password"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the query value."
name: "query"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)"
desc: "Create a InfluxDbDataFeedSource instance."
methods:
- uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getConnectionString()"
fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getConnectionString()"
name: "getConnectionString()"
nameWithType: "InfluxDbDataFeedSource.getConnectionString()"
summary: "Get the connection<wbr>String property: InfluxDB connection string."
syntax: "public String getConnectionString()"
desc: "Get the connectionString property: InfluxDB connection string."
returns:
description: "the connectionString value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getDatabase()"
fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getDatabase()"
name: "getDatabase()"
nameWithType: "InfluxDbDataFeedSource.getDatabase()"
summary: "Get the database property: Database name."
syntax: "public String getDatabase()"
desc: "Get the database property: Database name."
returns:
description: "the database value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getQuery()"
fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getQuery()"
name: "getQuery()"
nameWithType: "InfluxDbDataFeedSource.getQuery()"
summary: "Get the query property: Query script."
syntax: "public String getQuery()"
desc: "Get the query property: Query script."
returns:
description: "the query value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getUserName()"
fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getUserName()"
name: "getUserName()"
nameWithType: "InfluxDbDataFeedSource.getUserName()"
summary: "Get the user<wbr>Name property: Database access user."
syntax: "public String getUserName()"
desc: "Get the userName property: Database access user."
returns:
description: "the userName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The InfluxDbDataFeedSource model."
metadata: {}
package: "com.azure.ai.metricsadvisor.models"
artifact: com.azure:azure-ai-metricsadvisor:1.2.1