IDeploymentsOperations Interface
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.
DeploymentsOperations operations.
public interface IDeploymentsOperations
type IDeploymentsOperations = interface
Public Interface IDeploymentsOperations
Methods
Extension Methods
BeginCreateOrUpdate(IDeploymentsOperations, String, String, String, Deployment) |
Update the state of specified deployments associated with the Cognitive Services account. |
BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, String, Deployment, CancellationToken) |
Update the state of specified deployments associated with the Cognitive Services account. |
BeginDelete(IDeploymentsOperations, String, String, String) |
Deletes the specified deployment associated with the Cognitive Services account. |
BeginDeleteAsync(IDeploymentsOperations, String, String, String, CancellationToken) |
Deletes the specified deployment associated with the Cognitive Services account. |
CreateOrUpdate(IDeploymentsOperations, String, String, String, Deployment) |
Update the state of specified deployments associated with the Cognitive Services account. |
CreateOrUpdateAsync(IDeploymentsOperations, String, String, String, Deployment, CancellationToken) |
Update the state of specified deployments associated with the Cognitive Services account. |
Delete(IDeploymentsOperations, String, String, String) |
Deletes the specified deployment associated with the Cognitive Services account. |
DeleteAsync(IDeploymentsOperations, String, String, String, CancellationToken) |
Deletes the specified deployment associated with the Cognitive Services account. |
Get(IDeploymentsOperations, String, String, String) |
Gets the specified deployments associated with the Cognitive Services account. |
GetAsync(IDeploymentsOperations, String, String, String, CancellationToken) |
Gets the specified deployments associated with the Cognitive Services account. |
List(IDeploymentsOperations, String, String) |
Gets the deployments associated with the Cognitive Services account. |
ListAsync(IDeploymentsOperations, String, String, CancellationToken) |
Gets the deployments associated with the Cognitive Services account. |
ListNext(IDeploymentsOperations, String) |
Gets the deployments associated with the Cognitive Services account. |
ListNextAsync(IDeploymentsOperations, String, CancellationToken) |
Gets the deployments associated with the Cognitive Services account. |