toggle menu
pulumi-azure-kotlin
5.79.0.1
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.batch.kotlin.outputs
/
PoolStartTaskContainerRegistry
Pool
Start
Task
Container
Registry
data
class
PoolStartTaskContainerRegistry
(
val
password
:
String
?
=
null
,
val
registryServer
:
String
,
val
userAssignedIdentityId
:
String
?
=
null
,
val
userName
:
String
?
=
null
)
Members
Constructors
Pool
Start
Task
Container
Registry
Link copied to clipboard
constructor
(
password
:
String
?
=
null
,
registryServer
:
String
,
userAssignedIdentityId
:
String
?
=
null
,
userName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
?
=
null
registry
Server
Link copied to clipboard
val
registryServer
:
String
user
Assigned
Identity
Id
Link copied to clipboard
val
userAssignedIdentityId
:
String
?
=
null
The User Assigned Identity to use for Container Registry access.
user
Name
Link copied to clipboard
val
userName
:
String
?
=
null