ScaleSetOsProfileWindowsConfigWinrmArgs

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

Constructors

Link copied to clipboard
constructor(certificateUrl: Output<String>? = null, protocol: Output<String>)

Properties

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

Specifies URL of the certificate with which new Virtual Machines is provisioned.

Link copied to clipboard
val protocol: Output<String>

Specifies the protocol of listener

Functions

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