toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dbforpostgresql.kotlin.inputs
/
GetServerPlainArgs
Get
Server
Plain
Args
data
class
GetServerPlainArgs
(
val
resourceGroupName
:
String
,
val
serverName
:
String
)
:
ConvertibleToJava
<
GetServerPlainArgs
>
Members
Constructors
Get
Server
Plain
Args
Link copied to clipboard
constructor
(
resourceGroupName
:
String
,
serverName
:
String
)
Properties
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group. The name is case insensitive.
server
Name
Link copied to clipboard
val
serverName
:
String
The name of the server.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetServerPlainArgs