customRegistries

@JvmName(name = "ecsiqyfxuxvhatvn")
suspend fun customRegistries(value: Output<Map<String, CustomRegistryCredentialsArgs>>)
@JvmName(name = "wifilxwhsfubckqd")
suspend fun customRegistries(value: Map<String, CustomRegistryCredentialsArgs>?)

Parameters

value

Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.


@JvmName(name = "yxddjgwuvnfltlwe")
suspend fun customRegistries(vararg argument: Pair<String, suspend CustomRegistryCredentialsArgsBuilder.() -> Unit>)

Parameters

argument

Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.


@JvmName(name = "deqfhhntkbdrvxfd")
fun customRegistries(vararg values: Pair<String, CustomRegistryCredentialsArgs>)

Parameters

values

Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.