DebugSetting Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.DebugSetting

public class DebugSetting

The DebugSetting model.

Method Summary

Modifier and Type Method and Description
String detailLevel()

Get the detailLevel value.

DebugSetting 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