DebugSetting Class
- java.
lang. Object - com.
microsoft. azure. management. resources. DebugSetting
- com.
public class DebugSetting
The DebugSetting model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
detailLevel()
Get the detailLevel value. |
Debug |
withDetailLevel(String detailLevel)
Set the detailLevel value. |
Method Details
detailLevel
public String detailLevel()
Get the detailLevel value.
Returns:
the detailLevel value
withDetailLevel
public DebugSetting withDetailLevel(String detailLevel)
Set the detailLevel value.
Parameters:
detailLevel
- the detailLevel value to set
Returns:
the DebugSetting object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java