PrivateLinkResourcesInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. PrivateLinkResourcesInner
- com.
public class PrivateLinkResourcesInner
An instance of this class provides access to all the operations defined in PrivateLinkResources.
Constructor Summary
Constructor | Description |
---|---|
PrivateLinkResourcesInner(Retrofit retrofit, BatchManagementClientImpl client) |
Initializes an instance of PrivateLinkResourcesInner. |
Method Summary
Constructor Details
PrivateLinkResourcesInner
public PrivateLinkResourcesInner(Retrofit retrofit, BatchManagementClientImpl client)
Initializes an instance of PrivateLinkResourcesInner.
Parameters:
Method Details
get
public PrivateLinkResourceInner get(String resourceGroupName, String accountName, String privateLinkResourceName)
Gets information about the specified private link resource.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets information about the specified private link resource.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets information about the specified private link resource.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets information about the specified private link resource.
Parameters:
Returns:
Throws:
listByBatchAccount
public PagedList
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccount
public PagedList
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public Observable
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public Observable
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public ServiceFuture> listByBatchAccountAsync(final String resourceGroupName, final String accountName, final Integer maxresults, final ListOperationCallback
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public ServiceFuture> listByBatchAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNext
public PagedList
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextAsync
public Observable
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextAsync
public ServiceFuture> listByBatchAccountNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextSinglePageAsync
public Observable
Lists all of the private link resources in the specified account.
ServiceResponse<PageImpl<PrivateLinkResourceInner>> *
Parameters:
Returns:
Throws:
listByBatchAccountNextWithServiceResponseAsync
public Observable
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountSinglePageAsync
public Observable
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountSinglePageAsync
public Observable
Lists all of the private link resources in the specified account.
ServiceResponse<PageImpl<PrivateLinkResourceInner>> *
Parameters:
Returns:
Throws:
listByBatchAccountWithServiceResponseAsync
public Observable
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountWithServiceResponseAsync
public Observable
Lists all of the private link resources in the specified account.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java