Class DebugSetting
- java.lang.Object
-
- com.microsoft.azure.management.resources.DebugSetting
-
public class DebugSetting extends Object
The DebugSetting model.
-
-
Constructor Summary
Constructors Constructor Description DebugSetting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdetailLevel()Get the detailLevel value.DebugSettingwithDetailLevel(String detailLevel)Set the detailLevel value.
-
-
-
Method Detail
-
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.
-
-