### YamlMime:JavaType uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration" fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration" name: "VirtualNetworkGatewayIPConfiguration" nameWithType: "VirtualNetworkGatewayIPConfiguration" summary: "A client-side representation of an virtual network gateway IP configuration." syntax: "public interface **VirtualNetworkGatewayIPConfiguration**
extends <>, <>" methods: - uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.getSubnet()" fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.getSubnet()" name: "getSubnet()" nameWithType: "VirtualNetworkGatewayIPConfiguration.getSubnet()" modifiers: - "abstract" syntax: "public abstract Subnet getSubnet()" returns: description: "the subnet the virtual network gateway is in\n Note, this results in a separate call to Azure." type: "" - uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.networkId()" fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.networkId()" name: "networkId()" nameWithType: "VirtualNetworkGatewayIPConfiguration.networkId()" modifiers: - "abstract" syntax: "public abstract String networkId()" returns: description: "the resource ID of the virtual network the application gateway is in" type: "" - uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod()" fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod()" name: "privateIPAllocationMethod()" nameWithType: "VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod()" modifiers: - "abstract" syntax: "public abstract IPAllocationMethod privateIPAllocationMethod()" returns: description: "the private IP allocation method. Possible values are: 'Static' and\n 'Dynamic'." type: "" - uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.publicIPAddressId()" fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.publicIPAddressId()" name: "publicIPAddressId()" nameWithType: "VirtualNetworkGatewayIPConfiguration.publicIPAddressId()" modifiers: - "abstract" syntax: "public abstract String publicIPAddressId()" returns: description: "the resource id of associated public IP address" type: "" - uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.subnetName()" fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.subnetName()" name: "subnetName()" nameWithType: "VirtualNetworkGatewayIPConfiguration.subnetName()" modifiers: - "abstract" syntax: "public abstract String subnetName()" returns: description: "the name of the subnet the virtual network gateway is in" type: "" type: "interface" desc: "A client-side representation of an virtual network gateway IP configuration." implements: - "<>" - "<>" metadata: {} package: "com.microsoft.azure.management.network" artifact: com.microsoft.azure:azure-mgmt-network:1.41.4