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

139 строки
9.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties"
name: "ServerAdministratorProperties"
nameWithType: "ServerAdministratorProperties"
summary: "The properties of an server Administrator."
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 **ServerAdministratorProperties**"
constructors:
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.ServerAdministratorProperties()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.ServerAdministratorProperties()"
name: "ServerAdministratorProperties()"
nameWithType: "ServerAdministratorProperties.ServerAdministratorProperties()"
syntax: "public ServerAdministratorProperties()"
methods:
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.administratorType()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.administratorType()"
name: "administratorType()"
nameWithType: "ServerAdministratorProperties.administratorType()"
summary: "Get the administrator<wbr>Type property: The type of administrator."
syntax: "public AdministratorType administratorType()"
desc: "Get the administratorType property: The type of administrator."
returns:
description: "the administratorType value."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.AdministratorType?alt=com.azure.resourcemanager.mysql.models.AdministratorType&text=AdministratorType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.login()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.login()"
name: "login()"
nameWithType: "ServerAdministratorProperties.login()"
summary: "Get the login property: The server administrator login account name."
syntax: "public String login()"
desc: "Get the login property: The server administrator login account name."
returns:
description: "the login value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.sid()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.sid()"
name: "sid()"
nameWithType: "ServerAdministratorProperties.sid()"
summary: "Get the sid property: The server administrator Sid (Secure ID)."
syntax: "public UUID sid()"
desc: "Get the sid property: The server administrator Sid (Secure ID)."
returns:
description: "the sid value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.tenantId()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.tenantId()"
name: "tenantId()"
nameWithType: "ServerAdministratorProperties.tenantId()"
summary: "Get the tenant<wbr>Id property: The server Active Directory Administrator tenant id."
syntax: "public UUID tenantId()"
desc: "Get the tenantId property: The server Active Directory Administrator tenant id."
returns:
description: "the tenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.validate()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.validate()"
name: "validate()"
nameWithType: "ServerAdministratorProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.withAdministratorType(com.azure.resourcemanager.mysql.models.AdministratorType)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.withAdministratorType(AdministratorType administratorType)"
name: "withAdministratorType(AdministratorType administratorType)"
nameWithType: "ServerAdministratorProperties.withAdministratorType(AdministratorType administratorType)"
summary: "Set the administrator<wbr>Type property: The type of administrator."
parameters:
- description: "the administratorType value to set."
name: "administratorType"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.AdministratorType?alt=com.azure.resourcemanager.mysql.models.AdministratorType&text=AdministratorType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerAdministratorProperties withAdministratorType(AdministratorType administratorType)"
desc: "Set the administratorType property: The type of administrator."
returns:
description: "the ServerAdministratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties?alt=com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties&text=ServerAdministratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.withLogin(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.withLogin(String login)"
name: "withLogin(String login)"
nameWithType: "ServerAdministratorProperties.withLogin(String login)"
summary: "Set the login property: The server administrator login account name."
parameters:
- description: "the login value to set."
name: "login"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerAdministratorProperties withLogin(String login)"
desc: "Set the login property: The server administrator login account name."
returns:
description: "the ServerAdministratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties?alt=com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties&text=ServerAdministratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.withSid(java.util.UUID)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.withSid(UUID sid)"
name: "withSid(UUID sid)"
nameWithType: "ServerAdministratorProperties.withSid(UUID sid)"
summary: "Set the sid property: The server administrator Sid (Secure ID)."
parameters:
- description: "the sid value to set."
name: "sid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public ServerAdministratorProperties withSid(UUID sid)"
desc: "Set the sid property: The server administrator Sid (Secure ID)."
returns:
description: "the ServerAdministratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties?alt=com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties&text=ServerAdministratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.withTenantId(java.util.UUID)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties.withTenantId(UUID tenantId)"
name: "withTenantId(UUID tenantId)"
nameWithType: "ServerAdministratorProperties.withTenantId(UUID tenantId)"
summary: "Set the tenant<wbr>Id property: The server Active Directory Administrator tenant id."
parameters:
- description: "the tenantId value to set."
name: "tenantId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public ServerAdministratorProperties withTenantId(UUID tenantId)"
desc: "Set the tenantId property: The server Active Directory Administrator tenant id."
returns:
description: "the ServerAdministratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties?alt=com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorProperties&text=ServerAdministratorProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of an server Administrator."
metadata: {}
package: "com.azure.resourcemanager.mysql.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2