DeploymentsClient Interface
Implements
public interface DeploymentsClient
extends InnerSupportsGet<DeploymentExtendedInner>, InnerSupportsListing<DeploymentExtendedInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in DeploymentsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdate(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Deploys resources to a resource group. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdate(String resourceGroupName, String deploymentName, DeploymentInner parameters, Context context)
Deploys resources to a resource group. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Deploys resources to a resource group. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
beginCreateOrUpdateAtManagementGroupScope
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtManagementGroupScope(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:
beginCreateOrUpdateAtManagementGroupScope
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtManagementGroupScope(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:
beginCreateOrUpdateAtManagementGroupScopeAsync
public abstract PollerFlux<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtManagementGroupScopeAsync(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:
beginCreateOrUpdateAtScope
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtScope(String scope, String deploymentName, DeploymentInner 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:
beginCreateOrUpdateAtScope
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtScope(String scope, String deploymentName, DeploymentInner 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:
beginCreateOrUpdateAtScopeAsync
public abstract PollerFlux<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtScopeAsync(String scope, String deploymentName, DeploymentInner 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:
beginCreateOrUpdateAtSubscriptionScope
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtSubscriptionScope(String deploymentName, DeploymentInner parameters)
Deploys resources at subscription scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
beginCreateOrUpdateAtSubscriptionScope
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtSubscriptionScope(String deploymentName, DeploymentInner 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:
beginCreateOrUpdateAtSubscriptionScopeAsync
public abstract PollerFlux<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtSubscriptionScopeAsync(String deploymentName, DeploymentInner parameters)
Deploys resources at subscription scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
beginCreateOrUpdateAtTenantScope
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtTenantScope(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:
beginCreateOrUpdateAtTenantScope
public abstract SyncPoller<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtTenantScope(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:
beginCreateOrUpdateAtTenantScopeAsync
public abstract PollerFlux<PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtTenantScopeAsync(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:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(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:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(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:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(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:
Returns:
beginDeleteAtManagementGroupScope
public abstract SyncPoller<PollResult<Void>,Void> beginDeleteAtManagementGroupScope(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:
Returns:
beginDeleteAtManagementGroupScope
public abstract SyncPoller<PollResult<Void>,Void> beginDeleteAtManagementGroupScope(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:
Returns:
beginDeleteAtManagementGroupScopeAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAtManagementGroupScopeAsync(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:
Returns:
beginDeleteAtScope
public abstract SyncPoller<PollResult<Void>,Void> beginDeleteAtScope(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:
Returns:
beginDeleteAtScope
public abstract SyncPoller<PollResult<Void>,Void> beginDeleteAtScope(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:
Returns:
beginDeleteAtScopeAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAtScopeAsync(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:
Returns:
beginDeleteAtSubscriptionScope
public abstract SyncPoller<PollResult<Void>,Void> beginDeleteAtSubscriptionScope(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:
Returns:
beginDeleteAtSubscriptionScope
public abstract SyncPoller<PollResult<Void>,Void> beginDeleteAtSubscriptionScope(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:
Returns:
beginDeleteAtSubscriptionScopeAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAtSubscriptionScopeAsync(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:
Returns:
beginDeleteAtTenantScope
public abstract SyncPoller<PollResult<Void>,Void> beginDeleteAtTenantScope(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:
Returns:
beginDeleteAtTenantScope
public abstract SyncPoller<PollResult<Void>,Void> beginDeleteAtTenantScope(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:
Returns:
beginDeleteAtTenantScopeAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAtTenantScopeAsync(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:
Returns:
beginValidate
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidate(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidate
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidate(String resourceGroupName, String deploymentName, DeploymentInner parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAsync
public abstract PollerFlux<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtManagementGroupScope
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtManagementGroupScope
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtManagementGroupScope(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:
beginValidateAtManagementGroupScopeAsync
public abstract PollerFlux<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtManagementGroupScopeAsync(String groupId, String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtScope
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtScope(String scope, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtScope
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtScope(String scope, String deploymentName, DeploymentInner parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtScopeAsync
public abstract PollerFlux<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtScopeAsync(String scope, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtSubscriptionScope
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtSubscriptionScope(String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtSubscriptionScope
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtSubscriptionScope(String deploymentName, DeploymentInner parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtSubscriptionScopeAsync
public abstract PollerFlux<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtSubscriptionScopeAsync(String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtTenantScope
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtTenantScope(String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtTenantScope
public abstract SyncPoller<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtTenantScope(String deploymentName, ScopedDeployment parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginValidateAtTenantScopeAsync
public abstract PollerFlux<PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtTenantScopeAsync(String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
beginWhatIf
public abstract SyncPoller<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIf(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:
beginWhatIf
public abstract SyncPoller<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIf(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:
beginWhatIfAsync
public abstract PollerFlux<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAsync(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:
beginWhatIfAtManagementGroupScope
public abstract SyncPoller<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtManagementGroupScope(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:
beginWhatIfAtManagementGroupScope
public abstract SyncPoller<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtManagementGroupScope(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:
beginWhatIfAtManagementGroupScopeAsync
public abstract PollerFlux<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtManagementGroupScopeAsync(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:
beginWhatIfAtSubscriptionScope
public abstract SyncPoller<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtSubscriptionScope(String deploymentName, DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
Parameters:
Returns:
beginWhatIfAtSubscriptionScope
public abstract SyncPoller<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtSubscriptionScope(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:
beginWhatIfAtSubscriptionScopeAsync
public abstract PollerFlux<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtSubscriptionScopeAsync(String deploymentName, DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
Parameters:
Returns:
beginWhatIfAtTenantScope
public abstract SyncPoller<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtTenantScope(String deploymentName, ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
Parameters:
Returns:
beginWhatIfAtTenantScope
public abstract SyncPoller<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtTenantScope(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:
beginWhatIfAtTenantScopeAsync
public abstract PollerFlux<PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtTenantScopeAsync(String deploymentName, ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
Parameters:
Returns:
calculateTemplateHash
public abstract TemplateHashResultInner calculateTemplateHash(Object template)
Calculate the hash of the given template.
Parameters:
Returns:
calculateTemplateHashAsync
public abstract Mono<TemplateHashResultInner> calculateTemplateHashAsync(Object template)
Calculate the hash of the given template.
Parameters:
Returns:
calculateTemplateHashWithResponse
public abstract Response<TemplateHashResultInner> calculateTemplateHashWithResponse(Object template, Context context)
Calculate the hash of the given template.
Parameters:
Returns:
calculateTemplateHashWithResponseAsync
public abstract Mono<Response<TemplateHashResultInner>> calculateTemplateHashWithResponseAsync(Object template)
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:
cancelAsync
public abstract Mono<Void> cancelAsync(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:
Returns:
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:
cancelAtManagementGroupScopeAsync
public abstract Mono<Void> cancelAtManagementGroupScopeAsync(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:
Returns:
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:
cancelAtManagementGroupScopeWithResponseAsync
public abstract Mono<Response<Void>> cancelAtManagementGroupScopeWithResponseAsync(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:
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:
cancelAtScopeAsync
public abstract Mono<Void> cancelAtScopeAsync(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:
Returns:
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:
cancelAtScopeWithResponseAsync
public abstract Mono<Response<Void>> cancelAtScopeWithResponseAsync(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:
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:
cancelAtSubscriptionScopeAsync
public abstract Mono<Void> cancelAtSubscriptionScopeAsync(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:
Returns:
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:
cancelAtSubscriptionScopeWithResponseAsync
public abstract Mono<Response<Void>> cancelAtSubscriptionScopeWithResponseAsync(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:
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:
cancelAtTenantScopeAsync
public abstract Mono<Void> cancelAtTenantScopeAsync(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:
Returns:
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:
cancelAtTenantScopeWithResponseAsync
public abstract Mono<Response<Void>> cancelAtTenantScopeWithResponseAsync(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:
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:
cancelWithResponseAsync
public abstract Mono<Response<Void>> cancelWithResponseAsync(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:
Returns:
checkExistence
public abstract boolean checkExistence(String resourceGroupName, String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAsync
public abstract Mono<Boolean> checkExistenceAsync(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:
checkExistenceAtManagementGroupScopeAsync
public abstract Mono<Boolean> checkExistenceAtManagementGroupScopeAsync(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:
checkExistenceAtManagementGroupScopeWithResponseAsync
public abstract Mono<Response<Boolean>> checkExistenceAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtScope
public abstract boolean checkExistenceAtScope(String scope, String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtScopeAsync
public abstract Mono<Boolean> checkExistenceAtScopeAsync(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:
checkExistenceAtScopeWithResponseAsync
public abstract Mono<Response<Boolean>> checkExistenceAtScopeWithResponseAsync(String scope, String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtSubscriptionScope
public abstract boolean checkExistenceAtSubscriptionScope(String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtSubscriptionScopeAsync
public abstract Mono<Boolean> checkExistenceAtSubscriptionScopeAsync(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:
checkExistenceAtSubscriptionScopeWithResponseAsync
public abstract Mono<Response<Boolean>> checkExistenceAtSubscriptionScopeWithResponseAsync(String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtTenantScope
public abstract boolean checkExistenceAtTenantScope(String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
checkExistenceAtTenantScopeAsync
public abstract Mono<Boolean> checkExistenceAtTenantScopeAsync(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:
checkExistenceAtTenantScopeWithResponseAsync
public abstract Mono<Response<Boolean>> checkExistenceAtTenantScopeWithResponseAsync(String deploymentName)
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:
checkExistenceWithResponseAsync
public abstract Mono<Response<Boolean>> checkExistenceWithResponseAsync(String resourceGroupName, String deploymentName)
Checks whether the deployment exists.
Parameters:
Returns:
createOrUpdate
public abstract DeploymentExtendedInner createOrUpdate(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Deploys resources to a resource group. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdate
public abstract DeploymentExtendedInner createOrUpdate(String resourceGroupName, String deploymentName, DeploymentInner parameters, Context context)
Deploys resources to a resource group. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<DeploymentExtendedInner> createOrUpdateAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Deploys resources to a resource group. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtManagementGroupScope
public abstract DeploymentExtendedInner 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 DeploymentExtendedInner 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:
createOrUpdateAtManagementGroupScopeAsync
public abstract Mono<DeploymentExtendedInner> createOrUpdateAtManagementGroupScopeAsync(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:
createOrUpdateAtManagementGroupScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateAtManagementGroupScopeWithResponseAsync(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:
createOrUpdateAtScope
public abstract DeploymentExtendedInner createOrUpdateAtScope(String scope, String deploymentName, DeploymentInner 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 DeploymentExtendedInner createOrUpdateAtScope(String scope, String deploymentName, DeploymentInner 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:
createOrUpdateAtScopeAsync
public abstract Mono<DeploymentExtendedInner> createOrUpdateAtScopeAsync(String scope, String deploymentName, DeploymentInner 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:
createOrUpdateAtScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateAtScopeWithResponseAsync(String scope, String deploymentName, DeploymentInner 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:
createOrUpdateAtSubscriptionScope
public abstract DeploymentExtendedInner createOrUpdateAtSubscriptionScope(String deploymentName, DeploymentInner 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 DeploymentExtendedInner createOrUpdateAtSubscriptionScope(String deploymentName, DeploymentInner 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:
createOrUpdateAtSubscriptionScopeAsync
public abstract Mono<DeploymentExtendedInner> createOrUpdateAtSubscriptionScopeAsync(String deploymentName, DeploymentInner parameters)
Deploys resources at subscription scope. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
createOrUpdateAtSubscriptionScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateAtSubscriptionScopeWithResponseAsync(String deploymentName, DeploymentInner parameters)
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 DeploymentExtendedInner 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 DeploymentExtendedInner 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:
createOrUpdateAtTenantScopeAsync
public abstract Mono<DeploymentExtendedInner> createOrUpdateAtTenantScopeAsync(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:
createOrUpdateAtTenantScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateAtTenantScopeWithResponseAsync(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:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Deploys resources to a resource group. You can provide the template and parameters directly in the request or link to JSON files.
Parameters:
Returns:
delete
public abstract void delete(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:
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:
deleteAsync
public abstract Mono<Void> deleteAsync(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:
Returns:
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:
deleteAtManagementGroupScopeAsync
public abstract Mono<Void> deleteAtManagementGroupScopeAsync(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:
Returns:
deleteAtManagementGroupScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteAtManagementGroupScopeWithResponseAsync(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:
Returns:
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:
deleteAtScopeAsync
public abstract Mono<Void> deleteAtScopeAsync(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:
Returns:
deleteAtScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteAtScopeWithResponseAsync(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:
Returns:
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:
deleteAtSubscriptionScopeAsync
public abstract Mono<Void> deleteAtSubscriptionScopeAsync(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:
Returns:
deleteAtSubscriptionScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteAtSubscriptionScopeWithResponseAsync(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:
Returns:
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:
deleteAtTenantScopeAsync
public abstract Mono<Void> deleteAtTenantScopeAsync(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:
Returns:
deleteAtTenantScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteAtTenantScopeWithResponseAsync(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:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(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:
Returns:
exportTemplate
public abstract DeploymentExportResultInner exportTemplate(String resourceGroupName, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAsync
public abstract Mono<DeploymentExportResultInner> exportTemplateAsync(String resourceGroupName, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtManagementGroupScope
public abstract DeploymentExportResultInner exportTemplateAtManagementGroupScope(String groupId, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtManagementGroupScopeAsync
public abstract Mono<DeploymentExportResultInner> exportTemplateAtManagementGroupScopeAsync(String groupId, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtManagementGroupScopeWithResponse
public abstract Response<DeploymentExportResultInner> exportTemplateAtManagementGroupScopeWithResponse(String groupId, String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtManagementGroupScopeWithResponseAsync
public abstract Mono<Response<DeploymentExportResultInner>> exportTemplateAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtScope
public abstract DeploymentExportResultInner exportTemplateAtScope(String scope, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtScopeAsync
public abstract Mono<DeploymentExportResultInner> exportTemplateAtScopeAsync(String scope, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtScopeWithResponse
public abstract Response<DeploymentExportResultInner> exportTemplateAtScopeWithResponse(String scope, String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtScopeWithResponseAsync
public abstract Mono<Response<DeploymentExportResultInner>> exportTemplateAtScopeWithResponseAsync(String scope, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtSubscriptionScope
public abstract DeploymentExportResultInner exportTemplateAtSubscriptionScope(String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtSubscriptionScopeAsync
public abstract Mono<DeploymentExportResultInner> exportTemplateAtSubscriptionScopeAsync(String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtSubscriptionScopeWithResponse
public abstract Response<DeploymentExportResultInner> exportTemplateAtSubscriptionScopeWithResponse(String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtSubscriptionScopeWithResponseAsync
public abstract Mono<Response<DeploymentExportResultInner>> exportTemplateAtSubscriptionScopeWithResponseAsync(String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtTenantScope
public abstract DeploymentExportResultInner exportTemplateAtTenantScope(String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtTenantScopeAsync
public abstract Mono<DeploymentExportResultInner> exportTemplateAtTenantScopeAsync(String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtTenantScopeWithResponse
public abstract Response<DeploymentExportResultInner> exportTemplateAtTenantScopeWithResponse(String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateAtTenantScopeWithResponseAsync
public abstract Mono<Response<DeploymentExportResultInner>> exportTemplateAtTenantScopeWithResponseAsync(String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateWithResponse
public abstract Response<DeploymentExportResultInner> exportTemplateWithResponse(String resourceGroupName, String deploymentName, Context context)
Exports the template used for specified deployment.
Parameters:
Returns:
exportTemplateWithResponseAsync
public abstract Mono<Response<DeploymentExportResultInner>> exportTemplateWithResponseAsync(String resourceGroupName, String deploymentName)
Exports the template used for specified deployment.
Parameters:
Returns:
getAtManagementGroupScope
public abstract DeploymentExtendedInner getAtManagementGroupScope(String groupId, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtManagementGroupScopeAsync
public abstract Mono<DeploymentExtendedInner> getAtManagementGroupScopeAsync(String groupId, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtManagementGroupScopeWithResponse
public abstract Response<DeploymentExtendedInner> getAtManagementGroupScopeWithResponse(String groupId, String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getAtManagementGroupScopeWithResponseAsync
public abstract Mono<Response<DeploymentExtendedInner>> getAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtScope
public abstract DeploymentExtendedInner getAtScope(String scope, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtScopeAsync
public abstract Mono<DeploymentExtendedInner> getAtScopeAsync(String scope, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtScopeWithResponse
public abstract Response<DeploymentExtendedInner> getAtScopeWithResponse(String scope, String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getAtScopeWithResponseAsync
public abstract Mono<Response<DeploymentExtendedInner>> getAtScopeWithResponseAsync(String scope, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtSubscriptionScope
public abstract DeploymentExtendedInner getAtSubscriptionScope(String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtSubscriptionScopeAsync
public abstract Mono<DeploymentExtendedInner> getAtSubscriptionScopeAsync(String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtSubscriptionScopeWithResponse
public abstract Response<DeploymentExtendedInner> getAtSubscriptionScopeWithResponse(String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getAtSubscriptionScopeWithResponseAsync
public abstract Mono<Response<DeploymentExtendedInner>> getAtSubscriptionScopeWithResponseAsync(String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtTenantScope
public abstract DeploymentExtendedInner getAtTenantScope(String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtTenantScopeAsync
public abstract Mono<DeploymentExtendedInner> getAtTenantScopeAsync(String deploymentName)
Gets a deployment.
Parameters:
Returns:
getAtTenantScopeWithResponse
public abstract Response<DeploymentExtendedInner> getAtTenantScopeWithResponse(String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getAtTenantScopeWithResponseAsync
public abstract Mono<Response<DeploymentExtendedInner>> getAtTenantScopeWithResponseAsync(String deploymentName)
Gets a deployment.
Parameters:
Returns:
getByResourceGroup
public abstract DeploymentExtendedInner getByResourceGroup(String resourceGroupName, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<DeploymentExtendedInner> getByResourceGroupAsync(String resourceGroupName, String deploymentName)
Gets a deployment.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<DeploymentExtendedInner> getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)
Gets a deployment.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<DeploymentExtendedInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String deploymentName)
Gets a deployment.
Parameters:
Returns:
list
public abstract PagedIterable<DeploymentExtendedInner> list()
Get all the deployments for a subscription.
Returns:
list
public abstract PagedIterable<DeploymentExtendedInner> list(String filter, Integer top, Context context)
Get all the deployments for a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<DeploymentExtendedInner> listAsync()
Get all the deployments for a subscription.
Returns:
listAsync
public abstract PagedFlux<DeploymentExtendedInner> listAsync(String filter, Integer top)
Get all the deployments for a subscription.
Parameters:
Returns:
listAtManagementGroupScope
public abstract PagedIterable<DeploymentExtendedInner> listAtManagementGroupScope(String groupId)
Get all the deployments for a management group.
Parameters:
Returns:
listAtManagementGroupScope
public abstract PagedIterable<DeploymentExtendedInner> listAtManagementGroupScope(String groupId, String filter, Integer top, Context context)
Get all the deployments for a management group.
Parameters:
Returns:
listAtManagementGroupScopeAsync
public abstract PagedFlux<DeploymentExtendedInner> listAtManagementGroupScopeAsync(String groupId)
Get all the deployments for a management group.
Parameters:
Returns:
listAtManagementGroupScopeAsync
public abstract PagedFlux<DeploymentExtendedInner> listAtManagementGroupScopeAsync(String groupId, String filter, Integer top)
Get all the deployments for a management group.
Parameters:
Returns:
listAtScope
public abstract PagedIterable<DeploymentExtendedInner> listAtScope(String scope)
Get all the deployments at the given scope.
Parameters:
Returns:
listAtScope
public abstract PagedIterable<DeploymentExtendedInner> listAtScope(String scope, String filter, Integer top, Context context)
Get all the deployments at the given scope.
Parameters:
Returns:
listAtScopeAsync
public abstract PagedFlux<DeploymentExtendedInner> listAtScopeAsync(String scope)
Get all the deployments at the given scope.
Parameters:
Returns:
listAtScopeAsync
public abstract PagedFlux<DeploymentExtendedInner> listAtScopeAsync(String scope, String filter, Integer top)
Get all the deployments at the given scope.
Parameters:
Returns:
listAtTenantScope
public abstract PagedIterable<DeploymentExtendedInner> listAtTenantScope()
Get all the deployments at the tenant scope.
Returns:
listAtTenantScope
public abstract PagedIterable<DeploymentExtendedInner> listAtTenantScope(String filter, Integer top, Context context)
Get all the deployments at the tenant scope.
Parameters:
Returns:
listAtTenantScopeAsync
public abstract PagedFlux<DeploymentExtendedInner> listAtTenantScopeAsync()
Get all the deployments at the tenant scope.
Returns:
listAtTenantScopeAsync
public abstract PagedFlux<DeploymentExtendedInner> listAtTenantScopeAsync(String filter, Integer top)
Get all the deployments at the tenant scope.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DeploymentExtendedInner> listByResourceGroup(String resourceGroupName)
Get all the deployments for a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DeploymentExtendedInner> listByResourceGroup(String resourceGroupName, String filter, Integer top, Context context)
Get all the deployments for a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<DeploymentExtendedInner> listByResourceGroupAsync(String resourceGroupName)
Get all the deployments for a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<DeploymentExtendedInner> listByResourceGroupAsync(String resourceGroupName, String filter, Integer top)
Get all the deployments for a resource group.
Parameters:
Returns:
validate
public abstract DeploymentValidateResultInner validate(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validate
public abstract DeploymentValidateResultInner validate(String resourceGroupName, String deploymentName, DeploymentInner parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAsync
public abstract Mono<DeploymentValidateResultInner> validateAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtManagementGroupScope
public abstract DeploymentValidateResultInner 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 DeploymentValidateResultInner 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:
validateAtManagementGroupScopeAsync
public abstract Mono<DeploymentValidateResultInner> validateAtManagementGroupScopeAsync(String groupId, String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtManagementGroupScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> validateAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtScope
public abstract DeploymentValidateResultInner validateAtScope(String scope, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtScope
public abstract DeploymentValidateResultInner validateAtScope(String scope, String deploymentName, DeploymentInner parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtScopeAsync
public abstract Mono<DeploymentValidateResultInner> validateAtScopeAsync(String scope, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> validateAtScopeWithResponseAsync(String scope, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtSubscriptionScope
public abstract DeploymentValidateResultInner validateAtSubscriptionScope(String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtSubscriptionScope
public abstract DeploymentValidateResultInner validateAtSubscriptionScope(String deploymentName, DeploymentInner parameters, Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtSubscriptionScopeAsync
public abstract Mono<DeploymentValidateResultInner> validateAtSubscriptionScopeAsync(String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtSubscriptionScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> validateAtSubscriptionScopeWithResponseAsync(String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtTenantScope
public abstract DeploymentValidateResultInner 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 DeploymentValidateResultInner 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:
validateAtTenantScopeAsync
public abstract Mono<DeploymentValidateResultInner> validateAtTenantScopeAsync(String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateAtTenantScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> validateAtTenantScopeWithResponseAsync(String deploymentName, ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
validateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
Parameters:
Returns:
whatIf
public abstract WhatIfOperationResultInner 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 WhatIfOperationResultInner 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:
whatIfAsync
public abstract Mono<WhatIfOperationResultInner> whatIfAsync(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:
whatIfAtManagementGroupScope
public abstract WhatIfOperationResultInner 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 WhatIfOperationResultInner 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:
whatIfAtManagementGroupScopeAsync
public abstract Mono<WhatIfOperationResultInner> whatIfAtManagementGroupScopeAsync(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:
whatIfAtManagementGroupScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> whatIfAtManagementGroupScopeWithResponseAsync(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:
whatIfAtSubscriptionScope
public abstract WhatIfOperationResultInner 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 WhatIfOperationResultInner 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:
whatIfAtSubscriptionScopeAsync
public abstract Mono<WhatIfOperationResultInner> whatIfAtSubscriptionScopeAsync(String deploymentName, DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
Parameters:
Returns:
whatIfAtSubscriptionScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> whatIfAtSubscriptionScopeWithResponseAsync(String deploymentName, DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
Parameters:
Returns:
whatIfAtTenantScope
public abstract WhatIfOperationResultInner 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 WhatIfOperationResultInner 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:
whatIfAtTenantScopeAsync
public abstract Mono<WhatIfOperationResultInner> whatIfAtTenantScopeAsync(String deploymentName, ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
Parameters:
Returns:
whatIfAtTenantScopeWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> whatIfAtTenantScopeWithResponseAsync(String deploymentName, ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
Parameters:
Returns:
whatIfWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> whatIfWithResponseAsync(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: