178 строки
14 KiB
YAML
178 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators"
|
|
name: "ServerAdministrators"
|
|
nameWithType: "ServerAdministrators"
|
|
summary: "Resource collection API of Server<wbr>Administrators."
|
|
syntax: "public interface **ServerAdministrators**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators.createOrUpdate(String resourceGroupName, String serverName, ServerAdministratorResourceInner properties)"
|
|
name: "createOrUpdate(String resourceGroupName, String serverName, ServerAdministratorResourceInner properties)"
|
|
nameWithType: "ServerAdministrators.createOrUpdate(String resourceGroupName, String serverName, ServerAdministratorResourceInner properties)"
|
|
summary: "Creates or update active directory administrator on an existing server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The required parameters for creating or updating an AAD server administrator."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner&text=ServerAdministratorResourceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ServerAdministratorResource createOrUpdate(String resourceGroupName, String serverName, ServerAdministratorResourceInner properties)"
|
|
desc: "Creates or update active directory administrator on an existing server. The update action will overwrite the existing administrator."
|
|
returns:
|
|
description: "represents a and external administrator to be created."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerAdministratorResource?alt=com.azure.resourcemanager.mysql.models.ServerAdministratorResource&text=ServerAdministratorResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators.createOrUpdate(String resourceGroupName, String serverName, ServerAdministratorResourceInner properties, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String serverName, ServerAdministratorResourceInner properties, Context context)"
|
|
nameWithType: "ServerAdministrators.createOrUpdate(String resourceGroupName, String serverName, ServerAdministratorResourceInner properties, Context context)"
|
|
summary: "Creates or update active directory administrator on an existing server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The required parameters for creating or updating an AAD server administrator."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner&text=ServerAdministratorResourceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ServerAdministratorResource createOrUpdate(String resourceGroupName, String serverName, ServerAdministratorResourceInner properties, Context context)"
|
|
desc: "Creates or update active directory administrator on an existing server. The update action will overwrite the existing administrator."
|
|
returns:
|
|
description: "represents a and external administrator to be created."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerAdministratorResource?alt=com.azure.resourcemanager.mysql.models.ServerAdministratorResource&text=ServerAdministratorResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators.delete(String resourceGroupName, String serverName, Context context)"
|
|
name: "delete(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "ServerAdministrators.delete(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Deletes server active directory administrator."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String serverName, Context context)"
|
|
desc: "Deletes server active directory administrator."
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators.deleteByResourceGroup(String resourceGroupName, String serverName)"
|
|
name: "deleteByResourceGroup(String resourceGroupName, String serverName)"
|
|
nameWithType: "ServerAdministrators.deleteByResourceGroup(String resourceGroupName, String serverName)"
|
|
summary: "Deletes server active directory administrator."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String serverName)"
|
|
desc: "Deletes server active directory administrator."
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators.get(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators.get(String resourceGroupName, String serverName)"
|
|
name: "get(String resourceGroupName, String serverName)"
|
|
nameWithType: "ServerAdministrators.get(String resourceGroupName, String serverName)"
|
|
summary: "Gets information about a AAD server administrator."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ServerAdministratorResource get(String resourceGroupName, String serverName)"
|
|
desc: "Gets information about a AAD server administrator."
|
|
returns:
|
|
description: "information about a AAD server administrator."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerAdministratorResource?alt=com.azure.resourcemanager.mysql.models.ServerAdministratorResource&text=ServerAdministratorResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators.getWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "ServerAdministrators.getWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Gets information about a AAD server administrator."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<ServerAdministratorResource> getWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
desc: "Gets information about a AAD server administrator."
|
|
returns:
|
|
description: "information about a AAD server administrator along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mysql.models.ServerAdministratorResource?alt=com.azure.resourcemanager.mysql.models.ServerAdministratorResource&text=ServerAdministratorResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators.list(String resourceGroupName, String serverName)"
|
|
name: "list(String resourceGroupName, String serverName)"
|
|
nameWithType: "ServerAdministrators.list(String resourceGroupName, String serverName)"
|
|
summary: "Returns a list of server Administrators."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<ServerAdministratorResource> list(String resourceGroupName, String serverName)"
|
|
desc: "Returns a list of server Administrators."
|
|
returns:
|
|
description: "the response to a list Active Directory Administrators request."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mysql.models.ServerAdministratorResource?alt=com.azure.resourcemanager.mysql.models.ServerAdministratorResource&text=ServerAdministratorResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerAdministrators.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerAdministrators.list(String resourceGroupName, String serverName, Context context)"
|
|
name: "list(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "ServerAdministrators.list(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Returns a list of server Administrators."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<ServerAdministratorResource> list(String resourceGroupName, String serverName, Context context)"
|
|
desc: "Returns a list of server Administrators."
|
|
returns:
|
|
description: "the response to a list Active Directory Administrators request."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mysql.models.ServerAdministratorResource?alt=com.azure.resourcemanager.mysql.models.ServerAdministratorResource&text=ServerAdministratorResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of ServerAdministrators."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mysql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2
|