Uses of Class
com.azure.resourcemanager.resources.models.DebugSetting
Packages that use DebugSetting
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DebugSetting in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DebugSettingModifier and TypeMethodDescriptionDeploymentProperties.debugSetting()Get the debugSetting property: The debug setting of the deployment.DeploymentPropertiesExtended.debugSetting()Get the debugSetting property: The debug setting of the deployment.static DebugSettingDebugSetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DebugSetting from the JsonReader.DebugSetting.withDetailLevel(String detailLevel) Set the detailLevel property: Specifies the type of information to log for debugging.Methods in com.azure.resourcemanager.resources.models with parameters of type DebugSettingModifier and TypeMethodDescriptionDeploymentProperties.withDebugSetting(DebugSetting debugSetting) Set the debugSetting property: The debug setting of the deployment.DeploymentWhatIfProperties.withDebugSetting(DebugSetting debugSetting) Set the debugSetting property: The debug setting of the deployment.