Get Network Interface Ip Configuration
data class GetNetworkInterfaceIpConfiguration(val applicationGatewayBackendAddressPoolsIds: List<String>, val applicationSecurityGroupIds: List<String>, val gatewayLoadBalancerFrontendIpConfigurationId: String, val loadBalancerBackendAddressPoolsIds: List<String>, val loadBalancerInboundNatRulesIds: List<String>, val name: String, val primary: Boolean, val privateIpAddress: String, val privateIpAddressAllocation: String, val privateIpAddressVersion: String, val publicIpAddressId: String, val subnetId: String)
Constructors
Link copied to clipboard
constructor(applicationGatewayBackendAddressPoolsIds: List<String>, applicationSecurityGroupIds: List<String>, gatewayLoadBalancerFrontendIpConfigurationId: String, loadBalancerBackendAddressPoolsIds: List<String>, loadBalancerInboundNatRulesIds: List<String>, name: String, primary: Boolean, privateIpAddress: String, privateIpAddressAllocation: String, privateIpAddressVersion: String, publicIpAddressId: String, subnetId: String)
Properties
Link copied to clipboard
A list of Backend Address Pool IDs within a Application Gateway that this Network Interface is connected to.
Link copied to clipboard
Link copied to clipboard
The Frontend IP Configuration ID of a Gateway SKU Load Balancer the Network Interface is consuming.
Link copied to clipboard
A list of Backend Address Pool IDs within a Load Balancer that this Network Interface is connected to.
Link copied to clipboard
A list of Inbound NAT Rule IDs within a Load Balancer that this Network Interface is connected to.
Link copied to clipboard
The Private IP Address assigned to this Network Interface.
Link copied to clipboard
The IP Address allocation type for the Private address, such as Dynamic
or Static
.
Link copied to clipboard
Link copied to clipboard
The ID of the Public IP Address which is connected to this Network Interface.