268 строки
17 KiB
YAML
268 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.postgresql.models.Servers"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers"
|
|
name: "Servers"
|
|
nameWithType: "Servers"
|
|
summary: "Resource collection API of Servers."
|
|
syntax: "public interface **Servers**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Servers.define(String name)"
|
|
summary: "Begins definition for a new Server resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Server.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Server resource."
|
|
returns:
|
|
description: "the first stage of the new Server definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.Server.DefinitionStages.Blank?alt=com.azure.resourcemanager.postgresql.models.Server.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.delete(String resourceGroupName, String serverName, Context context)"
|
|
name: "delete(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "Servers.delete(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Deletes a 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 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 a server."
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Servers.deleteById(String id)"
|
|
summary: "Deletes a server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Deletes a server."
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Servers.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Deletes a server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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 deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Deletes a server."
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.deleteByResourceGroup(String resourceGroupName, String serverName)"
|
|
name: "deleteByResourceGroup(String resourceGroupName, String serverName)"
|
|
nameWithType: "Servers.deleteByResourceGroup(String resourceGroupName, String serverName)"
|
|
summary: "Deletes a 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>"
|
|
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String serverName)"
|
|
desc: "Deletes a server."
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Servers.getById(String id)"
|
|
summary: "Gets information about a server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Server getById(String id)"
|
|
desc: "Gets information about a server."
|
|
returns:
|
|
description: "information about a server 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.resourcemanager.postgresql.models.Server?alt=com.azure.resourcemanager.postgresql.models.Server&text=Server\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Servers.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets information about a server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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<Server> getByIdWithResponse(String id, Context context)"
|
|
desc: "Gets information about a server."
|
|
returns:
|
|
description: "information about a server 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.postgresql.models.Server?alt=com.azure.resourcemanager.postgresql.models.Server&text=Server\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.getByResourceGroup(String resourceGroupName, String serverName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String serverName)"
|
|
nameWithType: "Servers.getByResourceGroup(String resourceGroupName, String serverName)"
|
|
summary: "Gets information about a 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>"
|
|
syntax: "public abstract Server getByResourceGroup(String resourceGroupName, String serverName)"
|
|
desc: "Gets information about a server."
|
|
returns:
|
|
description: "information about a server."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.Server?alt=com.azure.resourcemanager.postgresql.models.Server&text=Server\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.getByResourceGroupWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "Servers.getByResourceGroupWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Gets information about a 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 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<Server> getByResourceGroupWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
desc: "Gets information about a server."
|
|
returns:
|
|
description: "information about a server 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.postgresql.models.Server?alt=com.azure.resourcemanager.postgresql.models.Server&text=Server\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.list()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.list()"
|
|
name: "list()"
|
|
nameWithType: "Servers.list()"
|
|
summary: "List all the servers in a given subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<Server> list()"
|
|
desc: "List all the servers in a given subscription."
|
|
returns:
|
|
description: "a list of servers."
|
|
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.postgresql.models.Server?alt=com.azure.resourcemanager.postgresql.models.Server&text=Server\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "Servers.list(Context context)"
|
|
summary: "List all the servers in a given subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- 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<Server> list(Context context)"
|
|
desc: "List all the servers in a given subscription."
|
|
returns:
|
|
description: "a list of servers."
|
|
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.postgresql.models.Server?alt=com.azure.resourcemanager.postgresql.models.Server&text=Server\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "Servers.listByResourceGroup(String resourceGroupName)"
|
|
summary: "List all the servers in a given resource group."
|
|
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>"
|
|
syntax: "public abstract PagedIterable<Server> listByResourceGroup(String resourceGroupName)"
|
|
desc: "List all the servers in a given resource group."
|
|
returns:
|
|
description: "a list of servers."
|
|
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.postgresql.models.Server?alt=com.azure.resourcemanager.postgresql.models.Server&text=Server\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "Servers.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "List all the servers in a given resource group."
|
|
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 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<Server> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "List all the servers in a given resource group."
|
|
returns:
|
|
description: "a list of servers."
|
|
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.postgresql.models.Server?alt=com.azure.resourcemanager.postgresql.models.Server&text=Server\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.restart(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.restart(String resourceGroupName, String serverName)"
|
|
name: "restart(String resourceGroupName, String serverName)"
|
|
nameWithType: "Servers.restart(String resourceGroupName, String serverName)"
|
|
summary: "Restarts a 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>"
|
|
syntax: "public abstract void restart(String resourceGroupName, String serverName)"
|
|
desc: "Restarts a server."
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Servers.restart(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Servers.restart(String resourceGroupName, String serverName, Context context)"
|
|
name: "restart(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "Servers.restart(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Restarts a 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 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 restart(String resourceGroupName, String serverName, Context context)"
|
|
desc: "Restarts a server."
|
|
type: "interface"
|
|
desc: "Resource collection API of Servers."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.postgresql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2
|