Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphStatus
-
Packages that use MicrosoftGraphStatus Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphStatus in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphStatus Modifier and Type Field Description static MicrosoftGraphStatusMicrosoftGraphStatus. ACTIVEStatic value active for MicrosoftGraphStatus.static MicrosoftGraphStatusMicrosoftGraphStatus. DELETEDStatic value deleted for MicrosoftGraphStatus.static MicrosoftGraphStatusMicrosoftGraphStatus. IGNOREDStatic value ignored for MicrosoftGraphStatus.static MicrosoftGraphStatusMicrosoftGraphStatus. UNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphStatus.static MicrosoftGraphStatusMicrosoftGraphStatus. UPDATEDStatic value updated for MicrosoftGraphStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphStatus Modifier and Type Method Description static MicrosoftGraphStatusMicrosoftGraphStatus. fromString(String name)Creates or finds a MicrosoftGraphStatus from its string representation.MicrosoftGraphStatusMicrosoftGraphActivityHistoryItem. status()Get the status property: The status property.MicrosoftGraphStatusMicrosoftGraphUserActivity. status()Get the status property: The status property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphStatus Modifier and Type Method Description static Collection<MicrosoftGraphStatus>MicrosoftGraphStatus. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphStatus Modifier and Type Method Description MicrosoftGraphActivityHistoryItemMicrosoftGraphActivityHistoryItem. withStatus(MicrosoftGraphStatus status)Set the status property: The status property.MicrosoftGraphUserActivityMicrosoftGraphUserActivity. withStatus(MicrosoftGraphStatus status)Set the status property: The status property.
-