Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PrivateLinkResourceListResultInner
Packages that use PrivateLinkResourceListResultInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.listPrivateLinkResources(String resourceGroupName, String serviceName) Gets the private link resources.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> PrivateEndpointConnectionsClient.listPrivateLinkResourcesWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Gets the private link resources. -
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.PrivateLinkResourceListResultInner.withValue(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources. -
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResult.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PrivateLinkResourceListResultInner object.