Dela via


WhatIfResultFormat Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.resources.models.WhatIfResultFormat

public enum WhatIfResultFormat
extends Enum<WhatIfResultFormat>

The format of the What-If results.

Fields

FULL_RESOURCE_PAYLOADS

Enum value FullResourcePayloads.

RESOURCE_ID_ONLY

Enum value ResourceIdOnly.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static WhatIfResultFormat fromString(String value)

Parses a serialized value to a WhatIfResultFormat instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed WhatIfResultFormat object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static WhatIfResultFormat valueOf(String name)

Parameters

name
String

Returns

values()

public static WhatIfResultFormat[] values()

Returns

Applies to