Uses of Class
com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionPrivateLinkResourcesClient.get
(String resourceGroupName, String accountName, String privateLinkResourceName) Gets information about the specified private link resource.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateLinkResourceInner>
PrivateLinkResourcesClient.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<PrivateLinkResourceInner>
PrivateLinkResourcesClient.listByBatchAccount
(String resourceGroupName, String accountName) Lists all of the private link resources in the specified account.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>
PrivateLinkResourcesClient.listByBatchAccount
(String resourceGroupName, String accountName, Integer maxresults, com.azure.core.util.Context context) Lists all of the private link resources in the specified account. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPrivateLinkResource.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceInner object.Modifier and TypeMethodDescriptionListPrivateLinkResourcesResult.value()
Get the value property: The collection of returned private link resources.Modifier and TypeMethodDescriptionListPrivateLinkResourcesResult.withValue
(List<PrivateLinkResourceInner> value) Set the value property: The collection of returned private link resources.