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

110 строки
5.6 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.DatabasePrincipal"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal"
name: "DatabasePrincipal"
nameWithType: "DatabasePrincipal"
summary: "An immutable client-side representation of Database<wbr>Principal."
syntax: "public interface **DatabasePrincipal**"
methods:
- uid: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.appId()"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.appId()"
name: "appId()"
nameWithType: "DatabasePrincipal.appId()"
summary: "Gets the app<wbr>Id property: Application id - relevant only for application principal type."
modifiers:
- "abstract"
syntax: "public abstract String appId()"
desc: "Gets the appId property: Application id - relevant only for application principal type."
returns:
description: "the appId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.email()"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.email()"
name: "email()"
nameWithType: "DatabasePrincipal.email()"
summary: "Gets the email property: Database principal email if exists."
modifiers:
- "abstract"
syntax: "public abstract String email()"
desc: "Gets the email property: Database principal email if exists."
returns:
description: "the email value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.fqn()"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.fqn()"
name: "fqn()"
nameWithType: "DatabasePrincipal.fqn()"
summary: "Gets the fqn property: Database principal fully qualified name."
modifiers:
- "abstract"
syntax: "public abstract String fqn()"
desc: "Gets the fqn property: Database principal fully qualified name."
returns:
description: "the fqn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.innerModel()"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.innerModel()"
name: "innerModel()"
nameWithType: "DatabasePrincipal.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>kusto.<wbr>fluent.<wbr>models.<wbr>Database<wbr>Principal<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract DatabasePrincipalInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalInner?alt=com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalInner&text=DatabasePrincipalInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.name()"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.name()"
name: "name()"
nameWithType: "DatabasePrincipal.name()"
summary: "Gets the name property: Database principal name."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: Database principal name."
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.DatabasePrincipal.role()"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.role()"
name: "role()"
nameWithType: "DatabasePrincipal.role()"
summary: "Gets the role property: Database principal role."
modifiers:
- "abstract"
syntax: "public abstract DatabasePrincipalRole role()"
desc: "Gets the role property: Database principal role."
returns:
description: "the role value."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.DatabasePrincipalRole?alt=com.azure.resourcemanager.kusto.models.DatabasePrincipalRole&text=DatabasePrincipalRole\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.tenantName()"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.tenantName()"
name: "tenantName()"
nameWithType: "DatabasePrincipal.tenantName()"
summary: "Gets the tenant<wbr>Name property: The tenant name of the principal."
modifiers:
- "abstract"
syntax: "public abstract String tenantName()"
desc: "Gets the tenantName property: The tenant name of the principal."
returns:
description: "the tenantName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.type()"
fullName: "com.azure.resourcemanager.kusto.models.DatabasePrincipal.type()"
name: "type()"
nameWithType: "DatabasePrincipal.type()"
summary: "Gets the type property: Database principal type."
modifiers:
- "abstract"
syntax: "public abstract DatabasePrincipalType type()"
desc: "Gets the type property: Database principal type."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.DatabasePrincipalType?alt=com.azure.resourcemanager.kusto.models.DatabasePrincipalType&text=DatabasePrincipalType\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of DatabasePrincipal."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0