TrustedAccessRolesClient Interface

public interface TrustedAccessRolesClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<TrustedAccessRoleInner> list(String location)

List supported trusted access roles.

abstract PagedIterable<TrustedAccessRoleInner> list(String location, Context context)

List supported trusted access roles.

abstract PagedFlux<TrustedAccessRoleInner> listAsync(String location)

List supported trusted access roles.

Method Details

list

public abstract PagedIterable list(String location)

List supported trusted access roles.

Parameters:

location - The name of the Azure region.

Returns:

list of trusted access roles as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String location, Context context)

List supported trusted access roles.

Parameters:

location - The name of the Azure region.
context - The context to associate with this operation.

Returns:

list of trusted access roles as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String location)

List supported trusted access roles.

Parameters:

location - The name of the Azure region.

Returns:

list of trusted access roles as paginated response with PagedFlux<T>.

Applies to