74 строки
3.3 KiB
YAML
74 строки
3.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.kusto.models.Database"
|
|
fullName: "com.azure.resourcemanager.kusto.models.Database"
|
|
name: "Database"
|
|
nameWithType: "Database"
|
|
summary: "An immutable client-side representation of Database."
|
|
syntax: "public interface **Database**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.kusto.models.Database.id()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.Database.id()"
|
|
name: "id()"
|
|
nameWithType: "Database.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.Database.innerModel()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.Database.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Database.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>kusto.<wbr>fluent.<wbr>models.<wbr>Database<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DatabaseInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.kusto.fluent.models.DatabaseInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.kusto.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kusto.models.Database.location()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.Database.location()"
|
|
name: "location()"
|
|
nameWithType: "Database.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.Database.name()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.Database.name()"
|
|
name: "name()"
|
|
nameWithType: "Database.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.Database.type()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.Database.type()"
|
|
name: "type()"
|
|
nameWithType: "Database.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 Database."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.kusto.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0
|