Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphStatus
Packages that use MicrosoftGraphStatus
Package
Description
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 MicrosoftGraphStatusModifier and TypeFieldDescriptionstatic final MicrosoftGraphStatusMicrosoftGraphStatus.ACTIVEStatic value active for MicrosoftGraphStatus.static final MicrosoftGraphStatusMicrosoftGraphStatus.DELETEDStatic value deleted for MicrosoftGraphStatus.static final MicrosoftGraphStatusMicrosoftGraphStatus.IGNOREDStatic value ignored for MicrosoftGraphStatus.static final MicrosoftGraphStatusMicrosoftGraphStatus.UNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphStatus.static final MicrosoftGraphStatusMicrosoftGraphStatus.UPDATEDStatic value updated for MicrosoftGraphStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphStatusModifier and TypeMethodDescriptionstatic MicrosoftGraphStatusMicrosoftGraphStatus.fromString(String name) Creates or finds a MicrosoftGraphStatus from its string representation.MicrosoftGraphActivityHistoryItem.status()Get the status property: status.MicrosoftGraphUserActivity.status()Get the status property: status.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphStatusModifier and TypeMethodDescriptionstatic Collection<MicrosoftGraphStatus>MicrosoftGraphStatus.values()Gets known MicrosoftGraphStatus values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphStatusModifier and TypeMethodDescriptionMicrosoftGraphActivityHistoryItem.withStatus(MicrosoftGraphStatus status) Set the status property: status.MicrosoftGraphUserActivity.withStatus(MicrosoftGraphStatus status) Set the status property: status.