Uses of Class
com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceInner
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourcesClient.get(String resourceGroupName, String accountName, String privateLinkResourceName) Gets information about the specified private link resource.Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type PrivateLinkResourceInnerModifier 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
Methods in com.azure.resourcemanager.batch.models that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResource.innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceInner object.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionListPrivateLinkResourcesResult.value()Get the value property: The collection of returned private link resources.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionListPrivateLinkResourcesResult.withValue(List<PrivateLinkResourceInner> value) Set the value property: The collection of returned private link resources.