pulumi-azure-native-kotlin
1.104.0.1
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
)
Types
Constructors
Properties
Constructors
Container
Registry
Response
Link copied to clipboard
fun
ContainerRegistryResponse
(
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