pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.batch.kotlin.inputs
/
GetBatchAccountPlainArgs
Get
Batch
Account
Plain
Args
data
class
GetBatchAccountPlainArgs
(
val
accountName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetBatchAccountPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Batch
Account
Plain
Args
Link copied to clipboard
fun
GetBatchAccountPlainArgs
(
accountName
:
String
,
resourceGroupName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetBatchAccountPlainArgs
Properties
account
Name
Link copied to clipboard
val
accountName
:
String
The name of the Batch account.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group that contains the Batch account.