Share via


Deployments Class

Definition

The Deployments sub-client.

public class Deployments
type Deployments = class
Public Class Deployments
Inheritance
Deployments

Constructors

Deployments()

Initializes a new instance of Deployments for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

GetDeployment(String, CancellationToken)

Get a deployed model.

GetDeployment(String, RequestContext)

[Protocol Method] Get a deployed model.

GetDeploymentAsync(String, CancellationToken)

Get a deployed model.

GetDeploymentAsync(String, RequestContext)

[Protocol Method] Get a deployed model.

GetDeployments(String, String, Nullable<DeploymentType>, CancellationToken)

List all deployed models in the project.

GetDeployments(String, String, String, RequestContext)

[Protocol Method] List all deployed models in the project

GetDeploymentsAsync(String, String, Nullable<DeploymentType>, CancellationToken)

List all deployed models in the project.

GetDeploymentsAsync(String, String, String, RequestContext)

[Protocol Method] List all deployed models in the project

GetModelDeployment(String, CancellationToken)
GetModelDeployment(String, RequestContext)
GetModelDeploymentAsync(String, CancellationToken)
GetModelDeploymentAsync(String, RequestContext)

Applies to