DataExplorerAuthMethod Class

public final class DataExplorerAuthMethod
extends ExpandableStringEnum<DataExplorerAuthMethod>

DataflowEndpoint Data Explorer Authentication Method properties.

Field Summary

Modifier and Type Field and Description
static final DataExplorerAuthMethod SYSTEM_ASSIGNED_MANAGED_IDENTITY

SystemAssignedManagedIdentity type.

static final DataExplorerAuthMethod USER_ASSIGNED_MANAGED_IDENTITY

UserAssignedManagedIdentity type.

Constructor Summary

Constructor Description
DataExplorerAuthMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataExplorerAuthMethod value.

Method Summary

Modifier and Type Method and Description
static DataExplorerAuthMethod fromString(String name)

Creates or finds a DataExplorerAuthMethod from its string representation.

static Collection<DataExplorerAuthMethod> values()

Gets known DataExplorerAuthMethod values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SYSTEM_ASSIGNED_MANAGED_IDENTITY

public static final DataExplorerAuthMethod SYSTEM_ASSIGNED_MANAGED_IDENTITY

SystemAssignedManagedIdentity type.

USER_ASSIGNED_MANAGED_IDENTITY

public static final DataExplorerAuthMethod USER_ASSIGNED_MANAGED_IDENTITY

UserAssignedManagedIdentity type.

Constructor Details

DataExplorerAuthMethod

@Deprecated
public DataExplorerAuthMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataExplorerAuthMethod value.

Method Details

fromString

public static DataExplorerAuthMethod fromString(String name)

Creates or finds a DataExplorerAuthMethod from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DataExplorerAuthMethod.

values

public static Collection<DataExplorerAuthMethod> values()

Gets known DataExplorerAuthMethod values.

Returns:

known DataExplorerAuthMethod values.

Applies to