Uses of Interface
com.azure.resourcemanager.batch.models.PrivateLinkResource
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PrivateLinkResource in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPrivateLinkResources.get
(String resourceGroupName, String accountName, String privateLinkResourceName) Gets information about the specified private link resource.Modifier 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.