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
/
ContainerRegistryArgs
Container
Registry
Args
data
class
ContainerRegistryArgs
(
val
password
:
Output
<
String
>
,
val
registryServer
:
Output
<
String
>
?
=
null
,
val
userName
:
Output
<
String
>
)
:
ConvertibleToJava
<
ContainerRegistryArgs
>
Members
Constructors
Container
Registry
Args
Link copied to clipboard
constructor
(
password
:
Output
<
String
>
,
registryServer
:
Output
<
String
>
?
=
null
,
userName
:
Output
<
String
>
)
Properties
password
Link copied to clipboard
val
password
:
Output
<
String
>
registry
Server
Link copied to clipboard
val
registryServer
:
Output
<
String
>
?
=
null
If omitted, the default is "docker.io".
user
Name
Link copied to clipboard
val
userName
:
Output
<
String
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ContainerRegistryArgs