public interface DeploymentsClient extends InnerSupportsGet<DeploymentExtendedInner>, InnerSupportsListing<DeploymentExtendedInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtManagementGroupScopeAsync(String groupId,
String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtScope(String scope,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtScope(String scope,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtScopeAsync(String scope,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtSubscriptionScopeAsync(String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtTenantScope(String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtTenantScope(String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> |
beginCreateOrUpdateAtTenantScopeAsync(String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtManagementGroupScope(String groupId,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtManagementGroupScope(String groupId,
String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtManagementGroupScopeAsync(String groupId,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtScope(String scope,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtScope(String scope,
String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtScopeAsync(String scope,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtSubscriptionScope(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtSubscriptionScope(String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtSubscriptionScopeAsync(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtTenantScope(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtTenantScope(String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAtTenantScopeAsync(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidateAtScope(String scope,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidateAtSubscriptionScopeAsync(String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidateAtTenantScope(String deploymentName,
ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidateAtTenantScope(String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> |
beginValidateAtTenantScopeAsync(String deploymentName,
ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
beginWhatIf(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
beginWhatIfAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the management group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
beginWhatIfAtSubscriptionScope(String deploymentName,
DeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
beginWhatIfAtTenantScope(String deploymentName,
ScopedDeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.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.
|
TemplateHashResultInner |
calculateTemplateHash(Object template)
Calculate the hash of the given template.
|
Mono<TemplateHashResultInner> |
calculateTemplateHashAsync(Object template)
Calculate the hash of the given template.
|
com.azure.core.http.rest.Response<TemplateHashResultInner> |
calculateTemplateHashWithResponse(Object template,
com.azure.core.util.Context context)
Calculate the hash of the given template.
|
Mono<com.azure.core.http.rest.Response<TemplateHashResultInner>> |
calculateTemplateHashWithResponseAsync(Object template)
Calculate the hash of the given template.
|
void |
cancel(String resourceGroupName,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<Void> |
cancelAsync(String resourceGroupName,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
void |
cancelAtManagementGroupScope(String groupId,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<Void> |
cancelAtManagementGroupScopeAsync(String groupId,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
com.azure.core.http.rest.Response<Void> |
cancelAtManagementGroupScopeWithResponse(String groupId,
String deploymentName,
com.azure.core.util.Context context)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelAtManagementGroupScopeWithResponseAsync(String groupId,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
void |
cancelAtScope(String scope,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<Void> |
cancelAtScopeAsync(String scope,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
com.azure.core.http.rest.Response<Void> |
cancelAtScopeWithResponse(String scope,
String deploymentName,
com.azure.core.util.Context context)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelAtScopeWithResponseAsync(String scope,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
void |
cancelAtSubscriptionScope(String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<Void> |
cancelAtSubscriptionScopeAsync(String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
com.azure.core.http.rest.Response<Void> |
cancelAtSubscriptionScopeWithResponse(String deploymentName,
com.azure.core.util.Context context)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelAtSubscriptionScopeWithResponseAsync(String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
void |
cancelAtTenantScope(String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<Void> |
cancelAtTenantScopeAsync(String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
com.azure.core.http.rest.Response<Void> |
cancelAtTenantScopeWithResponse(String deploymentName,
com.azure.core.util.Context context)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelAtTenantScopeWithResponseAsync(String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
com.azure.core.http.rest.Response<Void> |
cancelWithResponse(String resourceGroupName,
String deploymentName,
com.azure.core.util.Context context)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelWithResponseAsync(String resourceGroupName,
String deploymentName)
You can cancel a deployment only if the provisioningState is Accepted or Running.
|
boolean |
checkExistence(String resourceGroupName,
String deploymentName)
Checks whether the deployment exists.
|
Mono<Boolean> |
checkExistenceAsync(String resourceGroupName,
String deploymentName)
Checks whether the deployment exists.
|
boolean |
checkExistenceAtManagementGroupScope(String groupId,
String deploymentName)
Checks whether the deployment exists.
|
Mono<Boolean> |
checkExistenceAtManagementGroupScopeAsync(String groupId,
String deploymentName)
Checks whether the deployment exists.
|
com.azure.core.http.rest.Response<Boolean> |
checkExistenceAtManagementGroupScopeWithResponse(String groupId,
String deploymentName,
com.azure.core.util.Context context)
Checks whether the deployment exists.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
checkExistenceAtManagementGroupScopeWithResponseAsync(String groupId,
String deploymentName)
Checks whether the deployment exists.
|
boolean |
checkExistenceAtScope(String scope,
String deploymentName)
Checks whether the deployment exists.
|
Mono<Boolean> |
checkExistenceAtScopeAsync(String scope,
String deploymentName)
Checks whether the deployment exists.
|
com.azure.core.http.rest.Response<Boolean> |
checkExistenceAtScopeWithResponse(String scope,
String deploymentName,
com.azure.core.util.Context context)
Checks whether the deployment exists.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
checkExistenceAtScopeWithResponseAsync(String scope,
String deploymentName)
Checks whether the deployment exists.
|
boolean |
checkExistenceAtSubscriptionScope(String deploymentName)
Checks whether the deployment exists.
|
Mono<Boolean> |
checkExistenceAtSubscriptionScopeAsync(String deploymentName)
Checks whether the deployment exists.
|
com.azure.core.http.rest.Response<Boolean> |
checkExistenceAtSubscriptionScopeWithResponse(String deploymentName,
com.azure.core.util.Context context)
Checks whether the deployment exists.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
checkExistenceAtSubscriptionScopeWithResponseAsync(String deploymentName)
Checks whether the deployment exists.
|
boolean |
checkExistenceAtTenantScope(String deploymentName)
Checks whether the deployment exists.
|
Mono<Boolean> |
checkExistenceAtTenantScopeAsync(String deploymentName)
Checks whether the deployment exists.
|
com.azure.core.http.rest.Response<Boolean> |
checkExistenceAtTenantScopeWithResponse(String deploymentName,
com.azure.core.util.Context context)
Checks whether the deployment exists.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
checkExistenceAtTenantScopeWithResponseAsync(String deploymentName)
Checks whether the deployment exists.
|
com.azure.core.http.rest.Response<Boolean> |
checkExistenceWithResponse(String resourceGroupName,
String deploymentName,
com.azure.core.util.Context context)
Checks whether the deployment exists.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
checkExistenceWithResponseAsync(String resourceGroupName,
String deploymentName)
Checks whether the deployment exists.
|
DeploymentExtendedInner |
createOrUpdate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<DeploymentExtendedInner> |
createOrUpdateAsync(String resourceGroupName,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<DeploymentExtendedInner> |
createOrUpdateAtManagementGroupScopeAsync(String groupId,
String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateAtManagementGroupScopeWithResponseAsync(String groupId,
String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdateAtScope(String scope,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdateAtScope(String scope,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<DeploymentExtendedInner> |
createOrUpdateAtScopeAsync(String scope,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateAtScopeWithResponseAsync(String scope,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<DeploymentExtendedInner> |
createOrUpdateAtSubscriptionScopeAsync(String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateAtSubscriptionScopeWithResponseAsync(String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdateAtTenantScope(String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
createOrUpdateAtTenantScope(String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<DeploymentExtendedInner> |
createOrUpdateAtTenantScopeAsync(String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateAtTenantScopeWithResponseAsync(String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
void |
delete(String resourceGroupName,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
delete(String resourceGroupName,
String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
deleteAtManagementGroupScope(String groupId,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
deleteAtManagementGroupScope(String groupId,
String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
Mono<Void> |
deleteAtManagementGroupScopeAsync(String groupId,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteAtManagementGroupScopeWithResponseAsync(String groupId,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
deleteAtScope(String scope,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
deleteAtScope(String scope,
String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
Mono<Void> |
deleteAtScopeAsync(String scope,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteAtScopeWithResponseAsync(String scope,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
deleteAtSubscriptionScope(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
deleteAtSubscriptionScope(String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
Mono<Void> |
deleteAtSubscriptionScopeAsync(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteAtSubscriptionScopeWithResponseAsync(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
deleteAtTenantScope(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
void |
deleteAtTenantScope(String deploymentName,
com.azure.core.util.Context context)
A template deployment that is currently running cannot be deleted.
|
Mono<Void> |
deleteAtTenantScopeAsync(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteAtTenantScopeWithResponseAsync(String deploymentName)
A template deployment that is currently running cannot be deleted.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String deploymentName)
A template deployment that is currently running cannot be deleted.
|
DeploymentExportResultInner |
exportTemplate(String resourceGroupName,
String deploymentName)
Exports the template used for specified deployment.
|
Mono<DeploymentExportResultInner> |
exportTemplateAsync(String resourceGroupName,
String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExportResultInner |
exportTemplateAtManagementGroupScope(String groupId,
String deploymentName)
Exports the template used for specified deployment.
|
Mono<DeploymentExportResultInner> |
exportTemplateAtManagementGroupScopeAsync(String groupId,
String deploymentName)
Exports the template used for specified deployment.
|
com.azure.core.http.rest.Response<DeploymentExportResultInner> |
exportTemplateAtManagementGroupScopeWithResponse(String groupId,
String deploymentName,
com.azure.core.util.Context context)
Exports the template used for specified deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> |
exportTemplateAtManagementGroupScopeWithResponseAsync(String groupId,
String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExportResultInner |
exportTemplateAtScope(String scope,
String deploymentName)
Exports the template used for specified deployment.
|
Mono<DeploymentExportResultInner> |
exportTemplateAtScopeAsync(String scope,
String deploymentName)
Exports the template used for specified deployment.
|
com.azure.core.http.rest.Response<DeploymentExportResultInner> |
exportTemplateAtScopeWithResponse(String scope,
String deploymentName,
com.azure.core.util.Context context)
Exports the template used for specified deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> |
exportTemplateAtScopeWithResponseAsync(String scope,
String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExportResultInner |
exportTemplateAtSubscriptionScope(String deploymentName)
Exports the template used for specified deployment.
|
Mono<DeploymentExportResultInner> |
exportTemplateAtSubscriptionScopeAsync(String deploymentName)
Exports the template used for specified deployment.
|
com.azure.core.http.rest.Response<DeploymentExportResultInner> |
exportTemplateAtSubscriptionScopeWithResponse(String deploymentName,
com.azure.core.util.Context context)
Exports the template used for specified deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> |
exportTemplateAtSubscriptionScopeWithResponseAsync(String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExportResultInner |
exportTemplateAtTenantScope(String deploymentName)
Exports the template used for specified deployment.
|
Mono<DeploymentExportResultInner> |
exportTemplateAtTenantScopeAsync(String deploymentName)
Exports the template used for specified deployment.
|
com.azure.core.http.rest.Response<DeploymentExportResultInner> |
exportTemplateAtTenantScopeWithResponse(String deploymentName,
com.azure.core.util.Context context)
Exports the template used for specified deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> |
exportTemplateAtTenantScopeWithResponseAsync(String deploymentName)
Exports the template used for specified deployment.
|
com.azure.core.http.rest.Response<DeploymentExportResultInner> |
exportTemplateWithResponse(String resourceGroupName,
String deploymentName,
com.azure.core.util.Context context)
Exports the template used for specified deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> |
exportTemplateWithResponseAsync(String resourceGroupName,
String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExtendedInner |
getAtManagementGroupScope(String groupId,
String deploymentName)
Gets a deployment.
|
Mono<DeploymentExtendedInner> |
getAtManagementGroupScopeAsync(String groupId,
String deploymentName)
Gets a deployment.
|
com.azure.core.http.rest.Response<DeploymentExtendedInner> |
getAtManagementGroupScopeWithResponse(String groupId,
String deploymentName,
com.azure.core.util.Context context)
Gets a deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> |
getAtManagementGroupScopeWithResponseAsync(String groupId,
String deploymentName)
Gets a deployment.
|
DeploymentExtendedInner |
getAtScope(String scope,
String deploymentName)
Gets a deployment.
|
Mono<DeploymentExtendedInner> |
getAtScopeAsync(String scope,
String deploymentName)
Gets a deployment.
|
com.azure.core.http.rest.Response<DeploymentExtendedInner> |
getAtScopeWithResponse(String scope,
String deploymentName,
com.azure.core.util.Context context)
Gets a deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> |
getAtScopeWithResponseAsync(String scope,
String deploymentName)
Gets a deployment.
|
DeploymentExtendedInner |
getAtSubscriptionScope(String deploymentName)
Gets a deployment.
|
Mono<DeploymentExtendedInner> |
getAtSubscriptionScopeAsync(String deploymentName)
Gets a deployment.
|
com.azure.core.http.rest.Response<DeploymentExtendedInner> |
getAtSubscriptionScopeWithResponse(String deploymentName,
com.azure.core.util.Context context)
Gets a deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> |
getAtSubscriptionScopeWithResponseAsync(String deploymentName)
Gets a deployment.
|
DeploymentExtendedInner |
getAtTenantScope(String deploymentName)
Gets a deployment.
|
Mono<DeploymentExtendedInner> |
getAtTenantScopeAsync(String deploymentName)
Gets a deployment.
|
com.azure.core.http.rest.Response<DeploymentExtendedInner> |
getAtTenantScopeWithResponse(String deploymentName,
com.azure.core.util.Context context)
Gets a deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> |
getAtTenantScopeWithResponseAsync(String deploymentName)
Gets a deployment.
|
DeploymentExtendedInner |
getByResourceGroup(String resourceGroupName,
String deploymentName)
Gets a deployment.
|
Mono<DeploymentExtendedInner> |
getByResourceGroupAsync(String resourceGroupName,
String deploymentName)
Gets a deployment.
|
com.azure.core.http.rest.Response<DeploymentExtendedInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String deploymentName,
com.azure.core.util.Context context)
Gets a deployment.
|
Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String deploymentName)
Gets a deployment.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
list()
Get all the deployments for a subscription.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
list(String filter,
Integer top,
com.azure.core.util.Context context)
Get all the deployments for a subscription.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listAsync()
Get all the deployments for a subscription.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listAsync(String filter,
Integer top)
Get all the deployments for a subscription.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
listAtManagementGroupScope(String groupId)
Get all the deployments for a management group.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
listAtManagementGroupScope(String groupId,
String filter,
Integer top,
com.azure.core.util.Context context)
Get all the deployments for a management group.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listAtManagementGroupScopeAsync(String groupId)
Get all the deployments for a management group.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listAtManagementGroupScopeAsync(String groupId,
String filter,
Integer top)
Get all the deployments for a management group.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
listAtScope(String scope)
Get all the deployments at the given scope.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
listAtScope(String scope,
String filter,
Integer top,
com.azure.core.util.Context context)
Get all the deployments at the given scope.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listAtScopeAsync(String scope)
Get all the deployments at the given scope.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listAtScopeAsync(String scope,
String filter,
Integer top)
Get all the deployments at the given scope.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
listAtTenantScope()
Get all the deployments at the tenant scope.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
listAtTenantScope(String filter,
Integer top,
com.azure.core.util.Context context)
Get all the deployments at the tenant scope.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listAtTenantScopeAsync()
Get all the deployments at the tenant scope.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listAtTenantScopeAsync(String filter,
Integer top)
Get all the deployments at the tenant scope.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
listByResourceGroup(String resourceGroupName)
Get all the deployments for a resource group.
|
com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> |
listByResourceGroup(String resourceGroupName,
String filter,
Integer top,
com.azure.core.util.Context context)
Get all the deployments for a resource group.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listByResourceGroupAsync(String resourceGroupName)
Get all the deployments for a resource group.
|
com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> |
listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top)
Get all the deployments for a resource group.
|
DeploymentValidateResultInner |
validate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
validate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
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..
|
DeploymentValidateResultInner |
validateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
validateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
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..
|
Mono<com.azure.core.http.rest.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..
|
DeploymentValidateResultInner |
validateAtScope(String scope,
String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
validateAtScope(String scope,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
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..
|
Mono<com.azure.core.http.rest.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..
|
DeploymentValidateResultInner |
validateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
validateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
Mono<DeploymentValidateResultInner> |
validateAtSubscriptionScopeAsync(String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
validateAtSubscriptionScopeWithResponseAsync(String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
validateAtTenantScope(String deploymentName,
ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
validateAtTenantScope(String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
Mono<DeploymentValidateResultInner> |
validateAtTenantScopeAsync(String deploymentName,
ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
validateAtTenantScopeWithResponseAsync(String deploymentName,
ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
Mono<com.azure.core.http.rest.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..
|
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.
|
WhatIfOperationResultInner |
whatIf(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
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.
|
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.
|
WhatIfOperationResultInner |
whatIfAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the management group.
|
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.
|
Mono<com.azure.core.http.rest.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.
|
WhatIfOperationResultInner |
whatIfAtSubscriptionScope(String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
WhatIfOperationResultInner |
whatIfAtSubscriptionScope(String deploymentName,
DeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
Mono<WhatIfOperationResultInner> |
whatIfAtSubscriptionScopeAsync(String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
Mono<com.azure.core.http.rest.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.
|
WhatIfOperationResultInner |
whatIfAtTenantScope(String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
|
WhatIfOperationResultInner |
whatIfAtTenantScope(String deploymentName,
ScopedDeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
|
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.
|
Mono<com.azure.core.http.rest.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.
|
Mono<com.azure.core.http.rest.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.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteAtScopeWithResponseAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtScopeAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtScope(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtScope(String scope, String deploymentName, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAtScopeAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAtScope(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAtScope(String scope, String deploymentName, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Boolean>> checkExistenceAtScopeWithResponseAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Boolean> checkExistenceAtScopeAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.boolean checkExistenceAtScope(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Boolean> checkExistenceAtScopeWithResponse(String scope, String deploymentName, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateAtScopeWithResponseAsync(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtScopeAsync(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtScope(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtScope(String scope, String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> createOrUpdateAtScopeAsync(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdateAtScope(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdateAtScope(String scope, String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> getAtScopeWithResponseAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> getAtScopeAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner getAtScope(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExtendedInner> getAtScopeWithResponse(String scope, String deploymentName, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> cancelAtScopeWithResponseAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> cancelAtScopeAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void cancelAtScope(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> cancelAtScopeWithResponse(String scope, String deploymentName, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateAtScopeWithResponseAsync(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtScopeAsync(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtScope(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtScope(String scope, String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentValidateResultInner> validateAtScopeAsync(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validateAtScope(String scope, String deploymentName, DeploymentInner parameters)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validateAtScope(String scope, String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> exportTemplateAtScopeWithResponseAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExportResultInner> exportTemplateAtScopeAsync(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExportResultInner exportTemplateAtScope(String scope, String deploymentName)
scope - The resource scope.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExportResultInner> exportTemplateAtScopeWithResponse(String scope, String deploymentName, com.azure.core.util.Context context)
scope - The resource scope.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listAtScopeAsync(String scope, String filter, Integer top)
scope - The resource scope.filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listAtScopeAsync(String scope)
scope - The resource scope.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> listAtScope(String scope)
scope - The resource scope.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> listAtScope(String scope, String filter, Integer top, com.azure.core.util.Context context)
scope - The resource scope.filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteAtTenantScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtTenantScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtTenantScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtTenantScope(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAtTenantScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAtTenantScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAtTenantScope(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Boolean>> checkExistenceAtTenantScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Boolean> checkExistenceAtTenantScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.boolean checkExistenceAtTenantScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Boolean> checkExistenceAtTenantScopeWithResponse(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateAtTenantScopeWithResponseAsync(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtTenantScopeAsync(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtTenantScope(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtTenantScope(String deploymentName, ScopedDeployment parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> createOrUpdateAtTenantScopeAsync(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdateAtTenantScope(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdateAtTenantScope(String deploymentName, ScopedDeployment parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> getAtTenantScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> getAtTenantScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner getAtTenantScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExtendedInner> getAtTenantScopeWithResponse(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> cancelAtTenantScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> cancelAtTenantScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void cancelAtTenantScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> cancelAtTenantScopeWithResponse(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateAtTenantScopeWithResponseAsync(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtTenantScopeAsync(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtTenantScope(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtTenantScope(String deploymentName, ScopedDeployment parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentValidateResultInner> validateAtTenantScopeAsync(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validateAtTenantScope(String deploymentName, ScopedDeployment parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validateAtTenantScope(String deploymentName, ScopedDeployment parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> whatIfAtTenantScopeWithResponseAsync(String deploymentName, ScopedDeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtTenantScopeAsync(String deploymentName, ScopedDeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtTenantScope(String deploymentName, ScopedDeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtTenantScope(String deploymentName, ScopedDeploymentWhatIf parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<WhatIfOperationResultInner> whatIfAtTenantScopeAsync(String deploymentName, ScopedDeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WhatIfOperationResultInner whatIfAtTenantScope(String deploymentName, ScopedDeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WhatIfOperationResultInner whatIfAtTenantScope(String deploymentName, ScopedDeploymentWhatIf parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> exportTemplateAtTenantScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExportResultInner> exportTemplateAtTenantScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExportResultInner exportTemplateAtTenantScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExportResultInner> exportTemplateAtTenantScopeWithResponse(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listAtTenantScopeAsync(String filter, Integer top)
filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listAtTenantScopeAsync()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> listAtTenantScope()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> listAtTenantScope(String filter, Integer top, com.azure.core.util.Context context)
filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtManagementGroupScopeAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtManagementGroupScope(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtManagementGroupScope(String groupId, String deploymentName, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAtManagementGroupScopeAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAtManagementGroupScope(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAtManagementGroupScope(String groupId, String deploymentName, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Boolean>> checkExistenceAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Boolean> checkExistenceAtManagementGroupScopeAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.boolean checkExistenceAtManagementGroupScope(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Boolean> checkExistenceAtManagementGroupScopeWithResponse(String groupId, String deploymentName, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtManagementGroupScopeAsync(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> createOrUpdateAtManagementGroupScopeAsync(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> getAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> getAtManagementGroupScopeAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner getAtManagementGroupScope(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExtendedInner> getAtManagementGroupScopeWithResponse(String groupId, String deploymentName, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> cancelAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> cancelAtManagementGroupScopeAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void cancelAtManagementGroupScope(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> cancelAtManagementGroupScopeWithResponse(String groupId, String deploymentName, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtManagementGroupScopeAsync(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentValidateResultInner> validateAtManagementGroupScopeAsync(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validateAtManagementGroupScope(String groupId, String deploymentName, ScopedDeployment parameters, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> whatIfAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtManagementGroupScopeAsync(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtManagementGroupScope(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtManagementGroupScope(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<WhatIfOperationResultInner> whatIfAtManagementGroupScopeAsync(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WhatIfOperationResultInner whatIfAtManagementGroupScope(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WhatIfOperationResultInner whatIfAtManagementGroupScope(String groupId, String deploymentName, ScopedDeploymentWhatIf parameters, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> exportTemplateAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExportResultInner> exportTemplateAtManagementGroupScopeAsync(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExportResultInner exportTemplateAtManagementGroupScope(String groupId, String deploymentName)
groupId - The management group ID.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExportResultInner> exportTemplateAtManagementGroupScopeWithResponse(String groupId, String deploymentName, com.azure.core.util.Context context)
groupId - The management group ID.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listAtManagementGroupScopeAsync(String groupId, String filter, Integer top)
groupId - The management group ID.filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listAtManagementGroupScopeAsync(String groupId)
groupId - The management group ID.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> listAtManagementGroupScope(String groupId)
groupId - The management group ID.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> listAtManagementGroupScope(String groupId, String filter, Integer top, com.azure.core.util.Context context)
groupId - The management group ID.filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteAtSubscriptionScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtSubscriptionScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtSubscriptionScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAtSubscriptionScope(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAtSubscriptionScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAtSubscriptionScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAtSubscriptionScope(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Boolean>> checkExistenceAtSubscriptionScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Boolean> checkExistenceAtSubscriptionScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.boolean checkExistenceAtSubscriptionScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Boolean> checkExistenceAtSubscriptionScopeWithResponse(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateAtSubscriptionScopeWithResponseAsync(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtSubscriptionScopeAsync(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtSubscriptionScope(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAtSubscriptionScope(String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> createOrUpdateAtSubscriptionScopeAsync(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdateAtSubscriptionScope(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdateAtSubscriptionScope(String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> getAtSubscriptionScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> getAtSubscriptionScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner getAtSubscriptionScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExtendedInner> getAtSubscriptionScopeWithResponse(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> cancelAtSubscriptionScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> cancelAtSubscriptionScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void cancelAtSubscriptionScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> cancelAtSubscriptionScopeWithResponse(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateAtSubscriptionScopeWithResponseAsync(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtSubscriptionScopeAsync(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtSubscriptionScope(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAtSubscriptionScope(String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentValidateResultInner> validateAtSubscriptionScopeAsync(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validateAtSubscriptionScope(String deploymentName, DeploymentInner parameters)
deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validateAtSubscriptionScope(String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> whatIfAtSubscriptionScopeWithResponseAsync(String deploymentName, DeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to What If.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtSubscriptionScopeAsync(String deploymentName, DeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to What If.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtSubscriptionScope(String deploymentName, DeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to What If.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAtSubscriptionScope(String deploymentName, DeploymentWhatIf parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Parameters to What If.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<WhatIfOperationResultInner> whatIfAtSubscriptionScopeAsync(String deploymentName, DeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to What If.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WhatIfOperationResultInner whatIfAtSubscriptionScope(String deploymentName, DeploymentWhatIf parameters)
deploymentName - The name of the deployment.parameters - Parameters to What If.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WhatIfOperationResultInner whatIfAtSubscriptionScope(String deploymentName, DeploymentWhatIf parameters, com.azure.core.util.Context context)
deploymentName - The name of the deployment.parameters - Parameters to What If.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> exportTemplateAtSubscriptionScopeWithResponseAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExportResultInner> exportTemplateAtSubscriptionScopeAsync(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExportResultInner exportTemplateAtSubscriptionScope(String deploymentName)
deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExportResultInner> exportTemplateAtSubscriptionScopeWithResponse(String deploymentName, com.azure.core.util.Context context)
deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listAsync(String filter, Integer top)
filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listAsync()
listAsync in interface InnerSupportsListing<DeploymentExtendedInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> list()
list in interface InnerSupportsListing<DeploymentExtendedInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> list(String filter, Integer top, com.azure.core.util.Context context)
filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group with the deployment to delete. The name is case
insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group with the deployment to delete. The name is case
insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group with the deployment to delete. The name is case
insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String deploymentName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group with the deployment to delete. The name is case
insensitive.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String deploymentName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group with the deployment to delete. The name is case
insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group with the deployment to delete. The name is case
insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String deploymentName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group with the deployment to delete. The name is case
insensitive.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Boolean>> checkExistenceWithResponseAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group with the deployment to check. The name is case
insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Boolean> checkExistenceAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group with the deployment to check. The name is case
insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.boolean checkExistence(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group with the deployment to check. The name is case
insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Boolean> checkExistenceWithResponse(String resourceGroupName, String deploymentName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group with the deployment to check. The name is case
insensitive.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group to deploy the resources to. The name is case insensitive.
The resource group must already exist.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdateAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group to deploy the resources to. The name is case insensitive.
The resource group must already exist.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdate(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group to deploy the resources to. The name is case insensitive.
The resource group must already exist.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentExtendedInner>,DeploymentExtendedInner> beginCreateOrUpdate(String resourceGroupName, String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group to deploy the resources to. The name is case insensitive.
The resource group must already exist.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> createOrUpdateAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group to deploy the resources to. The name is case insensitive.
The resource group must already exist.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdate(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group to deploy the resources to. The name is case insensitive.
The resource group must already exist.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner createOrUpdate(String resourceGroupName, String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group to deploy the resources to. The name is case insensitive.
The resource group must already exist.deploymentName - The name of the deployment.parameters - Additional parameters supplied to the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExtendedInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExtendedInner> getByResourceGroupAsync(String resourceGroupName, String deploymentName)
getByResourceGroupAsync in interface InnerSupportsGet<DeploymentExtendedInner>resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExtendedInner getByResourceGroup(String resourceGroupName, String deploymentName)
getByResourceGroup in interface InnerSupportsGet<DeploymentExtendedInner>resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExtendedInner> getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> cancelWithResponseAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> cancelAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void cancel(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> cancelWithResponse(String resourceGroupName, String deploymentName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidateAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidate(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentValidateResultInner>,DeploymentValidateResultInner> beginValidate(String resourceGroupName, String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentValidateResultInner> validateAsync(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validate(String resourceGroupName, String deploymentName, DeploymentInner parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentValidateResultInner validate(String resourceGroupName, String deploymentName, DeploymentInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> whatIfWithResponseAsync(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIfAsync(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIf(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> beginWhatIf(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<WhatIfOperationResultInner> whatIfAsync(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WhatIfOperationResultInner whatIf(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WhatIfOperationResultInner whatIf(String resourceGroupName, String deploymentName, DeploymentWhatIf parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group the template will be deployed to. The name is case
insensitive.deploymentName - The name of the deployment.parameters - Parameters to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> exportTemplateWithResponseAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentExportResultInner> exportTemplateAsync(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentExportResultInner exportTemplate(String resourceGroupName, String deploymentName)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentExportResultInner> exportTemplateWithResponse(String resourceGroupName, String deploymentName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.deploymentName - The name of the deployment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listByResourceGroupAsync(String resourceGroupName, String filter, Integer top)
resourceGroupName - The name of the resource group with the deployments to get. The name is case
insensitive.filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentExtendedInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<DeploymentExtendedInner>resourceGroupName - The name of the resource group with the deployments to get. The name is case
insensitive.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<DeploymentExtendedInner>resourceGroupName - The name of the resource group with the deployments to get. The name is case
insensitive.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentExtendedInner> listByResourceGroup(String resourceGroupName, String filter, Integer top, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group with the deployments to get. The name is case
insensitive.filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq
'{state}'.top - The number of results to get. If null is passed, returns all deployments.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TemplateHashResultInner>> calculateTemplateHashWithResponseAsync(Object template)
template - The template provided to calculate hash.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TemplateHashResultInner> calculateTemplateHashAsync(Object template)
template - The template provided to calculate hash.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TemplateHashResultInner calculateTemplateHash(Object template)
template - The template provided to calculate hash.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TemplateHashResultInner> calculateTemplateHashWithResponse(Object template, com.azure.core.util.Context context)
template - The template provided to calculate hash.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.