Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOperation
-
Packages that use MicrosoftGraphOperation Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOperation in com.azure.resourcemanager.authorization.fluent.models
Subclasses of MicrosoftGraphOperation in com.azure.resourcemanager.authorization.fluent.models Modifier and Type Class Description class
MicrosoftGraphOnenoteOperation
onenoteOperation.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOperation Modifier and Type Method Description MicrosoftGraphOperation
MicrosoftGraphOperation. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: operation.MicrosoftGraphOperation
MicrosoftGraphOperation. withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The start time of the operation.MicrosoftGraphOperation
MicrosoftGraphOperation. withId(String id)
Set the id property: Read-only.MicrosoftGraphOperation
MicrosoftGraphOperation. withLastActionDateTime(OffsetDateTime lastActionDateTime)
Set the lastActionDateTime property: The time of the last action of the operation.MicrosoftGraphOperation
MicrosoftGraphOperation. withStatus(MicrosoftGraphOperationStatus status)
Set the status property: The status property.
-