Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayPrivateLinkResourceInner
Packages that use ApplicationGatewayPrivateLinkResourceInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayPrivateLinkResourceInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ApplicationGatewayPrivateLinkResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateLinkResourceInner> ApplicationGatewayPrivateLinkResourcesClient.list(String resourceGroupName, String applicationGatewayName) Lists all private link resources on an application gateway.com.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateLinkResourceInner> ApplicationGatewayPrivateLinkResourcesClient.list(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context) Lists all private link resources on an application gateway.com.azure.core.http.rest.PagedFlux<ApplicationGatewayPrivateLinkResourceInner> ApplicationGatewayPrivateLinkResourcesClient.listAsync(String resourceGroupName, String applicationGatewayName) Lists all private link resources on an application gateway. -
Uses of ApplicationGatewayPrivateLinkResourceInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayPrivateLinkResourceInnerModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayPrivateLinkResourceInner from the JsonReader.Set the name property: Name of the private link resource that is unique within an Application Gateway.ApplicationGatewayPrivateLinkResourceInner.withRequiredZoneNames(List<String> requiredZoneNames) Set the requiredZoneNames property: Required DNS zone names of the the private link resource. -
Uses of ApplicationGatewayPrivateLinkResourceInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayPrivateLinkResourceInnerModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkResourceListResult.value()Get the value property: List of private link resources of an application gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayPrivateLinkResourceInnerModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkResourceListResult.withValue(List<ApplicationGatewayPrivateLinkResourceInner> value) Set the value property: List of private link resources of an application gateway.