toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Registry
Info
Response
Link copied to clipboard
constructor
(
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.