Share via


RedTeams Class

Definition

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] Creates a redteam run.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
Create(RedTeam, CancellationToken)

Creates a redteam run.

CreateAsync(BinaryContent, RequestOptions)

[Protocol Method] Creates a redteam run.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateAsync(RedTeam, CancellationToken)

Creates a redteam run.

Get(String, CancellationToken)

Get a redteam by name.

Get(String, RequestOptions)

[Protocol Method] Get a redteam by name.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAll(CancellationToken)

List a redteam by name.

GetAll(RequestOptions)

[Protocol Method] List a redteam by name.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAllAsync(CancellationToken)

List a redteam by name.

GetAllAsync(RequestOptions)

[Protocol Method] List a redteam by name.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAsync(String, CancellationToken)

Get a redteam by name.

GetAsync(String, RequestOptions)

[Protocol Method] Get a redteam by name.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to