WindowsVirtualMachineScaleSetWinrmListener

data class WindowsVirtualMachineScaleSetWinrmListener(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 Secret URL of a Key Vault Certificate, which must be specified when protocol is set to Https. Changing this forces a new resource to be created.

Link copied to clipboard

The Protocol of the WinRM Listener. Possible values are Http and Https. Changing this forces a new resource to be created.