UpstreamAuthType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. signalr. models. UpstreamAuthType
- com.
- com.
public final class UpstreamAuthType
extends ExpandableStringEnum<UpstreamAuthType>
Upstream auth type enum.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Upstream |
MANAGED_IDENTITY
Static value Managed |
|
static final
Upstream |
NONE
Static value None for Upstream |
Constructor Summary
| Constructor | Description |
|---|---|
| UpstreamAuthType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Upstream |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Upstream |
fromString(String name)
Creates or finds a Upstream |
|
static
Collection<Upstream |
values()
Gets known Upstream |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MANAGED_IDENTITY
public static final UpstreamAuthType MANAGED_IDENTITY
Static value ManagedIdentity for UpstreamAuthType.
NONE
public static final UpstreamAuthType NONE
Static value None for UpstreamAuthType.
Constructor Details
UpstreamAuthType
@Deprecated
public UpstreamAuthType()
Deprecated
Creates a new instance of UpstreamAuthType value.
Method Details
fromString
public static UpstreamAuthType fromString(String name)
Creates or finds a UpstreamAuthType from its string representation.
Parameters:
Returns:
values
public static Collection<UpstreamAuthType> values()
Gets known UpstreamAuthType values.
Returns: