Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayPrivateLinkIpConfiguration
-
Packages that use ApplicationGatewayPrivateLinkIpConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayPrivateLinkIpConfiguration Modifier and Type Method Description List<ApplicationGatewayPrivateLinkIpConfiguration>ApplicationGatewayPrivateLinkConfigurationProperties. 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 ApplicationGatewayPrivateLinkIpConfiguration Modifier and Type Method Description ApplicationGatewayPrivateLinkConfigurationPropertiesApplicationGatewayPrivateLinkConfigurationProperties. 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 ApplicationGatewayPrivateLinkIpConfiguration Modifier and Type Method Description ApplicationGatewayPrivateLinkIpConfigurationApplicationGatewayPrivateLinkIpConfiguration. withId(String id)ApplicationGatewayPrivateLinkIpConfigurationApplicationGatewayPrivateLinkIpConfiguration. withName(String name)Set the name property: The name of application gateway private link ip configuration.ApplicationGatewayPrivateLinkIpConfigurationApplicationGatewayPrivateLinkIpConfiguration. withPrimary(Boolean primary)Set the primary property: Whether the ip configuration is primary or not.ApplicationGatewayPrivateLinkIpConfigurationApplicationGatewayPrivateLinkIpConfiguration. withPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: The private IP address of the IP configuration.ApplicationGatewayPrivateLinkIpConfigurationApplicationGatewayPrivateLinkIpConfiguration. withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayPrivateLinkIpConfigurationApplicationGatewayPrivateLinkIpConfiguration. 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 ApplicationGatewayPrivateLinkIpConfiguration Modifier and Type Method Description List<ApplicationGatewayPrivateLinkIpConfiguration>ApplicationGatewayPrivateLinkConfiguration. 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 ApplicationGatewayPrivateLinkIpConfiguration Modifier and Type Method Description ApplicationGatewayPrivateLinkConfigurationApplicationGatewayPrivateLinkConfiguration. withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations)Set the ipConfigurations property: An array of application gateway private link ip configurations.
-