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 MicrosoftGraphStatus
MicrosoftGraphStatus. ACTIVE
Static value active for MicrosoftGraphStatus.static MicrosoftGraphStatus
MicrosoftGraphStatus. DELETED
Static value deleted for MicrosoftGraphStatus.static MicrosoftGraphStatus
MicrosoftGraphStatus. IGNORED
Static value ignored for MicrosoftGraphStatus.static MicrosoftGraphStatus
MicrosoftGraphStatus. UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphStatus.static MicrosoftGraphStatus
MicrosoftGraphStatus. UPDATED
Static value updated for MicrosoftGraphStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphStatus Modifier and Type Method Description static MicrosoftGraphStatus
MicrosoftGraphStatus. fromString(String name)
Creates or finds a MicrosoftGraphStatus from its string representation.MicrosoftGraphStatus
MicrosoftGraphActivityHistoryItem. status()
Get the status property: The status property.MicrosoftGraphStatus
MicrosoftGraphUserActivity. 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 MicrosoftGraphActivityHistoryItem
MicrosoftGraphActivityHistoryItem. withStatus(MicrosoftGraphStatus status)
Set the status property: The status property.MicrosoftGraphUserActivity
MicrosoftGraphUserActivity. withStatus(MicrosoftGraphStatus status)
Set the status property: The status property.
-