Network Interface IPConfiguration Response
data class NetworkInterfaceIPConfigurationResponse(val applicationGatewayBackendAddressPools: List<ApplicationGatewayBackendAddressPoolResponse>? = null, val applicationSecurityGroups: List<ApplicationSecurityGroupResponse>? = null, val etag: String, val id: String? = null, val loadBalancerBackendAddressPools: List<BackendAddressPoolResponse>? = null, val loadBalancerInboundNatRules: List<InboundNatRuleResponse>? = null, val name: String? = null, val primary: Boolean? = null, val privateIPAddress: String? = null, val privateIPAddressVersion: String? = null, val privateIPAllocationMethod: String? = null, val privateLinkConnectionProperties: NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse, val provisioningState: String, val publicIPAddress: PublicIPAddressResponse? = null, val subnet: SubnetResponse? = null, val type: String? = null, val virtualNetworkTaps: List<VirtualNetworkTapResponse>? = null)
IPConfiguration in a network interface.
Constructors
Link copied to clipboard
fun NetworkInterfaceIPConfigurationResponse(applicationGatewayBackendAddressPools: List<ApplicationGatewayBackendAddressPoolResponse>? = null, applicationSecurityGroups: List<ApplicationSecurityGroupResponse>? = null, etag: String, id: String? = null, loadBalancerBackendAddressPools: List<BackendAddressPoolResponse>? = null, loadBalancerInboundNatRules: List<InboundNatRuleResponse>? = null, name: String? = null, primary: Boolean? = null, privateIPAddress: String? = null, privateIPAddressVersion: String? = null, privateIPAllocationMethod: String? = null, privateLinkConnectionProperties: NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse, provisioningState: String, publicIPAddress: PublicIPAddressResponse? = null, subnet: SubnetResponse? = null, type: String? = null, virtualNetworkTaps: List<VirtualNetworkTapResponse>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard