| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentValidateResultInner |
DeploymentsClient.validate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
DeploymentsClient.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..
|
DeploymentValidateResultInner |
DeploymentsClient.validateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
DeploymentsClient.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..
|
DeploymentValidateResultInner |
DeploymentsClient.validateAtScope(String scope,
String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
DeploymentsClient.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..
|
DeploymentValidateResultInner |
DeploymentsClient.validateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
DeploymentsClient.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..
|
DeploymentValidateResultInner |
DeploymentsClient.validateAtTenantScope(String deploymentName,
ScopedDeployment parameters)
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource
Manager..
|
DeploymentValidateResultInner |
DeploymentsClient.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..
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentValidateResultInner |
DeploymentValidateResultInner.withProperties(DeploymentPropertiesExtended properties)
Set the properties property: The template deployment properties.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.