PrivateLinkResourcesClient Interface

public interface PrivateLinkResourcesClient

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

Method Summary

Modifier and Type Method and Description
abstract GroupInformationInner get(String resourceGroupName, String accountName, String groupId)

Get the specified private link resource associated with the device update account.

abstract Response<GroupInformationInner> getWithResponse(String resourceGroupName, String accountName, String groupId, Context context)

Get the specified private link resource associated with the device update account.

abstract PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName)

List all private link resources in a device update account.

abstract PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName, Context context)

List all private link resources in a device update account.

Method Details

get

public abstract GroupInformationInner get(String resourceGroupName, String accountName, String groupId)

Get the specified private link resource associated with the device update account.

Parameters:

resourceGroupName - The resource group name.
accountName - Account name.
groupId - The group ID of the private link resource.

Returns:

the specified private link resource associated with the device update account.

getWithResponse

public abstract Response<GroupInformationInner> getWithResponse(String resourceGroupName, String accountName, String groupId, Context context)

Get the specified private link resource associated with the device update account.

Parameters:

resourceGroupName - The resource group name.
accountName - Account name.
groupId - The group ID of the private link resource.
context - The context to associate with this operation.

Returns:

the specified private link resource associated with the device update account along with Response<T>.

listByAccount

public abstract PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName)

List all private link resources in a device update account.

Parameters:

resourceGroupName - The resource group name.
accountName - Account name.

Returns:

the available private link resources for an Account as paginated response with PagedIterable<T>.

listByAccount

public abstract PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName, Context context)

List all private link resources in a device update account.

Parameters:

resourceGroupName - The resource group name.
accountName - Account name.
context - The context to associate with this operation.

Returns:

the available private link resources for an Account as paginated response with PagedIterable<T>.

Applies to