VirtualMachineOsProfileWindowsConfigWinrm

data class VirtualMachineOsProfileWindowsConfigWinrm(val certificateUrl: String? = null, val protocol: String)

Constructors

constructor(certificateUrl: String? = null, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateUrl: 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

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