VirtualMachineOsProfileWindowsConfigWinrmArgs

data class VirtualMachineOsProfileWindowsConfigWinrmArgs(val certificateUrl: Output<String>? = null, val protocol: Output<String>) : ConvertibleToJava<VirtualMachineOsProfileWindowsConfigWinrmArgs>

Constructors

constructor(certificateUrl: Output<String>? = null, protocol: Output<String>)

Properties

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

The ID of the Key Vault Secret which contains the encrypted Certificate which should be installed on the Virtual Machine. This certificate must also be specified in the vault_certificates block within the os_profile_secrets block.

Link copied to clipboard
val protocol: Output<String>

Specifies the protocol of listener. Possible values are HTTP or HTTPS.

Functions

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