Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLicenseProcessingState
-
Packages that use MicrosoftGraphLicenseProcessingState Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphLicenseProcessingState in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLicenseProcessingState Modifier and Type Method Description MicrosoftGraphLicenseProcessingState
MicrosoftGraphGroupInner. licenseProcessingState()
Get the licenseProcessingState property: licenseProcessingState.MicrosoftGraphLicenseProcessingState
MicrosoftGraphLicenseProcessingState. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: licenseProcessingState.MicrosoftGraphLicenseProcessingState
MicrosoftGraphLicenseProcessingState. withState(String state)
Set the state property: The state property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphLicenseProcessingState Modifier and Type Method Description MicrosoftGraphGroupInner
MicrosoftGraphGroupInner. withLicenseProcessingState(MicrosoftGraphLicenseProcessingState licenseProcessingState)
Set the licenseProcessingState property: licenseProcessingState.
-