Uses of Class
com.azure.resourcemanager.resources.models.DeploymentStacksDebugSetting
Packages that use DeploymentStacksDebugSetting
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentStacksDebugSetting in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DeploymentStacksDebugSettingModifier and TypeMethodDescriptionDeploymentStackInner.debugSetting()Get the debugSetting property: The debug setting of the deployment.DeploymentStackProperties.debugSetting()Get the debugSetting property: The debug setting of the deployment.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type DeploymentStacksDebugSettingModifier and TypeMethodDescriptionDeploymentStackInner.withDebugSetting(DeploymentStacksDebugSetting debugSetting) Set the debugSetting property: The debug setting of the deployment.DeploymentStackProperties.withDebugSetting(DeploymentStacksDebugSetting debugSetting) Set the debugSetting property: The debug setting of the deployment. -
Uses of DeploymentStacksDebugSetting in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentStacksDebugSettingModifier and TypeMethodDescriptionstatic DeploymentStacksDebugSettingDeploymentStacksDebugSetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentStacksDebugSetting from the JsonReader.DeploymentStacksDebugSetting.withDetailLevel(String detailLevel) Set the detailLevel property: Specifies the type of information to log for debugging.