Get Bastion Host Result
data class GetBastionHostResult(val disableCopyPaste: Boolean? = null, val dnsName: String? = null, val enableFileCopy: Boolean? = null, val enableIpConnect: Boolean? = null, val enableKerberos: Boolean? = null, val enableShareableLink: Boolean? = null, val enableTunneling: Boolean? = null, val etag: String, val id: String? = null, val ipConfigurations: List<BastionHostIPConfigurationResponse>? = null, val location: String? = null, val name: String, val provisioningState: String, val scaleUnits: Int? = null, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
Bastion Host resource.
Constructors
Link copied to clipboard
fun GetBastionHostResult(disableCopyPaste: Boolean? = null, dnsName: String? = null, enableFileCopy: Boolean? = null, enableIpConnect: Boolean? = null, enableKerberos: Boolean? = null, enableShareableLink: Boolean? = null, enableTunneling: Boolean? = null, etag: String, id: String? = null, ipConfigurations: List<BastionHostIPConfigurationResponse>? = null, location: String? = null, name: String, provisioningState: String, scaleUnits: Int? = null, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)