Uses of Class
com.microsoft.azure.management.resources.DebugSetting
-
Packages that use DebugSetting Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of DebugSetting in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return DebugSetting Modifier and Type Method Description DebugSettingDeploymentProperties. debugSetting()Get the debugSetting value.DebugSettingDeploymentPropertiesExtended. debugSetting()Get the debugSetting value.DebugSettingDebugSetting. withDetailLevel(String detailLevel)Set the detailLevel value.Methods in com.microsoft.azure.management.resources with parameters of type DebugSetting Modifier and Type Method Description DeploymentPropertiesDeploymentProperties. withDebugSetting(DebugSetting debugSetting)Set the debugSetting value.DeploymentPropertiesExtendedDeploymentPropertiesExtended. withDebugSetting(DebugSetting debugSetting)Set the debugSetting value.
-