Uses of Class
com.azure.resourcemanager.resources.models.DebugSetting
-
Packages that use DebugSetting Package Description com.azure.resourcemanager.resources.models 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 DebugSetting Modifier and Type Method Description DebugSettingDeploymentProperties. debugSetting()Get the debugSetting property: The debug setting of the deployment.DebugSettingDeploymentPropertiesExtended. debugSetting()Get the debugSetting property: The debug setting of the deployment.DebugSettingDebugSetting. 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 DebugSetting Modifier and Type Method Description DeploymentPropertiesDeploymentProperties. withDebugSetting(DebugSetting debugSetting)Set the debugSetting property: The debug setting of the deployment.DeploymentWhatIfPropertiesDeploymentWhatIfProperties. withDebugSetting(DebugSetting debugSetting)Set the debugSetting property: The debug setting of the deployment.
-