DeploymentsOperationsExtensions 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.
public static class DeploymentsOperationsExtensions
type DeploymentsOperationsExtensions = class
Public Module DeploymentsOperationsExtensions
Inheritance
DeploymentsOperationsExtensions
Methods
BeginCreateOrUpdate(IDeploymentsOperations, String, String, Deployment)
BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
BeginDelete(IDeploymentsOperations, String, String)
BeginDeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
Cancel(IDeploymentsOperations, String, String)
CancelAsync(IDeploymentsOperations, String, String, CancellationToken)
CheckExistence(IDeploymentsOperations, String, String)
CheckExistenceAsync(IDeploymentsOperations, String, String, CancellationToken)
CreateOrUpdate(IDeploymentsOperations, String, String, Deployment)
CreateOrUpdateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
Delete(IDeploymentsOperations, String, String)
DeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
ExportTemplate(IDeploymentsOperations, String, String)
ExportTemplateAsync(IDeploymentsOperations, String, String, CancellationToken)
Get(IDeploymentsOperations, String, String)
GetAsync(IDeploymentsOperations, String, String, CancellationToken)
List(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>)
ListAsync(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>, CancellationToken)
ListNext(IDeploymentsOperations, String)
ListNextAsync(IDeploymentsOperations, String, CancellationToken)
Validate(IDeploymentsOperations, String, String, Deployment)
ValidateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
Applies to