ProviderAuthorizationConsentState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. deployments. 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
Consented. |
|
static final
Provider |
NOT_REQUIRED
Not |
|
static final
Provider |
NOT_SPECIFIED
Not |
|
static final
Provider |
REQUIRED
Required. |
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
Consented.
NOT_REQUIRED
public static final ProviderAuthorizationConsentState NOT_REQUIRED
NotRequired.
NOT_SPECIFIED
public static final ProviderAuthorizationConsentState NOT_SPECIFIED
NotSpecified.
REQUIRED
public static final ProviderAuthorizationConsentState REQUIRED
Required.
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<ProviderAuthorizationConsentState> values()
Gets known ProviderAuthorizationConsentState values.
Returns: