Class ProviderAuthorizationConsentState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProviderAuthorizationConsentState>
com.azure.resourcemanager.resources.models.ProviderAuthorizationConsentState
public final class ProviderAuthorizationConsentState
extends com.azure.core.util.ExpandableStringEnum<ProviderAuthorizationConsentState>
The provider authorization consent state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProviderAuthorizationConsentStateStatic value Consented for ProviderAuthorizationConsentState.static final ProviderAuthorizationConsentStateStatic value NotRequired for ProviderAuthorizationConsentState.static final ProviderAuthorizationConsentStateStatic value NotSpecified for ProviderAuthorizationConsentState.static final ProviderAuthorizationConsentStateStatic value Required for ProviderAuthorizationConsentState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ProviderAuthorizationConsentState from its string representation.values()Gets known ProviderAuthorizationConsentState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for ProviderAuthorizationConsentState. -
REQUIRED
Static value Required for ProviderAuthorizationConsentState. -
NOT_REQUIRED
Static value NotRequired for ProviderAuthorizationConsentState. -
CONSENTED
Static value Consented for ProviderAuthorizationConsentState.
-
-
Constructor Details
-
ProviderAuthorizationConsentState
Deprecated.Use thefromString(String)factory method.Creates a new instance of ProviderAuthorizationConsentState value.
-
-
Method Details
-
fromString
Creates or finds a ProviderAuthorizationConsentState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ProviderAuthorizationConsentState.
-
values
Gets known ProviderAuthorizationConsentState values.- Returns:
- known ProviderAuthorizationConsentState values.
-
fromString(String)factory method.