Uses of Class
com.azure.resourcemanager.resources.models.ProviderAuthorizationConsentState
Packages that use ProviderAuthorizationConsentState
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ProviderAuthorizationConsentState in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ProviderAuthorizationConsentStateModifier and TypeMethodDescriptionProviderInner.providerAuthorizationConsentState()Get the providerAuthorizationConsentState property: The provider authorization consent state.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type ProviderAuthorizationConsentStateModifier and TypeMethodDescriptionProviderInner.withProviderAuthorizationConsentState(ProviderAuthorizationConsentState providerAuthorizationConsentState) Set the providerAuthorizationConsentState property: The provider authorization consent state. -
Uses of ProviderAuthorizationConsentState in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as ProviderAuthorizationConsentStateModifier and TypeFieldDescriptionstatic final ProviderAuthorizationConsentStateProviderAuthorizationConsentState.CONSENTEDStatic value Consented for ProviderAuthorizationConsentState.static final ProviderAuthorizationConsentStateProviderAuthorizationConsentState.NOT_REQUIREDStatic value NotRequired for ProviderAuthorizationConsentState.static final ProviderAuthorizationConsentStateProviderAuthorizationConsentState.NOT_SPECIFIEDStatic value NotSpecified for ProviderAuthorizationConsentState.static final ProviderAuthorizationConsentStateProviderAuthorizationConsentState.REQUIREDStatic value Required for ProviderAuthorizationConsentState.Methods in com.azure.resourcemanager.resources.models that return ProviderAuthorizationConsentStateModifier and TypeMethodDescriptionProviderAuthorizationConsentState.fromString(String name) Creates or finds a ProviderAuthorizationConsentState from its string representation.ProviderPermission.providerAuthorizationConsentState()Get the providerAuthorizationConsentState property: The provider authorization consent state.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ProviderAuthorizationConsentStateModifier and TypeMethodDescriptionProviderAuthorizationConsentState.values()Gets known ProviderAuthorizationConsentState values.Methods in com.azure.resourcemanager.resources.models with parameters of type ProviderAuthorizationConsentStateModifier and TypeMethodDescriptionProviderPermission.withProviderAuthorizationConsentState(ProviderAuthorizationConsentState providerAuthorizationConsentState) Set the providerAuthorizationConsentState property: The provider authorization consent state.