pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.app.kotlin.outputs
/
RegistryInfoResponse
Registry
Info
Response
data
class
RegistryInfoResponse
(
val
registryUrl
:
String
?
=
null
,
val
registryUserName
:
String
?
=
null
)
Container App registry information.
Types
Constructors
Properties
Constructors
Registry
Info
Response
Link copied to clipboard
fun
RegistryInfoResponse
(
registryUrl
:
String
?
=
null
,
registryUserName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
registry
Url
Link copied to clipboard
val
registryUrl
:
String
?
=
null
registry server Url.
registry
User
Name
Link copied to clipboard
val
registryUserName
:
String
?
=
null
registry username.