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
Paged |
list(String location)
List supported trusted access roles. |
abstract
Paged |
list(String location, Context context)
List supported trusted access roles. |
abstract
Paged |
listAsync(String location)
List supported trusted access roles. |
Method Details
list
public abstract PagedIterable
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 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java