RestAuthLocation Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.deploymentmanager.models.RestAuthLocation

public enum RestAuthLocation
extends Enum<RestAuthLocation>

The location of the authentication key/value pair in the request.

Fields

HEADER

Enum value Header.

QUERY

Enum value Query.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static RestAuthLocation fromString(String value)

Parses a serialized value to a RestAuthLocation instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static RestAuthLocation valueOf(String name)

Parameters

name
String

Returns

values()

public static RestAuthLocation[] values()

Returns

Applies to