Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSelectionLikelihoodInfo
-
Packages that use MicrosoftGraphSelectionLikelihoodInfo Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphSelectionLikelihoodInfo in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphSelectionLikelihoodInfo Modifier and Type Field Description static MicrosoftGraphSelectionLikelihoodInfo
MicrosoftGraphSelectionLikelihoodInfo. HIGH
Static value high for MicrosoftGraphSelectionLikelihoodInfo.static MicrosoftGraphSelectionLikelihoodInfo
MicrosoftGraphSelectionLikelihoodInfo. NOT_SPECIFIED
Static value notSpecified for MicrosoftGraphSelectionLikelihoodInfo.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSelectionLikelihoodInfo Modifier and Type Method Description static MicrosoftGraphSelectionLikelihoodInfo
MicrosoftGraphSelectionLikelihoodInfo. fromString(String name)
Creates or finds a MicrosoftGraphSelectionLikelihoodInfo from its string representation.MicrosoftGraphSelectionLikelihoodInfo
MicrosoftGraphScoredEmailAddress. selectionLikelihood()
Get the selectionLikelihood property: The selectionLikelihood property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSelectionLikelihoodInfo Modifier and Type Method Description static Collection<MicrosoftGraphSelectionLikelihoodInfo>
MicrosoftGraphSelectionLikelihoodInfo. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSelectionLikelihoodInfo Modifier and Type Method Description MicrosoftGraphScoredEmailAddress
MicrosoftGraphScoredEmailAddress. withSelectionLikelihood(MicrosoftGraphSelectionLikelihoodInfo selectionLikelihood)
Set the selectionLikelihood property: The selectionLikelihood property.
-