Get Inbound Nat Rule Result
data class GetInboundNatRuleResult(val backendAddressPool: SubResourceResponse? = null, val backendIPConfiguration: NetworkInterfaceIPConfigurationResponse, val backendPort: Int? = null, val enableFloatingIP: Boolean? = null, val enableTcpReset: Boolean? = null, val etag: String, val frontendIPConfiguration: SubResourceResponse? = null, val frontendPort: Int? = null, val frontendPortRangeEnd: Int? = null, val frontendPortRangeStart: Int? = null, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val name: String? = null, val protocol: String? = null, val provisioningState: String, val type: String)
Inbound NAT rule of the load balancer.
Constructors
Link copied to clipboard
fun GetInboundNatRuleResult(backendAddressPool: SubResourceResponse? = null, backendIPConfiguration: NetworkInterfaceIPConfigurationResponse, backendPort: Int? = null, enableFloatingIP: Boolean? = null, enableTcpReset: Boolean? = null, etag: String, frontendIPConfiguration: SubResourceResponse? = null, frontendPort: Int? = null, frontendPortRangeEnd: Int? = null, frontendPortRangeStart: Int? = null, id: String? = null, idleTimeoutInMinutes: Int? = null, name: String? = null, protocol: String? = null, provisioningState: String, type: String)