GenericContainerExtendedInfoArgs

data class GenericContainerExtendedInfoArgs(val containerIdentityInfo: Output<ContainerIdentityInfoArgs>? = null, val rawCertData: Output<String>? = null, val serviceEndpoints: Output<Map<String, String>>? = null) : ConvertibleToJava<GenericContainerExtendedInfoArgs>

Container extended information

Constructors

Link copied to clipboard
constructor(containerIdentityInfo: Output<ContainerIdentityInfoArgs>? = null, rawCertData: Output<String>? = null, serviceEndpoints: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

Container identity information

Link copied to clipboard
val rawCertData: Output<String>? = null

Public key of container cert

Link copied to clipboard
val serviceEndpoints: Output<Map<String, String>>? = null

Azure Backup Service Endpoints for the container

Functions

Link copied to clipboard
open override fun toJava(): GenericContainerExtendedInfoArgs