Uses of Interface
com.azure.resourcemanager.batch.models.PrivateLinkResource
Packages that use PrivateLinkResource
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PrivateLinkResource in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return PrivateLinkResourceModifier and TypeMethodDescriptionPrivateLinkResources.get(String resourceGroupName, String accountName, String privateLinkResourceName) Gets information about the specified private link resource.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type PrivateLinkResourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateLinkResource>PrivateLinkResources.getWithResponse(String resourceGroupName, String accountName, String privateLinkResourceName, com.azure.core.util.Context context) Gets information about the specified private link resource.com.azure.core.http.rest.PagedIterable<PrivateLinkResource>PrivateLinkResources.listByBatchAccount(String resourceGroupName, String accountName) Lists all of the private link resources in the specified account.com.azure.core.http.rest.PagedIterable<PrivateLinkResource>PrivateLinkResources.listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, com.azure.core.util.Context context) Lists all of the private link resources in the specified account.