Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayPrivateLinkResourceInner
-
Packages that use ApplicationGatewayPrivateLinkResourceInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.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 ApplicationGatewayPrivateLinkResourceInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ApplicationGatewayPrivateLinkResourceInner Modifier and Type Method Description com.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 ApplicationGatewayPrivateLinkResourceInner Modifier and Type Method Description ApplicationGatewayPrivateLinkResourceInnerApplicationGatewayPrivateLinkResourceInner. withId(String id)ApplicationGatewayPrivateLinkResourceInnerApplicationGatewayPrivateLinkResourceInner. withName(String name)Set the name property: Name of the private link resource that is unique within an Application Gateway.ApplicationGatewayPrivateLinkResourceInnerApplicationGatewayPrivateLinkResourceInner. 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 ApplicationGatewayPrivateLinkResourceInner Modifier and Type Method Description List<ApplicationGatewayPrivateLinkResourceInner>ApplicationGatewayPrivateLinkResourceListResult. 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 ApplicationGatewayPrivateLinkResourceInner Modifier and Type Method Description ApplicationGatewayPrivateLinkResourceListResultApplicationGatewayPrivateLinkResourceListResult. withValue(List<ApplicationGatewayPrivateLinkResourceInner> value)Set the value property: List of private link resources of an application gateway.
-