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

74 строки
3.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.DataConnection"
fullName: "com.azure.resourcemanager.kusto.models.DataConnection"
name: "DataConnection"
nameWithType: "DataConnection"
summary: "An immutable client-side representation of Data<wbr>Connection."
syntax: "public interface **DataConnection**"
methods:
- uid: "com.azure.resourcemanager.kusto.models.DataConnection.id()"
fullName: "com.azure.resourcemanager.kusto.models.DataConnection.id()"
name: "id()"
nameWithType: "DataConnection.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.DataConnection.innerModel()"
fullName: "com.azure.resourcemanager.kusto.models.DataConnection.innerModel()"
name: "innerModel()"
nameWithType: "DataConnection.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>kusto.<wbr>fluent.<wbr>models.<wbr>Data<wbr>Connection<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract DataConnectionInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.kusto.fluent.models.DataConnectionInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.DataConnectionInner?alt=com.azure.resourcemanager.kusto.fluent.models.DataConnectionInner&text=DataConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.DataConnection.location()"
fullName: "com.azure.resourcemanager.kusto.models.DataConnection.location()"
name: "location()"
nameWithType: "DataConnection.location()"
summary: "Gets the location property: Resource location."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: Resource location."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.DataConnection.name()"
fullName: "com.azure.resourcemanager.kusto.models.DataConnection.name()"
name: "name()"
nameWithType: "DataConnection.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.DataConnection.type()"
fullName: "com.azure.resourcemanager.kusto.models.DataConnection.type()"
name: "type()"
nameWithType: "DataConnection.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of DataConnection."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0