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.outputs
/
ContainerRegistryResponse
Container
Registry
Response
data
class
ContainerRegistryResponse
(
val
password
:
String
,
val
registryServer
:
String
?
=
null
,
val
userName
:
String
)
Members
Constructors
Container
Registry
Response
Link copied to clipboard
constructor
(
password
:
String
,
registryServer
:
String
?
=
null
,
userName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
registry
Server
Link copied to clipboard
val
registryServer
:
String
?
=
null
If omitted, the default is "docker.io".
user
Name
Link copied to clipboard
val
userName
:
String