Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInferenceClassificationType
-
Packages that use MicrosoftGraphInferenceClassificationType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphInferenceClassificationType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphInferenceClassificationType Modifier and Type Field Description static MicrosoftGraphInferenceClassificationTypeMicrosoftGraphInferenceClassificationType. FOCUSEDStatic value focused for MicrosoftGraphInferenceClassificationType.static MicrosoftGraphInferenceClassificationTypeMicrosoftGraphInferenceClassificationType. OTHERStatic value other for MicrosoftGraphInferenceClassificationType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphInferenceClassificationType Modifier and Type Method Description MicrosoftGraphInferenceClassificationTypeMicrosoftGraphInferenceClassificationOverride. classifyAs()Get the classifyAs property: The classifyAs property.static MicrosoftGraphInferenceClassificationTypeMicrosoftGraphInferenceClassificationType. fromString(String name)Creates or finds a MicrosoftGraphInferenceClassificationType from its string representation.MicrosoftGraphInferenceClassificationTypeMicrosoftGraphMessage. inferenceClassification()Get the inferenceClassification property: The inferenceClassification property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphInferenceClassificationType Modifier and Type Method Description static Collection<MicrosoftGraphInferenceClassificationType>MicrosoftGraphInferenceClassificationType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphInferenceClassificationType Modifier and Type Method Description MicrosoftGraphInferenceClassificationOverrideMicrosoftGraphInferenceClassificationOverride. withClassifyAs(MicrosoftGraphInferenceClassificationType classifyAs)Set the classifyAs property: The classifyAs property.MicrosoftGraphMessageMicrosoftGraphMessage. withInferenceClassification(MicrosoftGraphInferenceClassificationType inferenceClassification)Set the inferenceClassification property: The inferenceClassification property.
-