Share via


DeploymentsOperations Class

Definition

The DeploymentsOperations sub-client.

public class DeploymentsOperations
type DeploymentsOperations = class
Public Class DeploymentsOperations
Inheritance
DeploymentsOperations

Constructors

DeploymentsOperations()

Initializes a new instance of DeploymentsOperations for mocking.

Properties

Pipeline

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

Methods

GetDeployment(String, String, CancellationToken)

Get a deployed model.

GetDeployment(String, String, RequestOptions)

[Protocol Method] Get a deployed model.

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

Get a deployed model.

GetDeploymentAsync(String, String, RequestOptions)

[Protocol Method] Get a deployed model.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetDeployments(String, String, Nullable<DeploymentType>, String, CancellationToken)

List all deployed models in the project.

GetDeployments(String, String, String, String, RequestOptions)

[Protocol Method] List all deployed models in the project

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetDeploymentsAsync(String, String, Nullable<DeploymentType>, String, CancellationToken)

List all deployed models in the project.

GetDeploymentsAsync(String, String, String, String, RequestOptions)

[Protocol Method] List all deployed models in the project

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

Applies to