toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.inputs
/
StorageProfileArgs
Storage
Profile
Args
data
class
StorageProfileArgs
(
val
storageaccounts
:
Output
<
List
<
StorageAccountArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
StorageProfileArgs
>
The storage profile.
Members
Constructors
Storage
Profile
Args
Link copied to clipboard
constructor
(
storageaccounts
:
Output
<
List
<
StorageAccountArgs
>
>
?
=
null
)
Properties
storageaccounts
Link copied to clipboard
val
storageaccounts
:
Output
<
List
<
StorageAccountArgs
>
>
?
=
null
The list of storage accounts in the cluster.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
StorageProfileArgs