toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.databoxedge.kotlin.inputs
/
GetContainerPlainArgs
Get
Container
Plain
Args
data
class
GetContainerPlainArgs
(
val
containerName
:
String
,
val
deviceName
:
String
,
val
resourceGroupName
:
String
,
val
storageAccountName
:
String
)
:
ConvertibleToJava
<
GetContainerPlainArgs
>
Members
Constructors
Get
Container
Plain
Args
Link copied to clipboard
constructor
(
containerName
:
String
,
deviceName
:
String
,
resourceGroupName
:
String
,
storageAccountName
:
String
)
Properties
container
Name
Link copied to clipboard
val
containerName
:
String
The container Name
device
Name
Link copied to clipboard
val
deviceName
:
String
The device name.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The resource group name.
storage
Account
Name
Link copied to clipboard
val
storageAccountName
:
String
The Storage Account Name
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetContainerPlainArgs