Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOpenShiftChangeRequest
Packages that use MicrosoftGraphOpenShiftChangeRequest
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOpenShiftChangeRequest in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOpenShiftChangeRequestModifier and TypeMethodDescriptionMicrosoftGraphOpenShiftChangeRequest.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: openShiftChangeRequest.MicrosoftGraphOpenShiftChangeRequest.withAssignedTo(MicrosoftGraphScheduleChangeRequestActor assignedTo) Set the assignedTo property: scheduleChangeRequestActor.MicrosoftGraphOpenShiftChangeRequest.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.Set the id property: Read-only.MicrosoftGraphOpenShiftChangeRequest.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphOpenShiftChangeRequest.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.MicrosoftGraphOpenShiftChangeRequest.withManagerActionDateTime(OffsetDateTime managerActionDateTime) Set the managerActionDateTime property: The managerActionDateTime property.MicrosoftGraphOpenShiftChangeRequest.withManagerActionMessage(String managerActionMessage) Set the managerActionMessage property: The managerActionMessage property.MicrosoftGraphOpenShiftChangeRequest.withManagerUserId(String managerUserId) Set the managerUserId property: The managerUserId property.MicrosoftGraphOpenShiftChangeRequest.withOpenShiftId(String openShiftId) Set the openShiftId property: ID for the open shift.MicrosoftGraphOpenShiftChangeRequest.withSenderDateTime(OffsetDateTime senderDateTime) Set the senderDateTime property: The senderDateTime property.MicrosoftGraphOpenShiftChangeRequest.withSenderMessage(String senderMessage) Set the senderMessage property: The senderMessage property.MicrosoftGraphOpenShiftChangeRequest.withSenderUserId(String senderUserId) Set the senderUserId property: The senderUserId property.MicrosoftGraphOpenShiftChangeRequest.withState(MicrosoftGraphScheduleChangeState state) Set the state property: scheduleChangeState.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOpenShiftChangeRequestModifier and TypeMethodDescriptionMicrosoftGraphSchedule.openShiftChangeRequests()Get the openShiftChangeRequests property: The openShiftChangeRequests property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOpenShiftChangeRequestModifier and TypeMethodDescriptionMicrosoftGraphSchedule.withOpenShiftChangeRequests(List<MicrosoftGraphOpenShiftChangeRequest> openShiftChangeRequests) Set the openShiftChangeRequests property: The openShiftChangeRequests property.