ITrustedAccessRolesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TrustedAccessRolesOperations operations.
public interface ITrustedAccessRolesOperations
type ITrustedAccessRolesOperations = interface
Public Interface ITrustedAccessRolesOperations
Methods
| Name | Description |
|---|---|
| ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List supported trusted access roles. |
| ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List supported trusted access roles. |
Extension Methods
| Name | Description |
|---|---|
| List(ITrustedAccessRolesOperations, String) |
List supported trusted access roles. |
| ListAsync(ITrustedAccessRolesOperations, String, CancellationToken) |
List supported trusted access roles. |
| ListNext(ITrustedAccessRolesOperations, String) |
List supported trusted access roles. |
| ListNextAsync(ITrustedAccessRolesOperations, String, CancellationToken) |
List supported trusted access roles. |