Uses of Class
com.azure.resourcemanager.resources.models.DeploymentStackValidateProperties
Packages that use DeploymentStackValidateProperties
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentStackValidateProperties in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DeploymentStackValidatePropertiesModifier and TypeMethodDescriptionDeploymentStackValidateResultInner.properties()Get the properties property: The validation result details.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type DeploymentStackValidatePropertiesModifier and TypeMethodDescriptionDeploymentStackValidateResultInner.withProperties(DeploymentStackValidateProperties properties) Set the properties property: The validation result details. -
Uses of DeploymentStackValidateProperties in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type DeploymentStackValidatePropertiesModifier and TypeClassDescriptionfinal classThe Deployment stack validation result details.Methods in com.azure.resourcemanager.resources.models that return DeploymentStackValidatePropertiesModifier and TypeMethodDescriptionDeploymentStackValidateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentStackValidateProperties from the JsonReader.DeploymentStackValidateProperties.withActionOnUnmanage(ActionOnUnmanage actionOnUnmanage) Set the actionOnUnmanage property: Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.DeploymentStackValidateProperties.withCorrelationId(String correlationId) Set the correlationId property: The correlation id of the Deployment stack validate operation.DeploymentStackValidateProperties.withDenySettings(DenySettings denySettings) Set the denySettings property: The Deployment stack deny settings.DeploymentStackValidateProperties.withDeploymentScope(String deploymentScope) Set the deploymentScope property: The Deployment stack deployment scope.DeploymentStackValidateProperties.withDescription(String description) Set the description property: The Deployment stack validation description.DeploymentStackValidateProperties.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Deployment parameters.DeploymentStackValidateProperties.withTemplateLink(DeploymentStacksTemplateLink templateLink) Set the templateLink property: The URI of the template.DeploymentStackValidateProperties.withValidatedResources(List<ResourceReference> validatedResources) Set the validatedResources property: The array of resources that were validated.