Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChangeTrackedEntity
-
Packages that use MicrosoftGraphChangeTrackedEntity Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphChangeTrackedEntity in com.azure.resourcemanager.authorization.fluent.models
Subclasses of MicrosoftGraphChangeTrackedEntity in com.azure.resourcemanager.authorization.fluent.models Modifier and Type Class Description class
MicrosoftGraphOfferShiftRequest
offerShiftRequest.class
MicrosoftGraphOpenShift
openShift.class
MicrosoftGraphOpenShiftChangeRequest
openShiftChangeRequest.class
MicrosoftGraphScheduleChangeRequest
scheduleChangeRequest.class
MicrosoftGraphSchedulingGroup
schedulingGroup.class
MicrosoftGraphShift
shift.class
MicrosoftGraphShiftPreferencesInner
shiftPreferences.class
MicrosoftGraphSwapShiftsChangeRequest
swapShiftsChangeRequest.class
MicrosoftGraphTimeOff
timeOff.class
MicrosoftGraphTimeOffReason
timeOffReason.class
MicrosoftGraphTimeOffRequest
timeOffRequest.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChangeTrackedEntity Modifier and Type Method Description MicrosoftGraphChangeTrackedEntity
MicrosoftGraphChangeTrackedEntity. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: changeTrackedEntity.MicrosoftGraphChangeTrackedEntity
MicrosoftGraphChangeTrackedEntity. withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphChangeTrackedEntity
MicrosoftGraphChangeTrackedEntity. withId(String id)
Set the id property: Read-only.MicrosoftGraphChangeTrackedEntity
MicrosoftGraphChangeTrackedEntity. withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.MicrosoftGraphChangeTrackedEntity
MicrosoftGraphChangeTrackedEntity. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.
-