Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayPrivateLinkConfiguration
-
Packages that use ApplicationGatewayPrivateLinkConfiguration 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 ApplicationGatewayPrivateLinkConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayPrivateLinkConfiguration Modifier and Type Method Description List<ApplicationGatewayPrivateLinkConfiguration>ApplicationGatewayInner. privateLinkConfigurations()Get the privateLinkConfigurations property: PrivateLink configurations on application gateway.List<ApplicationGatewayPrivateLinkConfiguration>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 ApplicationGatewayPrivateLinkConfiguration Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withPrivateLinkConfigurations(List<ApplicationGatewayPrivateLinkConfiguration> privateLinkConfigurations)Set the privateLinkConfigurations property: PrivateLink configurations on application gateway.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. 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 ApplicationGatewayPrivateLinkConfiguration Modifier and Type Method Description ApplicationGatewayPrivateLinkConfigurationApplicationGatewayPrivateLinkConfiguration. withId(String id)ApplicationGatewayPrivateLinkConfigurationApplicationGatewayPrivateLinkConfiguration. withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations)Set the ipConfigurations property: An array of application gateway private link ip configurations.ApplicationGatewayPrivateLinkConfigurationApplicationGatewayPrivateLinkConfiguration. withName(String name)Set the name property: Name of the private link configuration that is unique within an Application Gateway.
-