Uses of Class
com.azure.resourcemanager.compute.fluent.models.PrivateLinkResourceListResultInner
-
Packages that use PrivateLinkResourceListResultInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models 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 PrivateLinkResourceListResultInner Modifier and Type Method Description PrivateLinkResourceListResultInnerDiskAccessesClient. 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 PrivateLinkResourceListResultInner Modifier and Type Method Description Mono<PrivateLinkResourceListResultInner>DiskAccessesClient. 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 PrivateLinkResourceListResultInner Modifier and Type Method Description PrivateLinkResourceListResultInnerPrivateLinkResourceListResultInner. withValue(List<PrivateLinkResource> value)Set the value property: Array of private link resources.
-