Deployments Interface
public interface Deployments
Resource collection API of Deployments.
Method Summary
Method Details
calculateTemplateHash
public abstract TemplateHashResult calculateTemplateHash(BinaryData template)
Calculate the hash of the given template.
Parameters:
Returns:
calculateTemplateHashWithResponse
public abstract Response<TemplateHashResult> calculateTemplateHashWithResponse(BinaryData template, Context context)
Calculate the hash of the given template.
Parameters:
Returns:
cancel
public abstract void cancel(String resourceGroupName, String deploymentName)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resource group partially deployed.
Parameters:
cancelAtManagementGroupScope
public abstract void cancelAtManagementGroupScope(String groupId, String deploymentName)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
Parameters:
cancelAtManagementGroupScopeWithResponse
public abstract Response<Void> cancelAtManagementGroupScopeWithResponse(String groupId, String deploymentName, Context context)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
Parameters:
Returns:
cancelAtScope
public abstract void cancelAtScope(String scope, String deploymentName)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
Parameters:
cancelAtScopeWithResponse
public abstract Response<Void> cancelAtScopeWithResponse(String scope, String deploymentName, Context context)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
Parameters:
Returns:
cancelAtSubscriptionScope
public abstract void cancelAtSubscriptionScope(String deploymentName)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
Parameters:
cancelAtSubscriptionScopeWithResponse
public abstract Response<Void> cancelAtSubscriptionScopeWithResponse(String deploymentName, Context context)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
Parameters:
Returns:
cancelAtTenantScope
public abstract void cancelAtTenantScope(String deploymentName)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
Parameters:
cancelAtTenantScopeWithResponse
public abstract Response<Void> cancelAtTenantScopeWithResponse(String deploymentName, Context context)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
Parameters:
Returns:
cancelWithResponse
public abstract Response<Void> cancelWithResponse(String resourceGroupName, String deploymentName, Context context)
Cancels a currently running template deployment. You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resource group partially deployed.
Parameters:
Returns:
checkExistence
public abstract boolean checkExistence(String resourceGroupName, String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtManagementGroupScope
public abstract boolean checkExistenceAtManagementGroupScope(String groupId, String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtManagementGroupScopeWithResponse
public abstract Response<Boolean> checkExistenceAtManagementGroupScopeWithResponse(String groupId, String deploymentName, Context context)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtScope
public abstract boolean checkExistenceAtScope(String scope, String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtScopeWithResponse
public abstract Response<Boolean> checkExistenceAtScopeWithResponse(String scope, String deploymentName, Context context)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtSubscriptionScope
public abstract boolean checkExistenceAtSubscriptionScope(String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtSubscriptionScopeWithResponse
public abstract Response<Boolean> checkExistenceAtSubscriptionScopeWithResponse(String deploymentName, Context context)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtTenantScope
public abstract boolean checkExistenceAtTenantScope(String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtTenantScopeWithResponse
public abstract Response<Boolean> checkExistenceAtTenantScopeWithResponse(String deploymentName, Context context)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceWithResponse
public abstract Response<Boolean> checkExistenceWithResponse(String resourceGroupName, String deploymentName, Context context)
Checks whether the deployment exists.
Parameters:
Returns:
createOrUpdateAtManagementGroupScope
public abstract DeploymentExtended createOrUpdateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters)
Deploys resources at management group scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtManagementGroupScope
public abstract DeploymentExtended createOrUpdateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters, Context context)
Deploys resources at management group scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtScope
public abstract DeploymentExtended createOrUpdateAtScope(String scope, String deploymentName, Deployment parameters)
Deploys resources at a given scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtScope
public abstract DeploymentExtended createOrUpdateAtScope(String scope, String deploymentName, Deployment parameters, Context context)
Deploys resources at a given scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtSubscriptionScope
public abstract DeploymentExtended createOrUpdateAtSubscriptionScope(String deploymentName, Deployment parameters)
Deploys resources at subscription scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtSubscriptionScope
public abstract DeploymentExtended createOrUpdateAtSubscriptionScope(String deploymentName, Deployment parameters, Context context)
Deploys resources at subscription scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtTenantScope
public abstract DeploymentExtended createOrUpdateAtTenantScope(String deploymentName, ScopedDeployment parameters)
Deploys resources at tenant scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtTenantScope
public abstract DeploymentExtended createOrUpdateAtTenantScope(String deploymentName, ScopedDeployment parameters, Context context)
Deploys resources at tenant scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
define
public abstract DeploymentExtended.DefinitionStages.Blank define(String name)
Begins definition for a new DeploymentExtended resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String deploymentName, Context context)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteAtManagementGroupScope
public abstract void deleteAtManagementGroupScope(String groupId, String deploymentName)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteAtManagementGroupScope
public abstract void deleteAtManagementGroupScope(String groupId, String deploymentName, Context context)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteAtScope
public abstract void deleteAtScope(String scope, String deploymentName)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteAtScope
public abstract void deleteAtScope(String scope, String deploymentName, Context context)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteAtSubscriptionScope
public abstract void deleteAtSubscriptionScope(String deploymentName)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteAtSubscriptionScope
public abstract void deleteAtSubscriptionScope(String deploymentName, Context context)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteAtTenantScope
public abstract void deleteAtTenantScope(String deploymentName)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteAtTenantScope
public abstract void deleteAtTenantScope(String deploymentName, Context context)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String deploymentName)
Deletes a deployment from the deployment history. A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
Parameters:
exportTemplate
public abstract DeploymentExportResult exportTemplate(String resourceGroupName, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtManagementGroupScope
public abstract DeploymentExportResult exportTemplateAtManagementGroupScope(String groupId, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtManagementGroupScopeWithResponse
public abstract Response<DeploymentExportResult> exportTemplateAtManagementGroupScopeWithResponse(String groupId, String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtScope
public abstract DeploymentExportResult exportTemplateAtScope(String scope, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtScopeWithResponse
public abstract Response<DeploymentExportResult> exportTemplateAtScopeWithResponse(String scope, String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtSubscriptionScope
public abstract DeploymentExportResult exportTemplateAtSubscriptionScope(String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtSubscriptionScopeWithResponse
public abstract Response<DeploymentExportResult> exportTemplateAtSubscriptionScopeWithResponse(String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtTenantScope
public abstract DeploymentExportResult exportTemplateAtTenantScope(String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtTenantScopeWithResponse
public abstract Response<DeploymentExportResult> exportTemplateAtTenantScopeWithResponse(String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateWithResponse
public abstract Response<DeploymentExportResult> exportTemplateWithResponse(String resourceGroupName, String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
getAtManagementGroupScope
public abstract DeploymentExtended getAtManagementGroupScope(String groupId, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtManagementGroupScopeWithResponse
public abstract Response<DeploymentExtended> getAtManagementGroupScopeWithResponse(String groupId, String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getAtScope
public abstract DeploymentExtended getAtScope(String scope, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtScopeWithResponse
public abstract Response<DeploymentExtended> getAtScopeWithResponse(String scope, String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getAtSubscriptionScope
public abstract DeploymentExtended getAtSubscriptionScope(String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtSubscriptionScopeWithResponse
public abstract Response<DeploymentExtended> getAtSubscriptionScopeWithResponse(String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getAtTenantScope
public abstract DeploymentExtended getAtTenantScope(String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtTenantScopeWithResponse
public abstract Response<DeploymentExtended> getAtTenantScopeWithResponse(String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getById
public abstract DeploymentExtended getById(String id)
Gets a deployment.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<DeploymentExtended> getByIdWithResponse(String id, Context context)
Gets a deployment.
Parameters:
Returns:
getByResourceGroup
public abstract DeploymentExtended getByResourceGroup(String resourceGroupName, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<DeploymentExtended> getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
list
public abstract PagedIterable<DeploymentExtended> list()
Get all the deployments for a subscription.
Returns:
list
public abstract PagedIterable<DeploymentExtended> list(String filter, Integer top, Context context)
Get all the deployments for a subscription.
Parameters:
Returns:
listAtManagementGroupScope
public abstract PagedIterable<DeploymentExtended> listAtManagementGroupScope(String groupId)
Get all the deployments for a management group.
Parameters:
Returns:
listAtManagementGroupScope
public abstract PagedIterable<DeploymentExtended> listAtManagementGroupScope(String groupId, String filter, Integer top, Context context)
Get all the deployments for a management group.
Parameters:
Returns:
listAtScope
public abstract PagedIterable<DeploymentExtended> listAtScope(String scope)
Get all the deployments at the given scope.
Parameters:
Returns:
listAtScope
public abstract PagedIterable<DeploymentExtended> listAtScope(String scope, String filter, Integer top, Context context)
Get all the deployments at the given scope.
Parameters:
Returns:
listAtTenantScope
public abstract PagedIterable<DeploymentExtended> listAtTenantScope()
Get all the deployments at the tenant scope.
Returns:
listAtTenantScope
public abstract PagedIterable<DeploymentExtended> listAtTenantScope(String filter, Integer top, Context context)
Get all the deployments at the tenant scope.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DeploymentExtended> listByResourceGroup(String resourceGroupName)
Get all the deployments for a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DeploymentExtended> listByResourceGroup(String resourceGroupName, String filter, Integer top, Context context)
Get all the deployments for a resource group.
Parameters:
Returns:
validate
public abstract DeploymentValidateResult validate(String resourceGroupName, String deploymentName, Deployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validate
public abstract DeploymentValidateResult validate(String resourceGroupName, String deploymentName, Deployment parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtManagementGroupScope
public abstract DeploymentValidateResult validateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtManagementGroupScope
public abstract DeploymentValidateResult validateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtScope
public abstract DeploymentValidateResult validateAtScope(String scope, String deploymentName, Deployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtScope
public abstract DeploymentValidateResult validateAtScope(String scope, String deploymentName, Deployment parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtSubscriptionScope
public abstract DeploymentValidateResult validateAtSubscriptionScope(String deploymentName, Deployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtSubscriptionScope
public abstract DeploymentValidateResult validateAtSubscriptionScope(String deploymentName, Deployment parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtTenantScope
public abstract DeploymentValidateResult validateAtTenantScope(String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtTenantScope
public abstract DeploymentValidateResult validateAtTenantScope(String deploymentName, ScopedDeployment parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
whatIf
public abstract WhatIfOperationResult whatIf(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
Parameters:
Returns:
whatIf
public abstract WhatIfOperationResult whatIf(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters, Context context)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
Parameters:
Returns:
whatIfAtManagementGroupScope
public abstract WhatIfOperationResult whatIfAtManagementGroupScope(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the management group.
Parameters:
Returns:
whatIfAtManagementGroupScope
public abstract WhatIfOperationResult whatIfAtManagementGroupScope(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters, Context context)
Returns changes that will be made by the deployment if executed at the scope of the management group.
Parameters:
Returns:
whatIfAtSubscriptionScope
public abstract WhatIfOperationResult whatIfAtSubscriptionScope(String deploymentName, DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
Parameters:
Returns:
whatIfAtSubscriptionScope
public abstract WhatIfOperationResult whatIfAtSubscriptionScope(String deploymentName, DeploymentWhatIf parameters, Context context)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
Parameters:
Returns:
whatIfAtTenantScope
public abstract WhatIfOperationResult whatIfAtTenantScope(String deploymentName, ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
Parameters:
Returns:
whatIfAtTenantScope
public abstract WhatIfOperationResult whatIfAtTenantScope(String deploymentName, ScopedDeploymentWhatIf parameters, Context context)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
Parameters:
Returns: