toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.devcenter.kotlin.inputs
/
GetPoolPlainArgs
Get
Pool
Plain
Args
data
class
GetPoolPlainArgs
(
val
poolName
:
String
,
val
projectName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetPoolPlainArgs
>
Members
Constructors
Get
Pool
Plain
Args
Link copied to clipboard
constructor
(
poolName
:
String
,
projectName
:
String
,
resourceGroupName
:
String
)
Properties
pool
Name
Link copied to clipboard
val
poolName
:
String
Name of the pool.
project
Name
Link copied to clipboard
val
projectName
:
String
The name of the project.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
Name of the resource group within the Azure subscription.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetPoolPlainArgs