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.
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Deployment, Dictionary<String,List<String>>, CancellationToken)
|
Deploys resources to a resource group.
|
BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a deployment from the deployment history.
|
CancelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Cancels a currently running template deployment.
|
CheckExistenceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Checks whether the deployment exists.
|
CreateOrUpdateWithHttpMessagesAsync(String, String, Deployment, Dictionary<String,List<String>>, CancellationToken)
|
Deploys resources to a resource group.
|
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a deployment from the deployment history.
|
ExportTemplateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Exports the template used for specified deployment.
|
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Gets a deployment.
|
ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Get all the deployments for a resource group.
|
ListByResourceGroupWithHttpMessagesAsync(String, ODataQuery<DeploymentExtendedFilter>, Dictionary<String,List<String>>, CancellationToken)
|
Get all the deployments for a resource group.
|
ValidateWithHttpMessagesAsync(String, String, Deployment, Dictionary<String,List<String>>, CancellationToken)
|
Validates whether the specified template is syntactically correct
and will be accepted by Azure Resource Manager..
|
BeginCreateOrUpdate(IDeploymentsOperations, String, String, Deployment)
|
Deploys resources to a resource group.
|
BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
|
Deploys resources to a resource group.
|
BeginDelete(IDeploymentsOperations, String, String)
|
Deletes a deployment from the deployment history.
|
BeginDeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Deletes a deployment from the deployment history.
|
Cancel(IDeploymentsOperations, String, String)
|
Cancels a currently running template deployment.
|
CancelAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Cancels a currently running template deployment.
|
CheckExistence(IDeploymentsOperations, String, String)
|
Checks whether the deployment exists.
|
CheckExistenceAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Checks whether the deployment exists.
|
CreateOrUpdate(IDeploymentsOperations, String, String, Deployment)
|
Deploys resources to a resource group.
|
CreateOrUpdateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
|
Deploys resources to a resource group.
|
Delete(IDeploymentsOperations, String, String)
|
Deletes a deployment from the deployment history.
|
DeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Deletes a deployment from the deployment history.
|
ExportTemplate(IDeploymentsOperations, String, String)
|
Exports the template used for specified deployment.
|
ExportTemplateAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Exports the template used for specified deployment.
|
Get(IDeploymentsOperations, String, String)
|
Gets a deployment.
|
GetAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Gets a deployment.
|
ListByResourceGroup(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>)
|
Get all the deployments for a resource group.
|
ListByResourceGroupAsync(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>, CancellationToken)
|
Get all the deployments for a resource group.
|
ListByResourceGroupNext(IDeploymentsOperations, String)
|
Get all the deployments for a resource group.
|
ListByResourceGroupNextAsync(IDeploymentsOperations, String, CancellationToken)
|
Get all the deployments for a resource group.
|
Validate(IDeploymentsOperations, String, String, Deployment)
|
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
|
ValidateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
|
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
|