DeploymentsOperations 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 DeploymentsOperations sub-client.
public class DeploymentsOperationstype DeploymentsOperations = classPublic 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. 
 | 
| GetDeploymentAsync(String, String, CancellationToken) | Get a deployed model. | 
| GetDeploymentAsync(String, String, RequestOptions) | [Protocol Method] Get a deployed model. 
 | 
| 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 
 | 
| 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 
 |