RedTeams Class
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.
The RedTeams sub-client.
public class RedTeams
type RedTeams = class
Public Class RedTeams
- Inheritance
-
RedTeams
Constructors
| Name | Description |
|---|---|
| RedTeams() |
Initializes a new instance of RedTeams for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| Create(BinaryContent, RequestOptions) |
[Protocol Method] Submits a new redteam run for execution with the provided configuration.
|
| Create(RedTeam, CancellationToken) |
Submits a new redteam run for execution with the provided configuration. |
| Create(RedTeam, RequestOptions) |
[Protocol Method] Creates a redteam run.
|
| CreateAsync(BinaryContent, RequestOptions) |
[Protocol Method] Submits a new redteam run for execution with the provided configuration.
|
| CreateAsync(RedTeam, CancellationToken) |
Submits a new redteam run for execution with the provided configuration. |
| CreateAsync(RedTeam, RequestOptions) |
[Protocol Method] Creates a redteam run.
|
| Get(String, CancellationToken) |
Retrieves the specified redteam and its configuration. |
| Get(String, RequestOptions) |
[Protocol Method] Retrieves the specified redteam and its configuration.
|
| GetAll(CancellationToken) |
Returns the redteams available in the current project. |
| GetAll(RequestOptions) |
[Protocol Method] Returns the redteams available in the current project.
|
| GetAllAsync(CancellationToken) |
Returns the redteams available in the current project. |
| GetAllAsync(RequestOptions) |
[Protocol Method] Returns the redteams available in the current project.
|
| GetAsync(String, CancellationToken) |
Retrieves the specified redteam and its configuration. |
| GetAsync(String, RequestOptions) |
[Protocol Method] Retrieves the specified redteam and its configuration.
|