Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayPrivateLinkIpConfiguration
Packages that use ApplicationGatewayPrivateLinkIpConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayPrivateLinkIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayPrivateLinkIpConfigurationModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkConfigurationProperties.ipConfigurations()Get the ipConfigurations property: An array of application gateway private link ip configurations.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayPrivateLinkIpConfigurationModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkConfigurationProperties.withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations) Set the ipConfigurations property: An array of application gateway private link ip configurations. -
Uses of ApplicationGatewayPrivateLinkIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayPrivateLinkIpConfigurationModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayPrivateLinkIpConfiguration from the JsonReader.Set the name property: The name of application gateway private link ip configuration.ApplicationGatewayPrivateLinkIpConfiguration.withPrimary(Boolean primary) Set the primary property: Whether the ip configuration is primary or not.ApplicationGatewayPrivateLinkIpConfiguration.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.ApplicationGatewayPrivateLinkIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayPrivateLinkIpConfiguration.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference to the subnet resource.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayPrivateLinkIpConfigurationModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkConfiguration.ipConfigurations()Get the ipConfigurations property: An array of application gateway private link ip configurations.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayPrivateLinkIpConfigurationModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkConfiguration.withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations) Set the ipConfigurations property: An array of application gateway private link ip configurations.