Uses of Class
com.microsoft.azure.management.resources.DebugSetting
Packages that use DebugSetting
Package
Description
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 DebugSettingModifier and TypeMethodDescriptionDeploymentProperties.debugSetting()
Get the debug setting of the deployment.DeploymentPropertiesExtended.debugSetting()
Get the debug setting of the deployment.DebugSetting.withDetailLevel
(String detailLevel) Set specifies the type of information to log for debugging.Methods in com.microsoft.azure.management.resources with parameters of type DebugSettingModifier and TypeMethodDescriptionDeploymentProperties.withDebugSetting
(DebugSetting debugSetting) Set the debug setting of the deployment.