Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSchedulingGroup
Packages that use MicrosoftGraphSchedulingGroup
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSchedulingGroup in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSchedulingGroupModifier and TypeMethodDescriptionMicrosoftGraphSchedulingGroup.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: schedulingGroup.MicrosoftGraphSchedulingGroup.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.MicrosoftGraphSchedulingGroup.withDisplayName(String displayName) Set the displayName property: The display name for the schedulingGroup.Set the id property: Read-only.MicrosoftGraphSchedulingGroup.withIsActive(Boolean isActive) Set the isActive property: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones.MicrosoftGraphSchedulingGroup.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphSchedulingGroup.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.MicrosoftGraphSchedulingGroup.withUserIds(List<String> userIds) Set the userIds property: The list of user IDs that are a member of the schedulingGroup.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSchedulingGroupModifier and TypeMethodDescriptionMicrosoftGraphSchedule.schedulingGroups()Get the schedulingGroups property: The logical grouping of users in the schedule (usually by role).Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSchedulingGroupModifier and TypeMethodDescriptionMicrosoftGraphSchedule.withSchedulingGroups(List<MicrosoftGraphSchedulingGroup> schedulingGroups) Set the schedulingGroups property: The logical grouping of users in the schedule (usually by role).