ProviderAuthorizationConsentState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. ProviderAuthorizationConsentState
- com.
- com.
public final class ProviderAuthorizationConsentState
extends ExpandableStringEnum<ProviderAuthorizationConsentState>
The provider authorization consent state.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Provider |
CONSENTED
Static value Consented for Provider |
static final
Provider |
NOT_REQUIRED
Static value Not |
static final
Provider |
NOT_SPECIFIED
Static value Not |
static final
Provider |
REQUIRED
Static value Required for Provider |
Constructor Summary
Constructor | Description |
---|---|
ProviderAuthorizationConsentState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Provider |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Provider |
fromString(String name)
Creates or finds a Provider |
static
Collection<Provider |
values()
Gets known Provider |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONSENTED
public static final ProviderAuthorizationConsentState CONSENTED
Static value Consented for ProviderAuthorizationConsentState.
NOT_REQUIRED
public static final ProviderAuthorizationConsentState NOT_REQUIRED
Static value NotRequired for ProviderAuthorizationConsentState.
NOT_SPECIFIED
public static final ProviderAuthorizationConsentState NOT_SPECIFIED
Static value NotSpecified for ProviderAuthorizationConsentState.
REQUIRED
public static final ProviderAuthorizationConsentState REQUIRED
Static value Required for ProviderAuthorizationConsentState.
Constructor Details
ProviderAuthorizationConsentState
@Deprecated
public ProviderAuthorizationConsentState()
Deprecated
Creates a new instance of ProviderAuthorizationConsentState value.
Method Details
fromString
public static ProviderAuthorizationConsentState fromString(String name)
Creates or finds a ProviderAuthorizationConsentState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ProviderAuthorizationConsentState values.
Returns:
Applies to
Azure SDK for Java