Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayIpConfigurationInner
-
Packages that use VirtualNetworkGatewayIpConfigurationInner Package Description com.azure.resourcemanager.network.fluent.models 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 VirtualNetworkGatewayIpConfigurationInner Modifier and Type Method Description VirtualNetworkGatewayIpConfigurationInnerVirtualNetworkGatewayIpConfigurationInner. withId(String id)VirtualNetworkGatewayIpConfigurationInnerVirtualNetworkGatewayIpConfigurationInner. withName(String name)Set the name property: The name of the resource that is unique within a resource group.VirtualNetworkGatewayIpConfigurationInnerVirtualNetworkGatewayIpConfigurationInner. withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: The private IP address allocation method.VirtualNetworkGatewayIpConfigurationInnerVirtualNetworkGatewayIpConfigurationInner. withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)Set the publicIpAddress property: The reference to the public IP resource.VirtualNetworkGatewayIpConfigurationInnerVirtualNetworkGatewayIpConfigurationInner. 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 VirtualNetworkGatewayIpConfigurationInner Modifier and Type Method Description List<VirtualNetworkGatewayIpConfigurationInner>VirtualNetworkGatewayInner. ipConfigurations()Get the ipConfigurations property: IP configurations for virtual network gateway.List<VirtualNetworkGatewayIpConfigurationInner>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 VirtualNetworkGatewayIpConfigurationInner Modifier and Type Method Description VirtualNetworkGatewayInnerVirtualNetworkGatewayInner. withIpConfigurations(List<VirtualNetworkGatewayIpConfigurationInner> ipConfigurations)Set the ipConfigurations property: IP configurations for virtual network gateway.VirtualNetworkGatewayPropertiesFormatVirtualNetworkGatewayPropertiesFormat. withIpConfigurations(List<VirtualNetworkGatewayIpConfigurationInner> ipConfigurations)Set the ipConfigurations property: IP configurations for virtual network gateway.
-