Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayIpConfigurationInner
Packages that use VirtualNetworkGatewayIpConfigurationInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayIpConfigurationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayIpConfigurationInnerModifier and TypeMethodDescriptionVirtualNetworkGatewayIpConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayIpConfigurationInner from the JsonReader.Set the name property: The name of the resource that is unique within a resource group.VirtualNetworkGatewayIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.VirtualNetworkGatewayIpConfigurationInner.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: The reference to the public IP resource.VirtualNetworkGatewayIpConfigurationInner.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: The reference to the subnet resource.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VirtualNetworkGatewayIpConfigurationInnerModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.ipConfigurations()Get the ipConfigurations property: IP configurations for virtual network gateway.VirtualNetworkGatewayPropertiesFormat.ipConfigurations()Get the ipConfigurations property: IP configurations for virtual network gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VirtualNetworkGatewayIpConfigurationInnerModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withIpConfigurations(List<VirtualNetworkGatewayIpConfigurationInner> ipConfigurations) Set the ipConfigurations property: IP configurations for virtual network gateway.VirtualNetworkGatewayPropertiesFormat.withIpConfigurations(List<VirtualNetworkGatewayIpConfigurationInner> ipConfigurations) Set the ipConfigurations property: IP configurations for virtual network gateway.