Type Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.synapse.models.Type

public enum Type
extends Enum<Type>

The type of resource, for instance Microsoft.Synapse/workspaces/kustoPools/databases.

Fields

MICROSOFT_SYNAPSE_WORKSPACES_KUSTO_POOLS_ATTACHED_DATABASE_CONFIGURATIONS

Enum value Microsoft.Synapse/workspaces/kustoPools/attachedDatabaseConfigurations.

MICROSOFT_SYNAPSE_WORKSPACES_KUSTO_POOLS_DATABASES

Enum value Microsoft.Synapse/workspaces/kustoPools/databases.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static Type fromString(String value)

Parses a serialized value to a Type instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static Type valueOf(String name)

Parameters

name
String

Returns

values()

public static Type[] values()

Returns

Type[]

Applies to