ManagedClusterNodeTypeVmSecretCertificateArgs

data class ManagedClusterNodeTypeVmSecretCertificateArgs(val store: Output<String>, val url: Output<String>) : ConvertibleToJava<ManagedClusterNodeTypeVmSecretCertificateArgs>

Constructors

constructor(store: Output<String>, url: Output<String>)

Properties

Link copied to clipboard
val store: Output<String>

The certificate store on the Virtual Machine to which the certificate should be added.

Link copied to clipboard
val url: Output<String>

The URL of a certificate that has been uploaded to Key Vault as a secret

Functions

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