Uses of Class
com.azure.resourcemanager.resources.fluent.models.DeploymentStackProperties
Packages that use DeploymentStackProperties
Package
Description
Package containing the inner data models for ResourceManagementClient.
-
Uses of DeploymentStackProperties in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DeploymentStackPropertiesModifier and TypeMethodDescriptionstatic DeploymentStackPropertiesDeploymentStackProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentStackProperties from the JsonReader.DeploymentStackProperties.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.DeploymentStackProperties.withBypassStackOutOfSyncError(Boolean bypassStackOutOfSyncError) Set the bypassStackOutOfSyncError property: Flag to bypass service errors that indicate the stack resource list is not correctly synchronized.DeploymentStackProperties.withDebugSetting(DeploymentStacksDebugSetting debugSetting) Set the debugSetting property: The debug setting of the deployment.DeploymentStackProperties.withDenySettings(DenySettings denySettings) Set the denySettings property: Defines how resources deployed by the stack are locked.DeploymentStackProperties.withDeploymentScope(String deploymentScope) Set the deploymentScope property: The scope at which the initial deployment should be created.DeploymentStackProperties.withDescription(String description) Set the description property: Deployment stack description.DeploymentStackProperties.withError(com.azure.core.management.exception.ManagementError error) Set the error property: The error detail.DeploymentStackProperties.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Name and value pairs that define the deployment parameters for the template.DeploymentStackProperties.withParametersLink(DeploymentStacksParametersLink parametersLink) Set the parametersLink property: The URI of parameters file.DeploymentStackProperties.withTemplate(Object template) Set the template property: The template content.DeploymentStackProperties.withTemplateLink(DeploymentStacksTemplateLink templateLink) Set the templateLink property: The URI of the template.