JitNetworkAccessPolicyVirtualMachineResponse

data class JitNetworkAccessPolicyVirtualMachineResponse(val id: String, val ports: List<JitNetworkAccessPortRuleResponse>, val publicIpAddress: String? = null)

Constructors

constructor(id: String, ports: List<JitNetworkAccessPortRuleResponse>, publicIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID of the virtual machine that is linked to this policy

Link copied to clipboard

Port configurations for the virtual machine

Link copied to clipboard
val publicIpAddress: String? = null

Public IP address of the Azure Firewall that is linked to this policy, if applicable