PrivateLinkResourcesOperationsClient Interface

public interface PrivateLinkResourcesOperationsClient

An instance of this class provides access to all the operations defined in PrivateLinkResourcesOperationsClient.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourceInner get(String resourceGroupName, String vaultName, String privateLinkResourceName)

Returns a specified private link resource that need to be created for Backup and SiteRecovery.

abstract Response<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String vaultName, String privateLinkResourceName, Context context)

Returns a specified private link resource that need to be created for Backup and SiteRecovery.

abstract PagedIterable<PrivateLinkResourceInner> list(String resourceGroupName, String vaultName)

Returns the list of private link resources that need to be created for Backup and SiteRecovery.

abstract PagedIterable<PrivateLinkResourceInner> list(String resourceGroupName, String vaultName, Context context)

Returns the list of private link resources that need to be created for Backup and SiteRecovery.

Method Details

get

public abstract PrivateLinkResourceInner get(String resourceGroupName, String vaultName, String privateLinkResourceName)

Returns a specified private link resource that need to be created for Backup and SiteRecovery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
privateLinkResourceName - The privateLinkResourceName parameter.

Returns:

information of the private link resource.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String vaultName, String privateLinkResourceName, Context context)

Returns a specified private link resource that need to be created for Backup and SiteRecovery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
privateLinkResourceName - The privateLinkResourceName parameter.
context - The context to associate with this operation.

Returns:

information of the private link resource along with Response<T>.

list

public abstract PagedIterable list(String resourceGroupName, String vaultName)

Returns the list of private link resources that need to be created for Backup and SiteRecovery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.

Returns:

class which represent the stamps associated with the vault as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String vaultName, Context context)

Returns the list of private link resources that need to be created for Backup and SiteRecovery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
context - The context to associate with this operation.

Returns:

class which represent the stamps associated with the vault as paginated response with PagedIterable<T>.

Applies to