Uses of Class
com.azure.resourcemanager.resources.models.ProviderConsentDefinition
Packages that use ProviderConsentDefinition
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ProviderConsentDefinition in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ProviderConsentDefinitionModifier and TypeMethodDescriptionProviderRegistrationRequest.thirdPartyProviderConsent()Get the thirdPartyProviderConsent property: The provider consent.ProviderConsentDefinition.withConsentToAuthorization(Boolean consentToAuthorization) Set the consentToAuthorization property: A value indicating whether authorization is consented or not.Methods in com.azure.resourcemanager.resources.models with parameters of type ProviderConsentDefinitionModifier and TypeMethodDescriptionProviderRegistrationRequest.withThirdPartyProviderConsent(ProviderConsentDefinition thirdPartyProviderConsent) Set the thirdPartyProviderConsent property: The provider consent.