Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayPrivateLinkIpConfigurationProperties
Packages that use ApplicationGatewayPrivateLinkIpConfigurationProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayPrivateLinkIpConfigurationProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayPrivateLinkIpConfigurationPropertiesModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkIpConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayPrivateLinkIpConfigurationProperties from the JsonReader.ApplicationGatewayPrivateLinkIpConfigurationProperties.withPrimary(Boolean primary) Set the primary property: Whether the ip configuration is primary or not.ApplicationGatewayPrivateLinkIpConfigurationProperties.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.ApplicationGatewayPrivateLinkIpConfigurationProperties.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayPrivateLinkIpConfigurationProperties.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference to the subnet resource.