Container Group Image Registry Credential Args
data class ContainerGroupImageRegistryCredentialArgs(val password: Output<String>, val server: Output<String>, val userName: Output<String>) : ConvertibleToJava<ContainerGroupImageRegistryCredentialArgs>
Constructors
Link copied to clipboard
fun ContainerGroupImageRegistryCredentialArgs(password: Output<String>, server: Output<String>, userName: Output<String>)