toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerstorage.kotlin.inputs
/
GetVolumePlainArgs
Get
Volume
Plain
Args
data
class
GetVolumePlainArgs
(
val
poolName
:
String
,
val
resourceGroupName
:
String
,
val
volumeName
:
String
)
:
ConvertibleToJava
<
GetVolumePlainArgs
>
Members
Constructors
Get
Volume
Plain
Args
Link copied to clipboard
constructor
(
poolName
:
String
,
resourceGroupName
:
String
,
volumeName
:
String
)
Properties
pool
Name
Link copied to clipboard
val
poolName
:
String
Pool Object
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group. The name is case insensitive.
volume
Name
Link copied to clipboard
val
volumeName
:
String
Volume Resource
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetVolumePlainArgs