WindowsVirtualMachineScaleSetWinrmListenerArgs

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

Constructors

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

Properties

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

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

Functions

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