pulumi-azure-kotlin
5.68.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.batch.kotlin.inputs
/
AccountKeyVaultReferenceArgs
Account
Key
Vault
Reference
Args
data
class
AccountKeyVaultReferenceArgs
(
val
id
:
Output
<
String
>
,
val
url
:
Output
<
String
>
)
:
ConvertibleToJava
<
AccountKeyVaultReferenceArgs
>
Constructors
Functions
Properties
Constructors
Account
Key
Vault
Reference
Args
Link copied to clipboard
fun
AccountKeyVaultReferenceArgs
(
id
:
Output
<
String
>
,
url
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AccountKeyVaultReferenceArgs
Properties
id
Link copied to clipboard
val
id
:
Output
<
String
>
The Azure identifier of the Azure KeyVault to use.
url
Link copied to clipboard
val
url
:
Output
<
String
>
The HTTPS URL of the Azure KeyVault to use.