toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
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
>
Members
Constructors
List
Batch
Account
Keys
Plain
Args
Link copied to clipboard
constructor
(
accountName
:
String
,
resourceGroupName
:
String
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListBatchAccountKeysPlainArgs