pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.batch.kotlin.inputs
/
ListBatchAccountKeysPlainArgs
List
Batch
Account
Keys
Plain
Args
data
class
ListBatchAccountKeysPlainArgs
(
val
accountName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
ListBatchAccountKeysPlainArgs
>
Constructors
Functions
Properties
Constructors
List
Batch
Account
Keys
Plain
Args
Link copied to clipboard
fun
ListBatchAccountKeysPlainArgs
(
accountName
:
String
,
resourceGroupName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListBatchAccountKeysPlainArgs
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.