Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayPrivateLinkConfiguration
Packages that use ApplicationGatewayPrivateLinkConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayPrivateLinkConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayPrivateLinkConfigurationModifier and TypeMethodDescriptionApplicationGatewayInner.privateLinkConfigurations()Get the privateLinkConfigurations property: PrivateLink configurations on application gateway.ApplicationGatewayPropertiesFormat.privateLinkConfigurations()Get the privateLinkConfigurations property: PrivateLink configurations on application gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayPrivateLinkConfigurationModifier and TypeMethodDescriptionApplicationGatewayInner.withPrivateLinkConfigurations(List<ApplicationGatewayPrivateLinkConfiguration> privateLinkConfigurations) Set the privateLinkConfigurations property: PrivateLink configurations on application gateway.ApplicationGatewayPropertiesFormat.withPrivateLinkConfigurations(List<ApplicationGatewayPrivateLinkConfiguration> privateLinkConfigurations) Set the privateLinkConfigurations property: PrivateLink configurations on application gateway. -
Uses of ApplicationGatewayPrivateLinkConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayPrivateLinkConfigurationModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayPrivateLinkConfiguration from the JsonReader.ApplicationGatewayPrivateLinkConfiguration.withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations) Set the ipConfigurations property: An array of application gateway private link ip configurations.Set the name property: Name of the private link configuration that is unique within an Application Gateway.