Uses of Class
com.azure.resourcemanager.compute.fluent.models.PrivateLinkResourceListResultInner
Packages that use PrivateLinkResourceListResultInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionDiskAccessesClient.getPrivateLinkResources(String resourceGroupName, String diskAccessName) Gets the private link resources possible under disk access resource.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionDiskAccessesClient.getPrivateLinkResourcesAsync(String resourceGroupName, String diskAccessName) Gets the private link resources possible under disk access resource.com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> DiskAccessesClient.getPrivateLinkResourcesWithResponse(String resourceGroupName, String diskAccessName, com.azure.core.util.Context context) Gets the private link resources possible under disk access resource.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner>> DiskAccessesClient.getPrivateLinkResourcesWithResponseAsync(String resourceGroupName, String diskAccessName) Gets the private link resources possible under disk access resource. -
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.PrivateLinkResourceListResultInner.withValue(List<PrivateLinkResource> value) Set the value property: Array of private link resources.