OpenAuthenticationProviderType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. OpenAuthenticationProviderType
- com.
- com.
public final class OpenAuthenticationProviderType
extends ExpandableStringEnum<OpenAuthenticationProviderType>
Open authentication policy provider type.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Open |
AAD
Static value AAD for Open |
Constructor Summary
Constructor | Description |
---|---|
OpenAuthenticationProviderType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Open |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Open |
fromString(String name)
Creates or finds a Open |
static
Collection<Open |
values()
Gets known Open |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AAD
public static final OpenAuthenticationProviderType AAD
Static value AAD for OpenAuthenticationProviderType.
Constructor Details
OpenAuthenticationProviderType
@Deprecated
public OpenAuthenticationProviderType()
Deprecated
Creates a new instance of OpenAuthenticationProviderType value.
Method Details
fromString
public static OpenAuthenticationProviderType fromString(String name)
Creates or finds a OpenAuthenticationProviderType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OpenAuthenticationProviderType values.
Returns:
Applies to
Azure SDK for Java