Deployments 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 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) |